“Instale o NodeJS atual no Linux” Respostas de código

Linux Instale o nó

sudo apt install nodejs
Light Loris

Instale o último nodejs estável linux

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install nodejs
npm install -g npm@latest
David Diamant

Instale o NodeJS atual no Linux

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install nodejs
# Check node version
node -v 
# v13.9.0
# Also, check the npm version
npm -v 
# 6.13.7
Strange Sloth

Respostas semelhantes a “Instale o NodeJS atual no Linux”

Perguntas semelhantes a “Instale o NodeJS atual no Linux”

Mais respostas relacionadas para “Instale o NodeJS atual no Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código