美文网首页
NodeJS windows环境配置

NodeJS windows环境配置

作者: ak470 | 来源:发表于2018-08-24 16:34 被阅读0次

npm 设置为淘宝的源

得到原本的镜像地址

$npm get registry 
> https://registry.npmjs.org/
#设成淘宝的
$ npm config set registry http://registry.npm.taobao.org/

换成原来的

$ npm config set registry https://registry.npmjs.org/

相关文章

网友评论

      本文标题:NodeJS windows环境配置

      本文链接:https://www.haomeiwen.com/subject/nbqiiftx.html