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
npm 3 dedupes sub-dependencies by default which means node_modules contains many dependencies of dependencies directly, making the onlySpecified option to not work as it should.
We need to figure out what to do in such a case. Currently README contains a warning against using this option with npm@3. npm ls prints such info but it's very slow, way more than in npm@2 and one of the main goals of this module was to make this whole checking as fast as possible.
This option is still useful for bower so I don't think we want to depreciate it.
The text was updated successfully, but these errors were encountered:
npm 3 dedupes sub-dependencies by default which means
node_modules
contains many dependencies of dependencies directly, making theonlySpecified
option to not work as it should.We need to figure out what to do in such a case. Currently README contains a warning against using this option with npm@3.
npm ls
prints such info but it's very slow, way more than in npm@2 and one of the main goals of this module was to make this whole checking as fast as possible.This option is still useful for bower so I don't think we want to depreciate it.
The text was updated successfully, but these errors were encountered: