I have install node/npm using the nvm documentation.
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.26.1/install.sh | bash
I then install it:
nvm install stable
and then I have to do:
nvm use node
npm is working but if I want to install a package globally it doesn't work.
sudo npm install -g package
I've got this:
sudo: npm: command not found
I've seen many topic but I didn't really understand anything with symbolic link or something like this. I'm using ubuntu 14.04