본문 바로가기

Node.js/1. node.js 란?

1-4-2 ubuntu node.js 설치 방법

터미널에서 다음의 명령어를 차례로 입력합니다.


$ 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 버전이군요.)