Replies: 1 comment 7 replies
-
If you don’t have a lockfile, you’d use npm install, no? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
npm ci
is great, but I feel that it would be used more frequently if it had an option to run less-strictly. Currentlynpm ci
requires a lockfile to exist, or else it fails.If it had an
--no-strict
flag or similar, more people people would use it as a default way of setting up a project, either on CI or locally.Beta Was this translation helpful? Give feedback.
All reactions