📌  相关文章
📜  您正在运行 `create-react-app` 4.0.3,它落后于最新版本 (5.0.0).我们不再支持全局安装 Create React App. - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:52.429000             🧑  作者: Mango

代码示例2
npx create-react-app@latest --template typescript .
or
//for not ts
npx create-react-app@latest my-app-name