Vue3安装依赖报错: The engine "node" is incompatible with this module. Expected version ">= 14.18.0". Got "14.17.0"
ue3项目,安装依赖会报各种各样的错误如:
error ruoyi-vue-pro-vue3@1.6.3.1611: The engine "node" is incompatible with this module. Expected version ">= 14.18.0". Got "14.17.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