beebls / youtube-music-history-scrobbler

🎵⬇️ Automatically format your YouTube Music history so you can upload it to Last.fm
GNU General Public License v3.0
32 stars 5 forks source link

command "node" can't be found #1

Closed sproodl closed 1 year ago

sproodl commented 1 year ago

Thanks a lot for this program! Unfortunately when I run "start.batch" I get an error code. Roughly translated from German it says:

The command "node" is either spelled incorrectly or could not be found.

Searching manually I also couldn't find any file named such in the directories.

beebls commented 1 year ago

Node refers to nodejs, which is the runtime that the program runs in. You can install node from here, either the LTS or the Current version will work, follow the installer prompts for nodejs, and once it is installed the plugin should run fine.