Ubuntu 22.04安装Node.JS和NPM

ebxeax / 2023-08-10 / 原文

sudo apt purge nodejs
sudo apt autoremove
sudo apt update
sudo apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install nodejs build-essential -y

Ubuntu 22.04安装Node.JS和NPM更多相关文章