I'm trying Google Cloud to host my node.js app. On Windows 10 I have node v7.9.0 and on Google Cloud it's using node v6.9.0
On Windows 10 it runs flawlessly. On google cloud it gives me this error...
/app/test.js:16
client.Dispatcher.on(Events.GATEWAY_READY, e => {
^
SyntaxError: Unexpected token >
I don't get it, what's the problem here?