Server/AWS

[Node.js] How To Install Using a PPA (why ubuntu node version is v4)

denodo 2020. 7. 31. 17:59

$ 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