国内npm源

永久使用l
npm config set registry https://registry.npm.taobao.org // 配置后可通过下面方式来验证是否成功 npm config get registry // npm info express
临时使用
npm --registry https://registry.npm.taobao.org install express

 

posted @ 2017-04-02 22:09  Alien_Lee  阅读(139)  评论(0编辑  收藏  举报