Install nodejs on ubuntu

When installing nodejs on Ubuntu 12.10, it was not working right away

sudo apt-get install nodejs npm

I had to add a link to have 'node' (and not only nodejs) in my path

sudo ln -s /usr/bin/nodejs /usr/local/bin/node

Popular posts from this blog

Fixing "DerInputStream.getLength(): lengthTag=109, too big" in Android Studio

Simple Samba setup on Lubuntu

Solving: insufficient permissions for device: user in plugdev group; are your udev rules wrong