$ cd ~

$ curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh

 

// shell 열어서 확인 할 시

$ nano nodesource_setup.sh

 

$ bash nodesource_setup.sh

 

$ apt-get install nodejs

 

$ nodejs -v

+ Recent posts