$ 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를 이용해서 설치하는 것이 더 좋다.
'Developer > 모아두기' 카테고리의 다른 글
[network] wireshark로 아이폰 패킷 분석 방법 (0) | 2016.03.28 |
---|---|
[Linux] Port redirection (0) | 2016.03.25 |
[AWS] 우분투 인스턴스 생성시 ssh 접속 에러 (mac) (0) | 2016.03.24 |
[python] 파이썬 datetime 관련 (0) | 2016.03.24 |
[python] 서버에서 In app purchase 영수증 확인 방법 (Google Play) (0) | 2016.03.23 |