简体   繁体   English

npx create-react-app 花费的时间太长。 安装nodejs最新版本,npm最新版本

[英]npx create-react-app is taking too long. Installed nodejs latest version, npm latest version

this is what I'm getting in the terminal for about an hour这就是我在航站楼待了大约一个小时的结果

PS C:\Users\91725\Desktop\react-app> npx create-react-app myapp

Creating a new React app in C:\Users\91725\Desktop\react-app\myapp.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

[#######...........] \ idealTree:terser-webpack-plugin: sill fetch manifest ajv-keywords@^3.5.2

I faced a similar kind of issue for so long, I used yarn create-react-app my-app and it worked for me!我长期以来一直面临类似的问题,我使用了yarn create-react-app my-app并且它对我有用!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 create-react-app 落后于最新版本 - create-react-app is behind the latest version PM2没有安装最新版本的nodejs - PM2 not taking the latest version of nodejs installed Create-react-app 不适用于已安装的 npm 版本 - Create-react-app not working with installed version of npm npx create-react-app 不工作。 出现“create-react-app 的过时版本”错误 - npx create-react-app NOT working. Getting "outdated version of create-react-app" error create-react-app 不会创建 src 和 public 文件夹,即使它是最新版本 - create-react-app doesn't create src and public folder even though its the latest version npx create-react-app my-app 在安装新版本的 NodeJS 后给我以下错误? - npx create-react-app my-app giving me the following error after installing new version of NodeJS? 安装了最新版本的节点-但npm损坏(mac) - installed latest version of node — but npm is broken (mac) npm 全局卸载旧版 create-react-app 不起作用 - npm global uninstallition of old version of create-react-app not working 无法清除 npx 缓存并安装新版本的 create-react-app 即 5.0.0 - Not able to clear npx cache and install the new version of create-react-app i.e 5.0.0 为什么 npx create-react-app 显示“该项目是使用旧的不受支持的工具版本引导的”? - Why npx create-react-app is showing "the project was bootstrapped with an old unsupported version of tools"?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM