Update README.md

pull/361/head
王良 2024-09-21 02:02:15 +08:00 committed by GitHub
parent e497966b27
commit eaf1facb63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ npm config delete https-proxy
```shell
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install lerna@6 -g
cnpm install -g lerna@6
```
@ -367,7 +367,7 @@ cd dev-sidecar
# 注意不要使用 `npm install` 来安装依赖,因为 `lerna bootstrap` 会自动安装依赖
lerna bootstrap
# 如果 `lerna bootstrap` 有报错可以尝试执行如下两行命令用yarn替换掉npm
#cnpm install yarn -g
#cnpm install -g yarn
#lerna bootstrap --npm-client=yarn
# 运行DevSidecar