解决使用yarn安装依赖出现error commander@12.1.0: The engine "node" is incompatible with this module. Expected version

来自维基鲸
Xiaotian留言 | 贡献2024年10月9日 (三) 19:22的版本 (创建页面,内容为“=== 问题描述 === 使用yarn安装依赖的时候,突然出现如下错误导致安装依赖终止: error commander@12.1.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2" === 解决办法 === 使用如下命令忽略错误: yarn config set ignore-engines true”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

问题描述

使用yarn安装依赖的时候,突然出现如下错误导致安装依赖终止:

error commander@12.1.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"

解决办法

使用如下命令忽略错误:

yarn config set ignore-engines true