美文网首页
ubuntu16下安装yarn, node, npm

ubuntu16下安装yarn, node, npm

作者: 暂时还没有昵称2222 | 来源:发表于2017-05-25 18:54 被阅读1954次

    根据yarn的官方文档安装yarn:
    https://yarnpkg.com/lang/en/docs/install/#linux-tab

    ps: 可以使用淘宝的npm源:

    yarn config set registry https://registry.npm.taobao.org
    

    使用n模块管理node:

    sudo yarn global add n
    

    安装stable版本的node

    sudo n stable
    

    安装node后, npm也会安装好了。

    相关文章

      网友评论

          本文标题:ubuntu16下安装yarn, node, npm

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