터미널에서 아래와 같이 실행
#> sudo apt-get update
#> sudo apt-get install -y build-essential
#> sudo apt-get install curl <-- curl 이 설치 되어 있다면 아래와 같이 바로 실행
#> curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash --
#> sudo apt-get install -y node.js
node , npm 설치 확인 아래
#> node -v
v10.16.0
#> npm -v
6.9.0