5 ms·
Which is why you only use `npm install` for development, and `npm ci` for production.
by knute 5y ago
Which is why you only use `npm install` for development, and `npm ci` for production.
- Sharparam 5y agoNo, 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`