The engine “node“ is incompatible with this module.解决方法

安装依赖库报如下异常

bash 复制代码
[2/4] Fetching packages...
error marked@11.1.0: The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.14.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

手动右键删除 node_modules 文件夹,清空了 npm 缓存:

bash 复制代码
npm cache clean --force

发现还是不行。

后来在网上找到了解决方案:忽略错误。

输入命令:

bash 复制代码
yarn config set ignore-engines true

再重新安装依赖,运行项目就可以了

相关推荐
一直在学习的小白~12 小时前
npm发布脚手架流程
前端·npm·node.js
万万君1 天前
npm quick start for beginner
前端·npm·node.js
lpfasd1233 天前
Windows下使用nvm-windows管理Node.js版本及npm配置全指南
windows·npm·node.js
jenchoi4135 天前
【2025-11-22】软件供应链安全日报:最新漏洞预警与投毒预警情报汇总
网络·安全·web安全·网络安全·npm
种时光的人6 天前
关于人人开源框架renren-fast-vue前端npm install安装报错的问题解决方法
前端·vue.js·npm
疯狂踩坑人6 天前
【前端工程化】一文看懂现代Monorepo(npm)工程
前端·npm·前端工程化
要加油哦~6 天前
nrm | npm 的镜像管理工具
前端·npm·node.js·nrm
艾小码6 天前
从源码到npm:手把手带你发布Vue 3组件库
前端·vue.js·npm
Caster_Z7 天前
WinServer安装NPM(Nginx Proxy Manager),并设置反向代理和开启https
前端·nginx·npm
笑醉踏歌行7 天前
NVM 在安装老版本 Node环境时,无法安装 NPM的问题
前端·npm·node.js