Linux

node.js, npm 설치

driz2le 2020. 4. 7. 01:08

□ node.js install 방법

$ sudo apt-get update 
$ sudo apt-get install nodejs

□ npm install 방법

$ apt-get install npm

 

반응형