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 :
Update node version on OS.
sudo npm cache clean -f sudo npm install -g n sudo n stable