Funciona em
WindowsmacOSLinux
Instaladores disponíveis
Comandos
Winget Windows
Fonte oficial · OpenJS.NodeJS.LTS
Instalar
powershell
winget install --id OpenJS.NodeJS.LTS -eDesinstalar
powershell
winget uninstall --id OpenJS.NodeJS.LTS -eChocolatey Windows
Comunidade · nodejs-lts · exige admin
Instalar
powershell
choco install nodejs-lts -yDesinstalar
powershell
choco uninstall nodejs-lts -yHomebrew macOS
Fonte oficial · node
Instalar
zsh
brew install nodeDesinstalar
zsh
brew uninstall nodeAPT Linux
Fonte oficial · nodejs · exige admin
Instalar
bash
sudo apt-get update && sudo apt-get install -y nodejs npmDesinstalar
bash
sudo apt-get remove -y nodejs npm