1、问题描述
某天在使用yarn install安装依赖的时候,突然出现如下错误导致安装依赖终止:
The engine "node" is incompatible with this module. Expected version ">=18".

2、解决办法
使用如下命令忽略错误:
yarn config set ignore-engines true

某天在使用yarn install安装依赖的时候,突然出现如下错误导致安装依赖终止:
The engine "node" is incompatible with this module. Expected version ">=18".

使用如下命令忽略错误:
yarn config set ignore-engines true


被折叠的 条评论
为什么被折叠?