切换淘宝镜像
npm config set registry http://registry.npm.taobao.org
如果node-sass安装不成功换成下面的镜像
npm config set registry http://npm.taobao.org
切换默认镜像
npm config set registry https://registry.npmjs.org
其他镜像地址查询
安装nrm
npm install nrm -g
其他镜像地址查询
nrm ls
网友评论