spencercarli / react-native-meteor-boilerplate

MIT License
628 stars 139 forks source link

Unexpected token '<' #50

Closed Jorrit2002 closed 8 years ago

Jorrit2002 commented 8 years ago

When running the code on an iOS device without any change in the code I get the following error:

 2016-08-22 17:21:16.243 [fatal][tid:main] 
Unhandled JS Exception: SyntaxError: Unexpected token '<'

any suggestions?

spencercarli commented 8 years ago

Hmm I've seen that before but can't remember under what circumstances. I'd say try to delete your node_modules and reinstall them.

Another option is to try the android-fix branch (even though you're asking about ios, there are some ios changes in that branch)

Jorrit2002 commented 8 years ago

got it working after deleting everything and starting over. However, I still got this same problem in an other starter template.