下载国外的资源众所周知的慢,常用设置镜像,平时多用yarn
yarn
全局安装及设置镜像
npm install -g yarn
yarn config set registry http://registry.npm.taobao.org/ -g
node-sass
设置镜像
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
npm
设置镜像
npm config set registry https://registry.npm.taobao.org
npm config get registry // 查看是否配置成功
npm config list // 查看npm当前配置
npm cache clear --force // 强制清除缓存
网友评论