• home > OS > Linux > Devops >

    Centos8 yum install Node.js指定版本Version 14.x

    Author:zhoulujun Date:

    如果没有安装 curlyum-yinstallcurlThen install the Node Source RPM using Curl:curl-sLhttps: rpm nodesource com setup_14 x|

    如果没有安装 curl

    yum -y install curl

    Then install the Node Source RPM using Curl:

    curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -

    Then run the following command to install Node.js. The latest version of Node.js 4 will be installed.

    yum install -y nodejs


    参考文章:

    Yum Install Node.js Version 14 on CentOS CloudLinux or RHEL 7 or 8 - Rackwoo.com https://rackwoo.com/info/yum-install-node-js-version-14-on-centos-cloudlinux-or-rhel-7-or-8-rackwoo-com



    转载本站文章《Centos8 yum install Node.js指定版本Version 14.x》,
    请注明出处:https://www.zhoulujun.cn/html/OS/Linux/LinuxDevops/8814.html