Install-NodeVersion
all
Install Node.js runtime versions for `ps-nvm`. This command is part of `ps-nvm` and can only be run under PowerShell.
More info →Examples (5)
Install a specific Node.js version
Install-NodeVersion node_versionInstall latest available version of Node.js 20
Install-NodeVersion ^20Install the x86 (x86 32-bit) / x64 (x86 64-bit) / arm64 (ARM 64-bit) version of Node.js
Install-NodeVersion node_version -Architecture x86|x64|arm64Use a HTTP proxy to download Node.js
Install-NodeVersion node-version -Proxy http://example.commade by @shridhargupta | data from tldr-pages