0
点赞
收藏
分享

微信扫一扫

@typescript-eslint/eslint-plugin@5.13.0:The engine “node“ is incompatible with this module.

前行的跋涉者 2022-03-11 阅读 31
前端框架

@typescript-eslint/eslint-plugin@5.13.0:The engine “node” is incompatible with this module.在这里插入图片描述

不知道大家在使用yarn 命令安装ant design的时候有没有遇到过这个问题,这个问题出现的原因就是你的node.js版本过低,因此需要到官网上升级你的node版本。node官网:https://nodejs.org/zh-cn/

下载完成后,大家可以直接将最新的node安装到原来的node目录中,覆盖原来的node文件,或者安装完成后直接将node文件拉入原目录进行覆盖。

在这里插入图片描述

举报

相关推荐

eslint-plugin-vue 的使用

0 条评论