# 查看nodejs版本 npm -v # 查看配置 npm config list # 修改配置 npm config set prefix "D:\\nodejs" npm config set cache "D:\\nodejs\\cache" npm install -g nrm
npm切换国内源
npm
npm install -g nrm # 执行一下命令需要把cmd路径放到系统变量里去 nrm ls nrm use taobao