npm yarn 包管理
2020-08-10 本文已影响0人
Org_
20200328211444966.png
原因是安装必要包时超时了
1、设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org/
yarn config set registry https://registry.npm.taobao.org/
查看当前镜像
npm get registry
yarn config get registry