Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin dependencies and sub-dependencies versions #1166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ylecuyer
Copy link
Contributor

Use npm shrinkwrap to avoid YOLO updating of dependencies and subdependencies on ungit install to avoid errors of this type #1130

https://medium.com/netscape/npm-dependency-errors-then-youre-doing-it-wrong-635160a89150 =>

Alright, If you’re working on a public library which others will depend on, you should use the new lock file.(package-lock.json) and use npm-shrinkwrap.json while developing packages used by the end users in the terminal like CLI-tools..etc or the bundled executables in general.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant