Azure / platform-chaos

A node sdk for building services capable of injecting chaos into PaaS offerings. ⚙️ 🌩
MIT License
18 stars 7 forks source link

package-lock out of date #11

Closed bengreenier closed 6 years ago

bengreenier commented 6 years ago

We need to update our lockfile - for some reason it isn't currently up to date, which breaks ci 😨

Environment

  1. node -v: v10.9.0
  2. npm -v: v6.2.0

Then, specify:

Steps to Reproduce

(Write your steps here:)

  1. Attempt to execute a ci build (npm ci)
  2. Notice failure due to lockfile
  3. Wish there was no failure 😄

Expected Behavior

A clean build should be produced.

Actual Behavior

npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR! 
npm ERR! 
npm ERR! Missing: eslint@^4.19.1
npm ERR! Missing: eslint-config-standard@^11.0.0
npm ERR! Missing: eslint-plugin-import@^2.11.0
npm ERR! Missing: eslint-plugin-node@^6.0.1
npm ERR! Missing: eslint-plugin-promise@^3.7.0
npm ERR! Missing: eslint-plugin-standard@^3.0.1
npm ERR! 
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/travis/.npm/_logs/2018-08-22T06_15_34_561Z-debug.log
The command "eval npm ci  " failed. Retrying, 2 of 3.
bengreenier commented 6 years ago

see #8