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.
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.
Finally i found whats went wrong.
[[ -s $HOME/.nvm/nvm.sh ]] && . $HOME/.nvm/nvm.sh
brew update
brew unlink watchman
brew install watchman
Thanks for everyone.