arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.67k stars 521 forks source link

`lerna bootstrap` failed when followed `CONTRIBUTING.md` #368

Closed xiangqunXiao closed 2 years ago

xiangqunXiao commented 2 years ago

Followed https://github.com/arco-design/arco-design-vue/blob/main/CONTRIBUTING.zh-CN.md#%E6%8F%90%E4%BA%A4-pull-request, and failed from step2 lerna bootstrap :

lerna notice cli v4.0.0
lerna info versioning independent
lerna info bootstrap root only
Unknown Syntax Error: Unsupported option name ("--mutex").

$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--mode #0]
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 1 in 'arco-design-vue-monorepo'
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 1 in 'arco-design-vue-monorepo'
flsion commented 2 years ago

You can follow https://github.com/arco-design/arco-design-vue/blob/main/README.md#development to start project, use yarn to install and npm run init to init project. CONTRIBUTING.md is wrong, I will fix it