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查看版本

 

posted @ 2020-04-21 14:21  吴政恒  阅读(737)  评论(0编辑  收藏  举报