美文网首页
CentOS 安装NodeJs

CentOS 安装NodeJs

作者: Sun_c39f | 来源:发表于2020-09-07 22:25 被阅读0次
    wget https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz
    tar xvf node-v12.18.3-linux-x64.tar.xz
    mv node-v12.18.3-linux-x64 nodejs
    vim /etc/profile
    export PATH=$PATH:/usr/local/src/software/nodejs/bin
    source /etc/profile
    

    相关文章

      网友评论

          本文标题:CentOS 安装NodeJs

          本文链接:https://www.haomeiwen.com/subject/dxdrektx.html