Skip to content

Instantly share code, notes, and snippets.

@olivedrabtype
Last active September 27, 2016 03:41
Show Gist options
  • Save olivedrabtype/b704e8a783efbb3c6794378bfbca13cd to your computer and use it in GitHub Desktop.
Save olivedrabtype/b704e8a783efbb3c6794378bfbca13cd to your computer and use it in GitHub Desktop.

Nodejs Upgrade on Windows(7)

###기존 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