//1.查看npm镜像设置
npm config get registry
//2.将npm设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org
//3.再次查看npm镜像设置
npm config get registry
//4.重新install
npm install
淘宝似乎也无了
换这个
npm config set registry https://registry.npmmirror.com
//1.查看npm镜像设置
npm config get registry
//2.将npm设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org
//3.再次查看npm镜像设置
npm config get registry
//4.重新install
npm install
淘宝似乎也无了
换这个
npm config set registry https://registry.npmmirror.com
2950
404
9751

被折叠的 条评论
为什么被折叠?
