这就是它的样子
当我给“ npx create-react-app my-app”时,这就是我要面对的。 无法找出任何措施。 “ yarn create-react-app my-app”-也不起作用。
Creating a new React app in C:\mern-stack-project\my-app.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
> core-js@2.6.11 postinstall C:\mern-stack-project\my-app\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.6.5 postinstall C:\mern-stack-project\my-app\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js-pure@3.6.5 postinstall C:\mern-stack-project\my-app\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
+ cra-template@1.0.3
+ react-scripts@3.4.1
+ react-dom@16.13.1
+ react@16.13.1
added 1613 packages from 750 contributors in 216.578s
58 packages are looking for funding
run `npm fund` for details
我的提示在几个小时内都有这些评论。
我将附上屏幕。
我的控制台保持这样,我不得不打开另一个窗口来执行“ npm start”
这是我运行“ npm start”后得到的结果
答案 0 :(得分:0)
我不知道出了什么问题,您可以按照以下一些故障排除步骤进行操作,以查看是否有帮助:
client/
目录npx create-react-app client
这些步骤没有什么特别之处,我只是不知道您为实现当前错误而做了什么,所以我为您提供了一些基本步骤。
答案 1 :(得分:0)
我认为您的命令提示符已暂停。转到资源监视器,右键单击挂起的cmd进程,然后单击恢复进程。这样做两次。这将恢复软件包的安装。