nations / spoticord

Display your Spotify status as a Discord Rich Presence using the RPC API
122 stars 40 forks source link

async function spotifyReconnect () { #54

Open XxPoNaGeXx opened 6 years ago

XxPoNaGeXx commented 6 years ago

async function spotifyReconnect () { ^^^^^^^^

SyntaxError: Unexpected token function at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.runMain (module.js:604:10) at run (bootstrap_node.js:383:7) at startup (bootstrap_node.js:149:9)

exe commented 6 years ago

Make sure you're using the latest version of Node for async to work correctly.

TheLastZombie commented 6 years ago

I found a way to get around this. See my comment on a previous issue.

cernodile commented 6 years ago

async isn't supported in older versions of node, please update your node version.