react-native init AwesomeProject is throwing SyntaxError: Unexpected token : and I\'m not sure why. I\'ve uninstalled and re-installed react-native-cli
react-native init AwesomeProject
SyntaxError: Unexpected token :
Apparently the new version React Native 0.56.0 has this problem.
0.56.0
To fix this problem, you can install the previous version.
react-native init --version="0.55.0" MyNewApp