I have created react apps multiple times before and never had problems with it. Now however I run
- npm init react-app name (and it creates the app)
- cd name
- npm start
At three is where I get the problem... Nothing happens. I have tried creating 3 apps now and always have the same problem. I have tried deleting all node_modules and package-lock.json and then running npm install, but when I run npm start nothing happens. What could it be? Please help me. I am trying to solve what should be much more challenging problems and really didn't expect to lose so much time with this issue.
I very recently upgraded my mac from sierra to mojave. PErhaps that has something to do with this?
By running npm start --verbose I get this:
npm info it worked if it ends with ok
npm verb cli [
npm verb cli '/usr/local/Cellar/node/13.12.0/bin/node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'start',
npm verb cli '--verbose'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm verb run-script [ 'prestart', 'start', 'poststart' ]
npm info lifecycle [email protected]~prestart: [email protected]
npm info lifecycle [email protected]~start: [email protected]
npm info lifecycle [email protected]~start: ignored because ignore-scripts is set to true my-rea
[email protected]
npm info lifecycle [email protected]~poststart: [email protected]
npm verb exit [ 0, true ]
npm timing npm Completed in 159ms
npm info ok