As of Lerna version 7, the bootstrap command has been removed by default. Instead, Lerna now relies on npm's workspaces feature to manage dependencies within a monorepo.
Current Behaviour
$ lerna bootstrap
ERR! bootstrap The "bootstrap" command was removed by default in v7, and is no longer maintained.
ERR! bootstrap Learn more about this change at https://lerna.js.org/docs/legacy-package-management
Bug Report 🐛
As of Lerna version 7, the bootstrap command has been removed by default. Instead, Lerna now relies on npm's workspaces feature to manage dependencies within a monorepo.
Current Behaviour
Possible Solution
Current workaround