I have a RN developing environment on Windows 7. It works fine until yesterday it suddenly reports error after I run \"react-native\" start. The error Message:
I have run into this as well and debugged it as far as I could right now. The error arises from some race condition:
babel-register writes a cache to ~/.babel.json, on every tickI have no idea why this doesn't happen to everybody or why this only happens after having used react native for some time...
This will need to be fixed in React Native, probably in coordination with babel-register... I will post this into the related GitHub issue as well.