-
Notifications
You must be signed in to change notification settings - Fork 0
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
investigate whether dropping package-lock.json
is an option
#3
Comments
From npm docs (highlighting added):
So it is at least not wrong to track the lock file. This thread suggests "Lockfiles for apps, but not for packages." As far as I can see, the file is optional and whether or not we keep it is largely up to personal preference (assuming build speed and security are not our primary concerns). |
What I can say is that it does not seem to have much of a "locking effect" on my system. If I check out the repo, then run |
See d395a49. Of course, it could just be a consequence of
I have:
|
The theory being that
package.json
is enough for the installers and CI (i.e., they will work out on their own which specific set of package versions to use).The text was updated successfully, but these errors were encountered: