Develop

[node.js] nodejs 기본 설치

by hooni posted Apr 23, 2013
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print
1. node.js 설치
git clone git://github.com/ry/node.git (또는 nodejs.org 에서 다운로드)
./configure
make
make install

2. npm설치
curl http://npmjs.org/install.sh | sh

3. package 설치
npm install socket.io
npm install express
npm install stylus
npm install nib
npm install jade