The engine "node" is incompatible with this module. Expected version XXX

执行 “yarn install” 报如下错误,错误表示node版本不一致:

error css-loader@1.0.1: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 <7.0.0 || >= 8.9.0". Got "8.1.2"

在这里插入图片描述
在这里插入图片描述

注意:错误报的是Node.js版本不一致,而不是npm版本不一致,所以网上有些建议更新npm的实际上是没用的。

方案1:

卸载旧版Node.js,去官网下载并重新安装指定版本区间的Node.js后重新执行命令成功:
在这里插入图片描述
忘记Node.js安装位置的可以执行where node进行查看:
在这里插入图片描述

方案2:

忽略错误后重新yarn install

 yarn config set ignore-engines true
引用: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "15.10.0" error Found incompatible module. 引用:(63条消息) The engine "node" is incompatible with this module. Expected version XXX_混沌人的博客-CSDN博客https://blog.csdn.net/yuxielea/article/details/98481211 引用: error commander@9.0.0: The engine "node" is incompatible with this module. Expected version "^12.20.0 || >=14". Got "12.13.1" error Found incompatible module. 根据引用内容,这个错误信息是由于安装的模块与当前使用的Node.js版本不兼容导致的。该模块期望的Node.js版本是"8 || 10 || 12 || 14 || 16 || 17",但你当前的Node.js版本是"15.10.0"。因此,发生了不兼容的错误。 解决这个问题的方法有两个方案: 方案1:卸载当前的Node.js版本,然后重新安装一个符合模块要求的Node.js版本。你可以通过访问官方网站来获取适合的Node.js版本并进行安装。 方案2:如果你需要继续使用当前的Node.js版本,你可以尝试更新或替换模块,以找到与该版本兼容的模块版本。可以通过查看模块的文档或访问相关社区来获取更多关于模块的信息。 请注意,不同的方案可能适用于不同的情况,请根据实际情况选择适合你的解决方案。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [ipc@9.2.2: The enginenode“ is incompatible with this module. Expec](https://blog.csdn.net/weixin_45917610/article/details/128461800)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [The enginenode“ is incompatible with this module. Expected version问题解决](https://blog.csdn.net/zp357252539/article/details/123259529)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值