Bench update ERROR message: frappe-bench-node-socketio: ERROR (abnormal termination)

@clarkej , as you proposed I take out ‘use strict’

no change…

To make it short, I pulled a new Dev instance.

I made:
sudo apt-get update
sudo apt-get upgrade
cd frappe-bench
bench update --upgrade / supervisor error

bench setup socketio
bench setup supervisor
bench setup nginx
edit: bench setup redis-cache ← if ‘redis-cache’ is not recognized try ‘redis’
sudo service nginx reload
sudo supervisorctl reload

then

sudo bench setup production frappe

then

as @imobde3 suggested

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -

sudo apt-get install -y nodejs

finally:

bench update woks!!!

Thank you @clarkej , @imobde3

Please close this subject!

8 Likes