npm设置仓库

设置国内的镜像仓库

淘宝地址:https://npm.taobao.org/
设置淘宝为仓库:npm config set registry http://registry.npm.taobao.org/
还原默认: npm config set registry https://registry.npmjs.org/

上一篇:npm install --save node-sass 安装不上


下一篇:淘宝镜像地址