摘要: nodejs常用命令 npm,cnpm和yarn //安装所有模块 npm install //安装 cnpm模块 并设置淘宝源 npm install -g cnpm --registry=https://registry.npm.taobao.org //配置npm环境变量 npm config 阅读全文