kristain

博客园 首页 新随笔 联系 订阅 管理

下载:从 http://nodejs.org/download/  下载适合的版本。

解压:tar xzvf node-v0.10.19-linux-x64...

比如解压到 /alidata/node-v0.10.19-linux-x64

设置环境变量:

# vi /etc/profile

add the following content into the file's end:

export NODE_HOME=/alidata/node-v0.10.19-linux-x64
export PATH=$PATH:$NODE_HOME/bin
export NODE_PATH=$NODE_HOME/lib/node_modules

save it then source it with:

#source /etc/profile  
posted on 2014-07-07 10:38  kristain  阅读(1678)  评论(0编辑  收藏  举报