odinb / bash-plexamp-installer

PlexAmp-installer for Raspberry Pi with ARM64 HW. Headless music-player controlled from any other Plexamp client.

Home Page:https://www.plex.tv/plexamp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module '/home/USER/plexamp/js/index.js' error

Davrizio opened this issue · comments

I went to look for index.js and it doesn't look like anything is there. I did get an error at the start of the script.

Unable to extract download URL from version.txt for PlexAmp
Not sure if that is the source of why I'm not seeing the index.js?

I made sure to replace USER with the user I setup. So I ran:

node /home/pi/plexamp/js/index.js

Figured it out! Turns out jq isn't installed by default. All is well now.