Developer/모아두기
[Node.js] Ubuntu Node.js 설치
LeeJaeng
2016. 3. 24. 16:02
$ sudo apt-get install curl
$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
$ sudo apt-get install -y nodejs
여기서 버전은 4.x, 5.x 이렇게 바꿀 수가 있다.
apt-get으로 설치하는 것보다는 이렇게 Nodesource를 이용해서 설치하는 것이 더 좋다.