📌  相关文章
📜  安装最新的 nodejs stable linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:21.791000             🧑  作者: Mango

代码示例2
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install nodejs
npm install -g npm@latest