📜  在 linux 中安装 nodejs - Shell-Bash 代码示例

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

代码示例6
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs

node -v    #to check if its installed