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

📅  最后修改于: 2022-03-11 14:50:55.556000             🧑  作者: Mango

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