Closed bcomnes closed 5 years ago
Update package-lock.json. I did this by running:
$ git checkout master $ git pull $ npm install $ git commit -am 'a commit message'
It looks like someone updated package.json without checking in the updates to package-lock.json
Unless you also commit the package-lock.json changes, it can break the CI builds.
Update package-lock.json. I did this by running:
It looks like someone updated package.json without checking in the updates to package-lock.json
Unless you also commit the package-lock.json changes, it can break the CI builds.