Contents

Develop
2013.04.23 18:09

[node.js] nodejs 기본 설치

조회 수 26329 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
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



?

  1. [ios] NSString, RegularExpression Find/Replace

    Date2017.04.14 CategoryDevelop Byhooni Views966
    Read More
  2. Mac OS 에 Jenkins 설치하기 (Homebrew)

    Date2017.03.15 CategoryDevelop Byhooni Views8413
    Read More
  3. [ios] 동영상 플레이어 샘플 (for PIP Player)

    Date2017.03.15 CategoryDevelop Byhooni Views1416
    Read More
  4. [android] Calling activity function from separate class

    Date2016.11.15 CategoryDevelop Byhooni Views1321
    Read More
  5. [matlab] ZigZag-Scanning (2-D Array)

    Date2016.10.15 CategoryDevelop Byhooni Views2124
    Read More
  6. [matlab] 정보은닉 스테가노그래피(Steganography) 수업

    Date2016.10.03 CategoryDevelop Byhooni Views800
    Read More
  7. [c] Mac OS 에 gmp(gmp.h) 라이브러리 설치

    Date2016.10.03 CategoryDevelop Byhooni Views1453
    Read More
  8. [ios] UUID 생성 + Key Chain 연동

    Date2016.05.13 CategoryDevelop Byhooni Views4804
    Read More
  9. [c] 64bit 머신에서 inet_ntoa() 사용시 Segment fault 대처 방법법

    Date2014.02.08 CategoryDevelop Byhooni Views14266
    Read More
  10. [ios] 소소한 팁 (Rect,Point,Path,URL 등)

    Date2013.08.08 CategoryDevelop Byhooni Views29535
    Read More
  11. [node.js] nodejs 기본 설치

    Date2013.04.23 CategoryDevelop Byhooni Views26329
    Read More
  12. [c#] 웹문서 소스(html) 긁어오기

    Date2013.04.23 CategoryDevelop Byhooni Views24580
    Read More
Board Pagination Prev 1 2 Next
/ 2