Feeds not working...

25 views
Skip to first unread message

Dan Curry

unread,
Sep 23, 2019, 3:34:24 PM9/23/19
to Freedom Controller
Since the update, my RSS feeds are not updating into the River. 

Dave Jones

unread,
Sep 23, 2019, 4:44:55 PM9/23/19
to Freedom Controller
Dan, SSH into your server and run the following commands:

sudo apt-get remove -y node nodejs
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
cd /opt/cartulary/aggrivate
sudo rm -rf node_modules/
sudo rm package-lock.json
sudo npm install --unsafe-perm=true --allow-root


It's most likely the node.js version running on your server is old.  I've run into that a few times.  There was a transition from 4.x to the 8.x branch during Ubuntu 16's lifecycle.

If that doesn't work, shoot me an email and I can get in and sort it out for you.

DJ

Dan Curry

unread,
Sep 23, 2019, 11:58:15 PM9/23/19
to Freedom Controller
Thanks, that seems to have done the trick!


On Monday, September 23, 2019 at 2:34:24 PM UTC-5, Dan Curry wrote:
Reply all
Reply to author
Forward
0 new messages