Linux CentOS7系統中安裝Nodejs、cnpm、Git環境


(1) 獲取nodejs 資源

curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -

(2) 安裝nodejs

yum install -y nodejs

(3) 安裝淘寶鏡像cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

(4) node -v   npm -v  cnpm -v 查看安裝版本

 

 (5) 安裝git客戶端

yum -y install git

(6) git --version查看版本

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM