创建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
问题解决!
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。