Hey @jetbrains, I think it would be pretty useful if the Node and NPM integration could run `npm ci`
Hi, what kind of integration do you want to see? As far as we understand it, `npm ci` is for installing dependencies on the CI/CD servers, so it shouldn't replace the `npm install` action in the IDE.
-
-
npm ci installs the exact packages listed in the lock file. we use it to ensure each dev environment is the exact same. npm packages change so often that we wanted to lock our dev environment unless we want to intentionally install or update a package.
-
Plus, packages change so often, if I run npm install and you run it a day later, you will probably generate a different lock file. So it adds some sanity to our pull requests, not having to review a lock file every change
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.