SOLVED
And here’s the solution:
and
First uninstall:
sudo apt-get purge nodejs npm
Then enable nodesource’s repo and install (obviously curl needs to be installed):
curl -sL https://deb.nodesource.com/setup2 | sudo bash -
sudo apt-get install -y nodejs
Then run sudo bench setup socketio
Mods, please close topic if you’d like.
1 Like