DEV Community

Discussion on: Module not found: Can't resolve 'uuid/v4'

Collapse
 
lolleri200 profile image
lolleri200

I dont know what happen but now when I run Npm start I just get this error in the Terminal:

reactnative@0.1.0 start C:\Users\sami\reactnative
react-scripts start

'react-scripts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! reactnative@0.1.0 start: react-scripts start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the reactnative@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Collapse
 
mtt87 profile image
Mattia Asti

Not sure, usually what I would do is rm -rf node_modules then npm i and then npm start

Thread Thread
 
lolleri200 profile image
lolleri200

OMG thanks, that fixed it! Now that I can actually run the build I can begin fixing this few errors :)