-
[Ubuntu] 우분투 16.04 LTS에 nodejs, npm 설치하기programing/etc 2019. 10. 25. 11:59
curl 설치하기
sudo apt-get install curl
node.js LTS 설치하기
sudo apt-get install nodejs
버전 확인하기
node -v
npm -v
참고
https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/
'programing > etc' 카테고리의 다른 글
[CleanCode] 클린코드(2) - 의미 있는 이름 (0) 2019.10.28 [CleanCode] 클린코드(1) - 깨끗한 코드 (0) 2019.10.28 [Docker] 도커 입문서 (0) 2019.10.07 [WebStorm] 웹스톰에서 DB연결하기 (0) 2019.10.01 [Git] readme generator (0) 2019.09.10 댓글