赞
踩
建议:设置npm、pnpm设置下载缓存区域:
npm config set prefix D:\file\node\node_global
npm config set cache D:\file\node\node_cache
pnpm config set global-bin-dir D:\file\node\node_global
pnpm config set cache-dir D:\file\node\node_global\cache
pnpm config set global-dir D:\file\node\node_global\global
pnpm config set state-dir D:\file\node\node_global\state
设置npm缓冲区:
”npm config set cache “D:\file\nodejs\node_cache”
1、如果npm版本在Window cmd上运行”npm install -g pnpm“命令报错,显示npm版本过低。
2、npm 版本更新更新电脑上搜索”PowerShell”打开,运行“set-ExecutionPolicy RemoteSigned”,然后运行”npm install -g pnpm“就会下载成功。
3、Window获取npm 地址:运行"where npm"或者运行“npm list -g --depth 0”命令。得到如下:
D:\file\node\node_global
4、环境变量设置:
如果没有就新建获取的npm地址:
![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/7ae3133f58b5467da7c99b487754e13a.png
5、测试:最后 node -v npm -v pnpm -v。成功获取版本信息即成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。