I am a beginner in ReactJS.I am trying to install ReactJs in my windows system.And as per the requirement of npm
i have installed in it.Now when i am trying to run the command npx create-react-app <project name>
to install the ReactJs then it will be stuck in the middle.So please help me out to fix this issue.Below i have attached screenshot of it where it been stuck.
- 积分
0 - 话题
0 - 评论
3199 - 注册排名
2461
I strongly recommend you to use yarn, with it you could easily create a new react app. Here's a documentation how to create app with just one command and good example https://classic.yarnpkg.com/en/docs/cli/create/