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?
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?
From the docs: https://create-react-app.dev/docs/getting-started
npx create-react-app my-app
cd my-app
npm start