網頁

2013年8月20日 星期二

【node.js】安裝+測試

【環境:linux】
說明:
首先須先確認你的環境是否已經安裝
1.g++ GNU C++
2.git
 
git clone https://github.com/joyent/node.git
cd node
git checkout v0.6.7
./configure
make
sudo make install 

接著在terminal上直接編輯一個檔案為node.js
在檔案內新增一行console.log( 'Hey you' );

vim node.js
console.log( 'Hey you' );

離開編輯環境,輸入 node node.js

驗正版本的話,請輸入node --version

As always , if you have any question , feel free to contact me.
有任何問題,請聯絡我

歡迎轉載,請註明出處,感謝。

沒有留言:

張貼留言