본문 바로가기
javascript/Node.js

Node.js 버전 변경하기

by 바나냥 2020. 10. 22.
npm install -g n
n 6.10.3

 

this is very easy to use.

then you can show your node version:

 

node -v
v6.10.3

 

댓글