📜  pip install nodejs - Shell-Bash 代码示例

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

代码示例3
//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