参考博客:Vue3安装依赖报错The engine “node“ is incompatible with this module

错误日志:

C:\Users\14751\Documents\WorkSpace\gitee\hertzbeat\web-app>yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error eslint-plugin-jsdoc@39.3.25: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18 || ^19". Got "20.3.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

补充兼容报错信息

yarn config set ignore-engines true