Skip to content

Pin dependencies and sub-dependencies versions#1166

Open
ylecuyer wants to merge 1 commit intoFredrikNoren:masterfrom
ylecuyer:freeze-packages
Open

Pin dependencies and sub-dependencies versions#1166
ylecuyer wants to merge 1 commit intoFredrikNoren:masterfrom
ylecuyer:freeze-packages

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.

1 participant