Skip to content

How do I successfully create a new react app? #13669

Answered by mdazfar2
NitishKumar525 asked this question in Q&A
Discussion options

You must be logged in to vote

With new documentation of React

Step 1: Run- npm uninstall -g create-react-app
Step 2: Run- npm install -g create-react-app
Step 3: Run- npx create-react-app app-name

Try one of the following-

 npx create-react-app@latest my-react-app
#or
npm create react-app@latest my-react-app

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NitishKumar525
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants