4 lines
93 B
Bash
4 lines
93 B
Bash
curl -s https://deb.nodesource.com/setup_18.x | sudo bash
|
|
sudo apt install nodejs -y
|
|
node -v
|