0
I’m trying to install react but when I enter the command:
npm install -g create-react-app
it returns me an error Please help me understand why I get this error
0
I’m trying to install react but when I enter the command:
npm install -g create-react-app
it returns me an error Please help me understand why I get this error
1
The command you typed is in Portuguese, try again, but in English:
npm i -g create-react-app
Browser other questions tagged javascript react
You are not signed in. Login or sign up in order to post.
Do you have NPM installed? The command would not be
npm install -g create-react-app
? It would help if you posted what error you are getting.– Andre
Your command is in English
– André Lins