safe-global / safe-apps-sdk

Client-side SDKs to create third-party Safe Apps
https://safe.global
MIT License
242 stars 115 forks source link

Readme instructions are outdated #513

Closed fafrd closed 6 months ago

fafrd commented 11 months ago

When running yarn global add lerna:

Usage Error: The 'yarn global' commands have been removed in 2.x - consider using 'yarn dlx' or a third-party plugin instead

$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...

when running 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
dasanra commented 11 months ago

Thank you for pointing this out.

To sort this out it should be enough to use yarn install instead, without the yarn global add