ubuntu install nodejs and git

1. Install nodejs and npm  

 curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -  sudo apt-get install -y nodejs

 View node version node -v  

 View npm version npm -version

 

2. Install git  

 sudo apt-get install git

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324812893&siteId=291194637