Open matis-plx opened 1 year ago
After every git pull, please do npm install before restarting the server
And which version would be best to install?
And which version would be best to install?
Probably the one listed in the dependencies:
"feedparser": "^2.2.10"
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.