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

来自维基鲸

问题描述

使用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