colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

Feedparser missing from the latest pull #189

Open matis-plx opened 1 year ago

matis-plx commented 1 year ago

Hi. After the latest pull node reports this error:

"internal/modules/cjs/loader.js:968 throw err; ^

Error: Cannot find module 'feedparser' Require stack:

If I install feedparser manually (using npm install feedparser@2.2.0), the app starts normally.

colloqi commented 1 year ago

After every git pull, please do npm install before restarting the server

matis-plx commented 1 year ago

And which version would be best to install?

stormvansoldt commented 1 year ago

And which version would be best to install?

Probably the one listed in the dependencies: "feedparser": "^2.2.10"