Contents

Develop
2013.04.23 18:09

[node.js] nodejs 기본 설치

Views 26328 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

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



?

List of Articles
No. Category Subject Author Date Views
4 Develop [android] Calling activity function from separate class hooni 2016.11.15 1316
3 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1410
2 Develop Mac OS 에 Jenkins 설치하기 (Homebrew) 2 file hooni 2017.03.15 8408
1 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 962
Board Pagination Prev 1 2 Next
/ 2