lelandrichardson / native-navigation-boilerplate

MIT License
82 stars 20 forks source link

Unable to start app #6

Closed RyanWarner closed 6 years ago

RyanWarner commented 6 years ago

Hello! Thank you for creating this awesome boilerplate. I'm stuck trying to get it to boot up for the first time.

I followed the instructions in the readme, however when I do npm start I get this error:

ERROR: Unknown option --no-pretty

Watchman:  watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= ERROR: Unknown option --no-pretty

Any troubleshooting tips / ideas?

RyanWarner commented 6 years ago

I was able to fix the watchman issue with:

npm r -g watchman
brew update && brew upgrade
brew install watchman