欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

centos 安装 nodejs

程序员文章站 2022-08-17 17:00:49
执行操作: curl -sL https://rpm.nodesource.com/setup_10.x | bash - 安装nodejs yum install -y nodejs 输入 node -v 出现版本号,说明安装成功 ......

执行操作:

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

安装nodejs

yum install -y nodejs

 

输入 node -v

出现版本号,说明安装成功