I had created reactjs project first I had installed globally create react app
npm install -g create-react-app
next, I try to project creation. am using this command
create-react-app react-firebase
while installing i had faced npm ERR! 404 Not Found: react-dev-utils@^5.0.2
error:
npm ERR! code E404
npm ERR! 404 Not Found: react-dev-utils@^5.0.2
How to fix it...