📜  安装 node js ubuntu - Shell-Bash 代码示例

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

代码示例6
//Author: Mohammad Arman Khan
//How To Install Node.js on Ubuntu
1: sudo apt-get update
2: sudo apt-get install nodejs
3: sudo apt-get install npm
4: nodejs -v