bitter-dentist-28132
03/18/2020, 8:09 PMnpm ci
npm WARN prepare removing existing node_modules/ before installation
limited-rainbow-51650
03/18/2020, 8:17 PMfast-dinner-32080
03/18/2020, 8:23 PMlimited-rainbow-51650
03/18/2020, 8:26 PMbitter-dentist-28132
03/18/2020, 8:32 PMpackage-lock.json
not the package.json
right?limited-rainbow-51650
03/18/2020, 8:33 PMbitter-dentist-28132
03/18/2020, 8:35 PMIf ahttps://docs.npmjs.com/cli/ci.htmlis already present, it will be automatically removed beforenode_modules
begins its install.npm ci
npm install
in ci instead of npm ci
then? that seems strange.limited-rainbow-51650
03/18/2020, 8:40 PMnpm ci
was all about: read the lock file, and update the node_modules
only when there are differences.npm install
(without arguments) does not adhere the lock file in all circumstances.bitter-dentist-28132
03/19/2020, 1:50 PMnode_modules