解决使用yarn安装依赖出现 The engine "node" is incompatible with this module. Excepted version ... 问题
yarn 安装依赖时出现以下内容:
The engine "node" is incompatible with this module. Excepted version "20 || >=22". Got "18.18.0"
一、问题
二、解决办法
设置 yarn 忽略engine 校验,如下:
yarn config set ignore-engines true
~~ 再次运行yarn 安装即可解决问题。。
让每一天过的有意义!