accordproject / template-archive

Smart Legal Contracts & Templating System
https://accordproject.org/projects/cicero/
Apache License 2.0
280 stars 119 forks source link

Lerna Bootstrap no longer supported as of Lerna v7.0 #779

Closed martinhalford closed 10 months ago

martinhalford commented 1 year ago

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

$ 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

Possible Solution

Current workaround

$ npm -g install lerna@6.6.2