react创建时报错:error @typescript-eslint/eslint-plugin@2.24.0: The engine “node” is incompatible with this module. Expected version “^8.10.0 || ^10.13.0 || >=11.10.1”. Got “11.4.0” 1、react创建时报如下错误: 2、分析解决: 原因:node版本不兼容问题 解决:切换node版本或者使用npm安装 Default npx create-react-app my-app --use-npm 1 npx create-react-app my-app --use-npm