$ sudo apt-get update
$ sudo apt-get install build-essential libssl-dev
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh
$ source ~/.bashrc
$ nvm install 10.4.1
$ node -v
$ node --version
$ npm --version
// node default version
$ nvm alias default 6.11.5
'Server > AWS' 카테고리의 다른 글
[Node.js] pm2 cleardump (0) | 2020.08.24 |
---|---|
[Ubuntu] Can't Connect to MySQL Server on IP (10061) (0) | 2020.08.14 |
[Node.js] How To Install Using a PPA (why ubuntu node version is v4) (0) | 2020.07.31 |
[Node.js] AWS Git 사용법 (0) | 2020.07.31 |
[Node.js] AWS install nodejs (0) | 2020.07.31 |