官网地址:https://nodejs.org/download/release/
下载安装包(根据自己电脑配置选择32位或64位的压缩包,我的电脑是64位的,所以选择64-bit),下图两个都行
新增2个环境变量,并把他们添加到Path中,如图
命令行输入:
npm config set prefix "E:\install\nodejs\nodejs\node_global"
npm config set cache "E:\install\nodejs\nodejs\node_global"
命令行输入:
npm config set registry http://registry.npm.taobao.org
查看是否配置成功,命令行输入:
npm config get registry