最終更新:2025-03-19 (水) 14:07:12 (33d)
NVM for Windows
Top / NVM for Windows
The Microsoft/npm/Google recommended Node.js version manager for Windows.
https://github.com/coreybutler/nvm-windows
This is not the same thing as nvm!
- The original nvm is a completely separate project for Mac/Linux only. This project uses an entirely different philosophy and is not just a clone of nvm.
バージョン
コマンド
- nvm
- nvm list
- nvm list available?
- nvm install
- nvm install latest?
- nvm install lts
- nvm use
- nvm list
- nvm use newest?
- nvm uninstall?
インストール
- Uninstall any pre-existing Node installations!!
シンボリックリンク
- C:\Program Files\nodejs
インストール先
- %APPDATA%\nvm
メモ
Windows
https://learn.microsoft.com/ja-jp/windows/dev-environment/javascript/nodejs-on-windows
- nvm install latest?
- nvm list available?
- nvm list
- nvm use <version>
ARM64
https://github.com/coreybutler/nvm-windows/pull/1070
- nvm arch?
System Default: 64-bit. Currently Configured: -bit.
- nvm arch arm64?
https://github.com/coreybutler/nvm-windows/issues/502#issuecomment-2571661298
- 1.2.xでは
- nvm install [version] arm64
- nvm use [version] arm64