“Zaktualizuj węzeł Linux” Kod odpowiedzi

Zaktualizuj NodeJS

//First, clear the npm cache:
	npm cache clean -f

//Install n, Node’s version manager:
	npm install -g n
    
//With the n module installed, you can use it to:
	Install the latest stable version: n stable
	Install the latest release: n latest
D@RK$T@R

Ubuntu aktualizacja nodejs

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs
Poor Polecat

Zaktualizuj węzeł Linux

# With NVM

yay -S nvm

echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
exec $SHELL

nvm ls-remote

nvm install v18.1.0
Injury

Polecenie Linux do aktualizacji nodejs

sudo apt-get install xz-utils
Tasmanian Devil

Polecenie Linux do aktualizacji nodejs

tar -C /usr/local –strip-components 1 -xJf node-v12.13.1-linux-x64.tar.xz
Tasmanian Devil

Odpowiedzi podobne do “Zaktualizuj węzeł Linux”

Pytania podobne do “Zaktualizuj węzeł Linux”

Więcej pokrewnych odpowiedzi na “Zaktualizuj węzeł Linux” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu