You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using node version ( v10.15.3) and npm version (6.4.1) and I tried to create a simple react-app by using the following commands:
npx create-react-app
cd
npm start
I had no issues in creating an app and my app got created sucessfully.
**_Success! Created myapp at C:\Users\padur\Desktop\myapp
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd myapp
npm start
Happy hacking!_**
But when I tried to run my start script I'm facing an error