📅  最后修改于: 2022-03-11 15:04:15.684000             🧑  作者: Mango
/* Answer to: "There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally." */
/*
Go to your "package.json" file.
Replace
*/
"react-scripts": "",
/* with */
"react-scripts": "1.1.4",
/*
Then run npm install and after that npm start
*/