解压文件和创建两个文件夹
配置一个文件
- 将上面的两个文件夹路径添加到文件中
- 同时添加npm的淘宝镜像源
cache=D:\node-v16.17.0-win-x64\node_cache
prefix=D:\node-v16.17.0-win-x64\node_global
registry=https://registry.npm.taobao.org/
添加环境变量
- 将node.exe所在路径和node_global所在路径添加系统环境变量
cache=D:\node-v16.17.0-win-x64\node_cache
prefix=D:\node-v16.17.0-win-x64\node_global
registry=https://registry.npm.taobao.org/