首页 前端知识 ERROR This version of pnpm requires at least Node.js v18.12The current version of Node.js is v16

ERROR This version of pnpm requires at least Node.js v18.12The current version of Node.js is v16

2025-03-27 13:03:01 前端知识 前端哥 842 283 我要收藏

报错ERROR: This version of pnpm requires at least Node.js v18.12 The current version of Node.js is v16.17.1

已经安装了20.15.0,并且卸载干净了旧版本(环境变量已经修改),但还是报了版本错误,

解决方法(Windows 系统):

使用 Node 版本管理器(nvm)

下载 nvm-windows: 访问 nvm-windows 的 GitHub 仓库页面 (Releases · coreybutler/nvm-windows · GitHub) 并下载最新版本的安装程序。

使用 nvm 安装 Node.js: 安装 nvm 后,你可以使用它来安装不同版本的 Node.js。

nvm install xx.xx.xx

切换 Node.js 版本: 使用 nvm 切换到特定版本的 Node.js:

nvm use xx.xx.xx

使用最新版本

nvm alias default xx.xx.xx

查看安装的版本

nvm ls

完成后再次运行项目报错就没有了(如果不行就试试其他方法…)

转载请注明出处或者链接地址:https://www.qianduange.cn//article/24385.html
标签
评论
发布的文章

【Linux笔记】基础IO(上)

2025-03-27 13:03:40

大家推荐的文章
会员中心 联系我 留言建议 回顶部
浏览器升级提示:您的浏览器版本较低,建议您立即升级为知了极速浏览器,极速、安全、简约,上网速度更快!立即下载
复制成功!