Skip to content
New issue

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

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

Already on GitHub? # 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.

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

Successfully merging this pull request may close these issues.

1 participant