help with React native: Failed building JavaScript bundle / Restarted watchman

2

Good afternoon, I'm starting with React native and I came out of nowhere a problem that does not let me do anything, just in the terminal every time I give reload to the application it says "Failed building JavaScript bundle" and in the next one line "Restarted watchman", I already reinstalled watchman with home brew (Mac), I deleted it and I reinstalled it from scratch and I can not work any project anymore, can someone help me? Thank you in advance!

    
asked by Sergio García 14.12.2017 в 23:26
source

1 answer

0

try this:

  

npm start - --reset-cache   OR   yarn start - --reset-cache

and if not ._. then reboot to your pc xD

    
answered by 28.06.2018 в 20:14