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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Confusingly, if you run man npm-shrinkwrap you'll get the docs for npm shrinkwrap, which makes it appear that the commands are the same, but npm-shrinkwrap --help documents options like sync which npm shrinkwrap does not have.
Our experience has been that after upgrading to npm 3, we no longer needed npm-shrinkwrap and quit using it. npm shrinkwrap works well enough and supported is integrated into npm install, so commands like npm install --save also update the shrinkwrap file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be helpful if the docs contained a section to summarize the differences between "npm-shrinkwrap" and "npm shrinkwrap".
The text was updated successfully, but these errors were encountered: