freon4dsl / Freon4dsl

Web Native language Workbench with Projectional Web Editor
https://www.freon4dsl.dev
MIT License
63 stars 9 forks source link

yarn bootstrap removed #321

Closed globallyunique closed 3 months ago

globallyunique commented 6 months ago

After cloning and following the Read.Me, installing using homebrew, the yarn bootstrap command fails. So the instructions or build be updated?

yarn bootstrap yarn run v1.22.21 $ 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 error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

joswarmer commented 4 months ago

Yes, lerna is not maintained anymore. It still works on my machine (also Mac), but it definitely needs to be replaced. Nowadays npm has enough functionality to be used by Freon. O! It is alive again it seems, but seems to have removed the bootstrap command. Which is the main reason we use it. Will make it high priority to replace this.

joswarmer commented 3 months ago

Has been fixed now