AmandaDiscord / Volcano

A light-weight LavaLink compatible replacement
MIT License
71 stars 15 forks source link

"Unexpected reserved word" #33

Closed edinosma closed 1 year ago

edinosma commented 1 year ago

hey there! i'm trying to run this program for the first time using the command npm run start, but all i get is this error: image i'm not really sure what this means; js isn't my forte! do i need to set up a config file somewhere?

PapiOphidian commented 1 year ago

what nodejs version are you running? await as a top level word is definitely not unexpected granted you're using a version >v12 Volcano expects users to have at least >= v18.

I locally run v19 and cloned the latest release you're using and installed and then ran the start script, but everything works okay

edinosma commented 1 year ago

and that was it... thank you! didn't see the required node.js version.