Open jordangunderson opened 1 year ago
It looks like the ??
operator was introduced in Node 14, and thus the syntax error. (My version of Ubuntu was running Node v12.22.9.)
Uninstalling nodejs then reinstalling a current version via snap worked for me on Ubuntu:
sudo apt-get remove nodejs
snap install node
There is probably a better way to do that.
Not sure whether it make sense to edit the readme, given the above.
You may also wish to specify that the "Redirect URI" field in the Spotify plugin should be set to http://localhost:3000/
.
Following the instructions on the readme, I got: