我想在Ubuntu Zesty 17.04
上安裝最新版本的NodeJS
。但是,無論使用apt-get還是嘗試從節點源ppa下載它,我總是有版本4.7.2。在Ubuntu上安裝節點6.9 Zesty 17.04
apt-get的
sudo apt-get update
sudo apt-get install nodejs npm
節點PPA
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
sudo apt-get update
apt-get install nodejs npm
結果
$> node -v
v4.7.2
我怎樣才能得到的的NodeJS的6.9版本?
你的安裝說明我工作得很好:'$節點-v v6.11.2' –
對於我來說,反過來,他們沒有。奇怪的。 – balu