zoukankan      html  css  js  c++  java
  • CentOS 下使用yum安装nodejs

    如果安装标准版本

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

    如果要安装5版本的,执行下面的命令

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

    如果安装最新版本

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

    现在执行

    yum -y install nodejs
    
  • 相关阅读:
    awk
    tac
    cat
    less
    more
    head
    vim
    linux安装redis
    Redis for Python开发手册
    Python3.x标准模块库目录
  • 原文地址:https://www.cnblogs.com/DevOpsTechLab/p/7699478.html
Copyright © 2011-2022 走看看