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

Ignore package-lock.json by default #144

Closed
kategengler opened this issue Aug 18, 2017 · 2 comments
Closed

Ignore package-lock.json by default #144

kategengler opened this issue Aug 18, 2017 · 2 comments

Comments

@kategengler
Copy link
Member

We should run with --no-shrinkwrap by default on npm install, which ignores npm-shrinkwrap.json and package-lock.json and does not generate package-lock.json

We did this with yarn, because for most uses of ember-try, we want the scenarios to get the latest of the packages available and version drift is sometimes necessary for the changes made in the scenarios to even work.

@rwjblue
Copy link
Member

rwjblue commented Oct 5, 2017

I thought we do this already?

@kategengler
Copy link
Member Author

No? We do it for yarn.

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

No branches or pull requests

2 participants