简体   繁体   English

我无法通过“create-react-app”创建反应应用程序

[英]I'm not able to create react app by "create-react-app"

I'm not able to create react app by create-react-app and it gives me an error我无法通过 create-react-app 创建反应应用程序,它给了我一个错误

在此处输入图片说明

尝试使用npx create-react-app ,确保 npm >= 5.2

First install create-react-app globally首先全局安装 create-react-app

npm install create-react-app -g

Then run the following command然后运行以下命令

create-react-app app-name

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM