NodeJSメモ

node.green
compatibility table

nvm

install

nvm ls-remote
nvm install v6.9.1
nvm alias default v6.9.1
nvm uninstall v6.7.0
nvm ls