1、react创建时报如下错误: image 2、分析解决: 原因:node版本不兼容问题 解决:切换node版本或者使用npm安装 npx create-react-app my-app --use-npm