If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your
错误提示:If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project. That will permanently disable this message but you might encouter other issues
解决方法:
我们根据错误提示在 项目中创建一个 .env 的文件夹
里面的 内容写上 SKIP_PREFLIGHT_CHECK=true
再输入:
npm start