- 追加された行はこのように表示されます。
- 削除された行は
このように表示されます。
!! Official Home Page
* https://nodejs.org/en/
* https://nodejs.org/en/download/
* https://nodejs.org/dist/
//* https://nodejs.org/dist/v6.7.0/
!! nvm
!! nvm (Linux, Mac OS X)
* https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
(How to install)
curl -o- https://raw.githubusercontent.com/creationix/nvm/<version number>/install.sh | bash
bash
nvm install node
!! nvm on Windows (nvmw)
!! 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
! nodist
2016/12で開発停止?
* https://github.com/nullivex/nodist/releases
* nodistでNode.jsをバージョン管理
** http://qiita.com/satoyan419/items/56e0b5f35912b9374305