뭣이중헌디

ubuntu server nodejs npm 설치 본문

카테고리 없음

ubuntu server nodejs npm 설치

꿈은이루어찔까 2016. 4. 28. 02:24

# 라이브러리를 설치
sudo apt-get install software-properties-common
sudo apt-get install python-software-properties
sudo apt-get instal g++
 
# Node.js와 npm 설치
sudo apt-get install nodejs
sudo apt-get install npm

 

Comments