- Run
npm run bootstrap
- Add dependency to the
lerna.json
. - Run
npm run bootstrap
. Lerna will bail if version of the dependency does not match in all packages.
- Add dependency to the
package.json
- Run
npm run bootstrap
at top level
npm run bootstrap
lerna.json
.npm run bootstrap
. Lerna will bail if version of the dependency does not match in all packages.package.json
npm run bootstrap
at top level