Skip to content

Commit

Permalink
CLJS-2193: :npm-deps dependencies are implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored and swannodette committed Jul 8, 2017
1 parent 44fff8a commit bd6ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/closure.clj
Expand Up @@ -2119,7 +2119,7 @@
(when (or ana/*verbose* verbose)
(util/debug-prn "Installing Node.js dependencies"))
(let [proc (-> (ProcessBuilder.
(into (cond->> ["npm" "install" "module-deps"]
(into (cond->> ["npm" "install" "module-deps" "resolve" "browser-resolve"]
util/windows? (into ["cmd" "/c"]))
(map (fn [[dep version]] (str (name dep) "@" version)))
npm-deps))
Expand Down

0 comments on commit bd6ff4f

Please sign in to comment.