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

Use --no-shrinkwrap option to npm #152

Merged
merged 1 commit into from Oct 30, 2017

Conversation

kategengler
Copy link
Member

Avoid using package-lock.json and shrinkwrap files per https://docs.npmjs.com/cli/install (and experimentation)
Fixes #144

@kategengler kategengler merged commit 23bc1e6 into master Oct 30, 2017
@kategengler kategengler deleted the kg-ignore-package-lock-and-shrinkwrap branch October 30, 2017 14:44
@rwjblue
Copy link
Member

rwjblue commented Nov 5, 2017

@kategengler - Do we also need to add --no-package-lock to prevent it from generating/updating the package-lock.json? Or does using --no-shrink-wrap automatically infer --no-package-lock?

@kategengler
Copy link
Member Author

kategengler commented Nov 5, 2017 via email

@rwjblue
Copy link
Member

rwjblue commented Nov 5, 2017

Awesome, thank you

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

2 participants