react创建项目提示you are running create-react-app 5.0.0, which is behind the latest re 5岁学编程 2022-08-01 93 阅读1分钟 随手记 2022/08/01 You are running create-react-app 5.0.0, which is behind the latest release (5.0.1) 解决: npm uninstall -g create-react-app npx clear-npx-cache npm i create-react-app npx create-react-app hooks_demo