-1

i want to create a new project locally following the instruction on: https://reactjs.org/tutorial/tutorial.html#setup-option-2-local-development-environment ---> where it says run --> npx create-react-app my app

i tried doing that but i get Error code E404

What does it mean?

1 Answers1

0

You should put like my-app not my app because my and app will be two seperate argument.

npx create-react-app my-app
Harsh Mangalam
  • 1,116
  • 1
  • 10
  • 19