0

I tried to install create-react-app. I wrote npm init in terminal, then npm install create-react-app and it says the following: "Sorry, name can only contain URL-friendly characters".

What seems to be the problem?

1 Answers1

2

From the docs: https://create-react-app.dev/docs/getting-started

npx create-react-app my-app
cd my-app
npm start
onosendi
  • 1,889
  • 1
  • 7
  • 14