origoni's Blog from Millky

origoni의 스프링 블로그 입니다.

nvm으로 Node.js 설치하기.

OSX기준


curl https://raw.github.com/creationix/nvm/master/install.sh | sh

touch /Users/dklee/.profile

. /Users/dklee/.nvm/nvm.sh

nvm install 0.10.17


음 간단하다.


back to top