You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into this strange issue at the moment. Whenever I point the project.cljs of my application to a SNAPSHOT version of my library, it picks up transitive dependencies without a problem. However, once I release a new version of the same library and update the dependency in my main project, lein npm doesn't recognize the npm dependency anymore. I have tried many things, but I cannot find the cause of this problem.
The text was updated successfully, but these errors were encountered:
On closer inspection, I discovered that this does not depend on SNAPSHOT vs release, but on the leiningen version: 2.7.1: locally for snapshots, and 2.8.1 on CI for release. I'll make a new issue for this.
I run into this strange issue at the moment. Whenever I point the project.cljs of my application to a SNAPSHOT version of my library, it picks up transitive dependencies without a problem. However, once I release a new version of the same library and update the dependency in my main project, lein npm doesn't recognize the npm dependency anymore. I have tried many things, but I cannot find the cause of this problem.
The text was updated successfully, but these errors were encountered: