📌  相关文章
📜  没有提供模板.这可能是因为您使用的是过时版本的 create-react-app.请注意,不再支持 create-react-app 的全局安装. - Shell-Bash 代码示例

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

代码示例2
if react is installed globally, run this:
npm uninstall -g create-react-app

then run this:
npx create-react-app {directory name}