为什么创建一个 React/Vite 应用需要这么多时间?

问题描述 投票:0回答:1

嗨,我正在尝试使用 React 制作一个简单的应用程序,但我被困在第一步了?好像根本就没有什么作用?尝试使用

npx create-react-app
npm create vite@latest
enter image description here

加载动画卡了10个小时,Vite和React都一样。

使用最新的 Node 版本

reactjs node.js npm
1个回答
0
投票

创建 React 或 Vite 应用程序有时可能需要比预期更长的时间,原因如下:

1.网络速度 2.节点模块 3.系统资源 4.包管理器问题 5.临时文件 6.后台进程

© www.soinside.com 2019 - 2024. All rights reserved.