scripting / river5

A river-of-news RSS aggregator in JS running in Node.
MIT License
428 stars 122 forks source link

Windows Install no worky out of the box. #32

Closed ssantoni closed 3 years ago

ssantoni commented 3 years ago

Downloaded the code, installed Node, node river5.js gives this error (pasted below)... I have an older version of River which works fine and seems to have a lot more folders/structure to the code than this latest version here. Also the older river5.js points to var feedtools = require ("./lib/feedtools.js");

The new version points to the davereader module, but it's not present in the downloaded code. Is this code just meant to be an update to existing versions?

C:\river5>node river5.js internal/modules/cjs/loader.js:892 throw err; ^

Error: Cannot find module 'davereader' Require stack:

ssantoni commented 3 years ago

Forgot to run npm update which brings in the davereader tools... that resolved it...