In #1175 we added package-lock.json and npm ci.
@jessegreenberg @jbphet and @AgustinVallejo reported that npm ci fails on Windows while the dev server is running. This is particularly troublesome since npm ci is automatically run during certain lifecycle processes, such as grunt rc, so it can fail out that process.
Some ideas how to address it:
- Add a message for the dev to stop their dev server before trying
npm ci in chipper
- Catching the error if that
npm ci fails, and alerting the dev
- [Your idea here]
In #1175 we added
package-lock.jsonandnpm ci.@jessegreenberg @jbphet and @AgustinVallejo reported that
npm cifails on Windows while the dev server is running. This is particularly troublesome sincenpm ciis automatically run during certain lifecycle processes, such asgrunt rc, so it can fail out that process.Some ideas how to address it:
npm ciin chippernpm cifails, and alerting the dev