Files
004_comission/tsc1877/task1/project/ubuntu_setup.sh
louiscklaw 5c584709c4 update,
2025-01-31 20:14:02 +08:00

4 lines
93 B
Bash

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