关于前端:vue-create-安装依赖报-Found-incompatible-module

创立vue新我的项目会报如下谬误:

error eslint-plugin-vue@8.5.0: The engine “node” is incompatible with this module. Expected version “^12.22.0 || ^14.17.0 || >=16.0.0”. Got “14.16.1”
error Found incompatible module

这是版本兼容性查看未通过。
要求的版本与目前的版本不统一。
这个查看有时候不是那么精确,能够通过如下命令,把查看禁止掉。
yarn config set ignore-engines true

问题解决!

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理