lanceseidman / PiCAST

PiCAST turns your $35 Raspberry Pi in to a Chromecast like Device.
https://munchron.com
1.77k stars 264 forks source link

sh picast_start.sh #69

Closed vialonitasuhardiman closed 1 year ago

vialonitasuhardiman commented 1 year ago

I was using the Picast while loading the sh file this occured:rp@erp:~/PiCAST $ sh picast_start.sh Starting PiCAST3... internal/modules/cjs/loader.js:818 throw err; ^

Error: Cannot find module 'express' Require stack:

lanceseidman commented 1 year ago

It's a bit outdated but perform an npm install in the directory OR type npm install express (if you have all other packages as global).