赞
踩
- //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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。