当我执行 npx create-react-app myest 时,我的 react 项目中没有生成 public 和 src 文件夹。
我尝试使用 npm uinstall -g create-react-app 卸载全局 create-react-app,然后使用 npm install -g create-react-app 重新安装它。但是,在我执行 npx create-react-app myest 后,它卡在了下面的屏幕上
当我执行 npx create-react-app myest 时,我的 react 项目中没有生成 public 和 src 文件夹。
我尝试使用 npm uinstall -g create-react-app 卸载全局 create-react-app,然后使用 npm install -g create-react-app 重新安装它。但是,在我执行 npx create-react-app myest 后,它卡在了下面的屏幕上