https://npmmirror.com/mirrors/node/v16.17.0/node-v16.17.0-win-x64.zip
解压文件且新建文件夹:文件夹名:node_global 文件夹名:node_cache
cmd窗口执行:
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config set prefix "D:\node-v16.17.0\node-global"
npm config set cache "D:\node-v16.17.0\node-cache"
PATH 里添加环境变量
D:\node-v16.17.0
D:\node-v16.17.0\node-global
NODE_PATH,变量值为D:\node-v16.17.0\node-global\node_modules
查看配置:npm config ls -l