Linux CentOS7系统中安装NodejscnpmGit环境

Posted ZhengHengWU

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux CentOS7系统中安装NodejscnpmGit环境相关的知识,希望对你有一定的参考价值。

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

 

以上是关于Linux CentOS7系统中安装NodejscnpmGit环境的主要内容,如果未能解决你的问题,请参考以下文章

Linux环境搭建-在虚拟机中安装Centos7.0

在win10系统中安装虚拟机并安装CentOS7

在Vmware中安装CentOS7

详解在Linux系统中安装Tomcat

Linux从入门到放弃零基础入门Linux(第四篇):在虚拟机vmware中安装centos7.7

开发人员学Linux:CentOS7中安装JDK8和Tomcat8