美文网首页
Ubuntu 下安装指定版本的nodejs

Ubuntu 下安装指定版本的nodejs

作者: 景岳 | 来源:发表于2017-01-03 14:24 被阅读1070次

    第一步
    指定版本源执行 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
    setup_6.x 是需要安装的版本号,替换数字就行。

    第二步
    安装 nodejs,执行 apt-get install nodejs

    第三步
    查看版本

    ~$ node -v
    
    ~$ npm -v
    

    相关文章

      网友评论

          本文标题:Ubuntu 下安装指定版本的nodejs

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