You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm 5.8 introduced a ci command designed to install dependencies on continuous integration environment. It's much faster, reliable and secure as it ensures package-lock.json matches with package.json.
Let's see how we can use this command instead of npm install in this context.
The text was updated successfully, but these errors were encountered:
npm 5.8 introduced a
ci
command designed to install dependencies on continuous integration environment. It's much faster, reliable and secure as it ensurespackage-lock.json
matches withpackage.json
.Let's see how we can use this command instead of
npm install
in this context.The text was updated successfully, but these errors were encountered: