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
If you want to use npm ci with a lockfile of the entire tree, you need to call npx lerna link convert once and stop using lerna bootstrap.
A much smaller workaround is to add --no-ci to the lerna bootstrap --hoist call. (I could have sworn we already disabled the use of npm ci internally when bootstrap was called with --hoist...)
evocateur
changed the title
lerna 3.x causing npm ci to fail under node.js 8.lerna bootstrap --hoist fails in CI with npm ciJan 10, 2019
This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.
lockbot
locked as resolved and limited conversation to collaborators
Apr 10, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
No errors from
npm ci
.Current Behavior
istanbuljs/istanbuljs#269 fails travis-ci in node.js 8. lerna
^2.11.0
is known to work correctly.See https://travis-ci.org/istanbuljs/istanbuljs/builds/478060155
Steps to Reproduce (for bugs)
See PR.
lerna.json
Context
This blocks istanbul from updating to lerna@3.
Your Environment
lerna --version
npm --version
node --version
The text was updated successfully, but these errors were encountered: