npm 使用教程

链接
----------------------------------
npm官网
npm淘宝镜像

安装包
----------------------------------
npm install -g  #默认的方式
npm install -g --registry=https://registry.npm.taobao.org #淘宝镜像

原文地址:https://www.cnblogs.com/xielisen/p/6390721.html