!! Official Home Page * https://nodejs.org/en/ * https://nodejs.org/en/download/ * https://nodejs.org/dist/ //* https://nodejs.org/dist/v6.7.0/ !! nvm * https://github.com/creationix/nvm (How to install) curl -o- https://raw.githubusercontent.com/creationix/nvm//install.sh | bash bash nvm install node !! Windows で node のバージョン管理をする場合 ! nvm-windows 開発継続中 * https://github.com/coreybutler/nvm-windows/releases ! nvmw (nvm on Windows) 2016/4 で開発停止 * https://github.com/hakobera/nvmw * Windowsにnode.jsを導入する方法 ** http://qiita.com/kouh/items/30e7cbb673472c43b66f * https://github.com/hakobera/nvmw *** nvmw.orig.bat Fri Sep 30 18:25:45 2016 --- nvmw.bat Fri Sep 30 19:44:21 2016 *************** *** 134,140 **** if %ARCH% == x32 ( set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/node.exe ) else ( ! set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/x64/node.exe ) ) --- 134,140 ---- if %ARCH% == x32 ( set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/node.exe ) else ( ! set NODE_EXE_URL=%NVMW_NODEJS_ORG_MIRROR%/%NODE_VERSION%/win-x64/node.exe ) ) ! nodist 2016/12で開発停止? * https://github.com/nullivex/nodist/releases * nodistでNode.jsをバージョン管理 ** http://qiita.com/satoyan419/items/56e0b5f35912b9374305