Uh oh!
There was an error while loading. Please reload this page.
Changed command for building node modules to npm ci - #2080
Conversation
To maintain the exact tree as committed in development npm has introduced the npm ci command which is meant to provide reproducible builds. please take a look at the [official documentation|https://docs.npmjs.com/cli/ci.html] for more information.
fhemberger
commented
Feb 15, 2019
Hi, thanks for your contribution! There are a couple more instances of |
Hi @fhemberger! Glad to contribute :). Please let me know if there should be any other additions. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Added code formatting as suggested Co-Authored-By: jdc91 <dehandecroos@gmail.com>
fhemberger
commented
Feb 15, 2019
Thank you! |
ghost
commented
Feb 16, 2019
@nodejs/localization:Need to be translated for your own languages if possible and free for you. |
To maintain the exact tree as committed in development npm has introduced the npm ci command which is meant to provide reproducible builds.
please take a look at the official documentation for more information.