使用 create-react-app 并且没有任何文件夹

use create-react-app and don't have any folder

我想用 React js 创建一个新应用程序,当我创建一个应用程序时,我没有任何文件夹(src,public),当我启动项目时出现此错误 错误!缺少脚本:开始 错误!可以找到此 运行 的完整日志

按照这个步骤

  1. npm uninstall -g create-react-app
  2. npm 缓存清理 --force
  3. npm i create-react-app -g
  4. npx create-react-app 我的应用程序