我正在尝试将nodeJs安装到我的Ubuntu 14.04中,以使用GruntJs。
我已经阅读了有关Ubuntu的不同执行方式的信息(问题?),因此,为了安装它,我做了以下操作:
sudo apt-get install npm
sudo npm install -g grunt-cli
在输入咕unt声之后,我得到了错误:
/usr/bin/env: node: No such file or directory
因此,我尝试了:
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
sudo apt-get update
再试一次,仍然出现错误,我试过了:
sudo add-apt-repository https://launchpad.net/~chris-lea/+archive/node.js/
sudo apt-get install -y nodejs
我收到此消息:
nodejs is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 3 not to upgrade.
我确实尝试进行清理,以防万一:
sudo apt-get autoremove
但是没有,错误仍然存在:当我键入grunt时,我仍然得到 /usr/bin/env: node: No such file or directory
我该怎么办?
sudo apt-get install nodejs-legacy
也会创建此链接,请参阅packages.debian.org/sid/nodejs-legacy上的