SyntaxFix
Write A Post
Hire A Developer
Questions
Looks like you are using Ubuntu (from the command line you show). To update npm and nodejs you can use the PPA repository:
npm
nodejs
sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs npm