@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文件拉入原目录进行覆盖。