更改npm镜像源为npmmirror.com
将npm安装命令中的registry从淘宝npm源改为npmmirror.com,原有npm源已经失效 Signed-off-by: 老高 <794071084@qq.com>
This commit is contained in:
@@ -114,7 +114,7 @@ cd web
|
||||
|
||||
# 安装依赖
|
||||
npm install yarn
|
||||
yarn install --registry=https://registry.npm.taobao.org
|
||||
yarn install --registry=https://registry.npmmirror.com
|
||||
|
||||
# 启动服务
|
||||
yarn build
|
||||
|
||||
Reference in New Issue
Block a user