//root 권한 아닐 시, sudo
$ apt install nodejs
$ apt install npm
$ apt-get update
$ apt-get install nodejs

$ npm -v

$ node -v
root@ip:/home/ubuntu/node# node -version
The program 'node' is currently not installed. You can install it by typing:
apt install nodejs-legacy

$ apt install nodejs-legacy

+ Recent posts