LoginSignup
1
0

More than 5 years have passed since last update.

What to check when React Native `npm start` and Jest don't work

Posted at

There seems to be a problem with watchman where it leaves its own files in an invalid state and doesn't know how to clean up after itself, making all programs relying on it to just hang.

The solution I've found to this is to remove everything inside /usr/local/var/run/watchman/${YOUR_USER}-state.

So the next time jest and npm start in your React Native projects just freezes, I know where I'm looking first.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0