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