distubejs / spotify

A DisTube custom plugin for supporting Spotify.
MIT License
22 stars 6 forks source link

Unexpected Token #4

Closed octagonemusic closed 3 years ago

octagonemusic commented 3 years ago

My console always gives me this error:

if (Array.isArray(queue.songs) && queue.songs[0]?.streamURL) resolve(clearInterval(check)); ^

SyntaxError: Unexpected token '.'

this error is in the index.js of this plugin

skick1234 commented 3 years ago

Due to your nodejs is not supported optional chaining (?.)

Distube v3 required it (nodejs v14 or higher)