码迷,mamicode.com
首页 > 其他好文 > 详细

npm安装设置

时间:2019-10-11 12:37:02      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:exp   npm   设置   get   set   nbsp   tao   镜像   其他   

查看npm配置
npm config list

查看npm镜像registry地址
npm config get registry
  https://registry.npmjs.org/

1 临时使用其他镜像安装 express 
npm install express --registry https://registry.npm.taobao.org

2 更改镜像地址(持久使用)
npm config set registry https://registry.npm.taobao.org

3通过cnpm使用
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用 cnpm install express

npm安装设置

标签:exp   npm   设置   get   set   nbsp   tao   镜像   其他   

原文地址:https://www.cnblogs.com/shichangchun/p/11653372.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!