This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3k
installs wrong version of modules #12654
Comments
What ... I moved my However, this is wrong behaviour, isn't it? |
This is probably related to #10119 |
This is a major problem with npm 3 and it stuck around for most of its major revisions. The workaround so far has been to either :
|
I experiance this behavior with my module. Recently changed from electron 0.x to 1.x. Tips above solve the issue only for current console session. NPM -v 2.15.1 |
Sorry for the noise. I was confused by circumstances which are related to electron. Please ignore my last post. |
Looks like a dupe of #10727 |
schmod
pushed a commit
to schmod/npm
that referenced
this issue
May 23, 2016
…st a package Fixes several issues that were causing devDependencies to clobber transitive dependencies. When prod & dev dependencies are installed in the same batch, both groups of dependencies are now processed together so that overlapping transitive dependencies are properly deduplicated. Fixes npm#10727 npm#11062 npm#12654 npm#10277 npm#11766 npm#11043
This is quite probably fixed as of [email protected] thanks to #12811. Cheers! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
npm versions affected as well:
3.8.9
,3.9.0
After
npm cache clean
,rm -r node_modules
andnpm install
, I experience following:( I have
"lodash": "^4.11.1",
in my deps)npm ls
:Running
npm install
second time resolves this problem:But I can't just run
npm install
twice every time :( Also my CI is broken at this pointThe text was updated successfully, but these errors were encountered: