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
{{ message }}
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
Since we started using npm ci as the preferred method for installing dependencies, Greenkeeper PRs are failing the build. (see example)
This happens because Greenkeeper only updates package.json, not package-lock.json. If dependencies in the package lock do not match those in package.json, npm ci will exit with an error, instead of updating the package lock.
Description
Since we started using
npm ci
as the preferred method for installing dependencies, Greenkeeper PRs are failing the build. (see example)This happens because Greenkeeper only updates
package.json
, notpackage-lock.json
. If dependencies in the package lock do not match those inpackage.json
,npm ci
will exit with an error, instead of updating the package lock.Expected results
Enable lockfile support in Greenkeeper, so Greenkeeper PRs do not fail the build anymore.
The text was updated successfully, but these errors were encountered: