IT無限~程式筆記本
網頁
首頁
股海無涯
幸運號碼猜看看
2015年12月24日 星期四
Ubuntu 安裝 Node js 步驟
先下載source code
https://nodejs.org/en/download/
複製下載網址
回到 ssh 畫面中輸入wget 然後按滑鼠右鍵貼上網址
下載完成後,解壓縮
tar xfz node-v0.x.xx.tar.gz
接著進入該目錄執行以下動作
cd node-v0.x.xx
./configrue
make
sudo make install
最後輸入 node -v 有出現版本號就OK了
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
熱門文章