美文网首页
linux下安装nodejs

linux下安装nodejs

作者: 一只特例独行de猪 | 来源:发表于2019-11-18 12:19 被阅读0次

    node-12

    # Using Ubuntu
    curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
    sudo apt-get install -y nodejs
    
    # Using Debian, as root
    curl -sL https://deb.nodesource.com/setup_12.x | bash -
    apt-get install -y nodejs
    

    参考:https://github.com/nodesource/distributions

    相关文章

      网友评论

          本文标题:linux下安装nodejs

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