I\'m trying to install nodeJs into my Ubuntu 14.04 in order to use GruntJs.
I\'ve read about Ubuntu different way of doing it (issues?), so this is what I\'ve done i
Just rename the command or file name ln -s /usr/bin/nodejs /usr/bin/node by this command
ln -s /usr/bin/nodejs /usr/bin/node