기본적으로 아래 github 에서 확인 가능
install script
]$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
OR
]$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
]$ source ~/.bashrc
install nodejs
]$ nvm ls-remote
]$ nvm install [version]
]$ nvm use [version]
'Develop > NodeJS' 카테고리의 다른 글
Set the global path of Nodejs (0) | 2020.01.15 |
---|---|
set default nodejs version on nvm (0) | 2018.02.10 |
[NodeJS] 서버 재시작 없이 수정사항 적용하기. (2) | 2013.11.15 |
[NodeJS] nodejs 서버 돌릴때 데몬으로 띄우기 (0) | 2013.11.15 |
[NodeJS] redis 이용한 pub/sub 구현 (0) | 2013.11.15 |