react-02:react创建时报错:error @typescript-eslint/[email protected]: The engine “node” is incompati...

1、react创建时报如下错误:

react-02:react创建时报错:error @typescript-eslint/eslint-plugin@2.24.0: The engine “node” is incompati..._第1张图片
image

2、分析解决:

原因:node版本不兼容问题
解决:切换node版本或者使用npm安装

npx create-react-app my-app   --use-npm

你可能感兴趣的:(react-02:react创建时报错:error @typescript-eslint/[email protected]: The engine “node” is incompati...)