Skip to content

Instantly share code, notes, and snippets.

@hjsix2
Forked from olivedrabtype/NodeJS-Upgrade.md
Created September 27, 2016 03:41
Show Gist options
  • Save hjsix2/de5ebd08f831b02e604e95dcbf0fc605 to your computer and use it in GitHub Desktop.
Save hjsix2/de5ebd08f831b02e604e95dcbf0fc605 to your computer and use it in GitHub Desktop.

Nodejs Upgrade 진행

###기존 nodejs 버전확인

  • node --version
  • nvm list (설치된 버전과 사용중인 버전 출력)

###Nodejs 업그레이드를 위해 nvm 설치

###NVM을 이용하여 Nodejs 최신버전(6.6.0) 설치

  • nvm install latest

###특정버전 사용지정

  • nvm use 6.6.0

###사용중인 nodejs 버전확인

  • node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment