Max Kreutzfeldt

May 3, 2023

npm ci versus npm install

If you want to install node packages with npm, there is also another command as the npm install. The npm ci command install packages, but with some differences:

npm ci

npm install