Sto cercando di installare nodeJs nel mio Ubuntu 14.04 per utilizzare GruntJs.
Ho letto su Ubuntu un modo diverso di farlo ( problemi? ), Quindi questo è quello che ho fatto per installarlo:
sudo apt-get install npm
sudo npm install -g grunt-cli
Digitando grunt dopo che ho avuto l'errore:
/usr/bin/env: node: No such file or directory
Quindi, ho provato:
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
sudo apt-get update
E riprovando, e ancora ricevendo l'errore, ho provato:
sudo add-apt-repository https://launchpad.net/~chris-lea/+archive/node.js/
sudo apt-get install -y nodejs
Ho questo messaggio:
nodejs is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 3 not to upgrade.
Ho provato una pulizia nel caso in cui:
sudo apt-get autoremove
Ma no, l'errore è ancora lì: quando digito grugnito ottengo ancora /usr/bin/env: node: No such file or directory
Cosa dovrei fare?
sudo apt-get install nodejs-legacy
crea anche questo link, vedere la descrizione su pacchetti.debian.org/sid/nodejs-legacy