lein-npm icon indicating copy to clipboard operation
lein-npm copied to clipboard

Manage Node dependencies for CLJS projects

Results 10 lein-npm issues
Sort by recently updated
recently updated
newest added

I came accross this porblem trying to use managed dependencies in a project that already has lein npm on it. It should be as simple as this.

After upgrading to lein 2.8.3: ``` Warning: implicit hook found: lein-npm.plugin/hooks Hooks are deprecated and will be removed in a future version. ```

On the latest leiningen version (2.8.1), lein-npm does not seem to pick up transitive dependencies. 2.7.1 works just fine.

Hello again Any chance this plugin could respect any existing package.json if there are any? This instead of creating a temporary one.

When you're installing a large package like Karma, it can take a while for it to install. lein-npm currently just sits there and it's not obvious what's happening. It could...

Is there a way to configure lein-npm to automagically install npm dependencies when running `lein`? As stated in the "Clean code" book, there should be only one command to run...

Hello guys With this plugin `npm install` is invoked when calling `lein deps`. How can I add a `npm prune` before `npm install`? Is there a hook for that I...

Currently when you do a direct `npm install`, it sorts the dependencies by name in the package.json. Do you think you could do the same here? That would be great....

I received the following error message when running `lein deps`. ``` java.lang.ClassCastException: clojure.lang.PersistentVector cannot be cast to clojure.lang.Named at clojure.core$name.invoke (core.clj:1518) leiningen.npm.deps$resolve_in_jar_dep.invoke (deps.clj:51) clojure.lang.AFn.applyToHelper (AFn.java:160) clojure.lang.AFn.applyTo (AFn.java:144) clojure.core$apply.invoke (core.clj:628) clojure.core$partial$fn__4230.doInvoke...