-1

I have latest watchmen,nvm and npm but still i am getting Unable to load JS error. Here i am attaching my screen shot.

I gone through all stack over flow answers but i can't able to solve my issue.

enter image description here

enter image description here

Santhi Bharath
  • 2,818
  • 3
  • 28
  • 42

1 Answers1

-1

Finally i found whats went wrong.

  1. Deleted existing project
  2. Upadte Node JS and NVM
  3. given path for NVM
  4. [[ -s $HOME/.nvm/nvm.sh ]] && . $HOME/.nvm/nvm.sh
  5. brew update
  6. brew unlink watchman
  7. brew install watchman
  8. restart mac
  9. Then create new project
  10. Successfully RUN.

Thanks for everyone.

Santhi Bharath
  • 2,818
  • 3
  • 28
  • 42