Y
Hacker News
new
|
ask
|
show
|
jobs
by
knute
1617 days ago
Which is why you only use `npm install` for development, and `npm ci` for production.
1 comments
Sharparam
1617 days ago
No, updating versions should require an explicit `update` command of some sort. The NPM commands should really just be renamed:
- `npm install` should be renamed to `npm upgrade`
- `npm ci` should be renamed to `npm install`
link
- `npm install` should be renamed to `npm upgrade`
- `npm ci` should be renamed to `npm install`