lerna-update-wizard
lerna-update-wizard copied to clipboard
Npm install breaks the symlinking of packages in lerna
- lerna bootstrap after 'npm install' will help to symlink those packages again.
Running npm install also results in generation of package-lock.json files in all sub projects and if you are hoisting dependencies, will need to re-bootstrap after deleting these.
Rather than npm install consider calling lerna add <package>@<version> --scope <module-name>