터미널에서 다음의 명령어를 차례로 입력합니다.
$ sudo apt-get install python-software-properties python g++ make
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
설치 확인
$ node -v
(제가 설치한 버전은 0.10.25 버전이군요.)
'Node.js > 1. node.js 란?' 카테고리의 다른 글
eclipse 용 node 플러그인! 하지만.. (0) | 2014.05.30 |
---|---|
1-5 node.js를 지원하는 웹IDE! c9.io (0) | 2014.02.20 |
1-4-1 windows node.js 설치 (0) | 2014.02.16 |
1-3 node.js의 단점! (0) | 2014.02.15 |
1-2 node.js의 특징. event-driven, non-blocking I/O , 단일 스레드 (0) | 2014.02.14 |