美文网首页
mac 更新node版本

mac 更新node版本

作者: yfsola | 来源:发表于2018-01-17 11:52 被阅读0次

    查看node.js版本:

    $ node -v

    清除node.js cache:

    $ sudo npm cache clean -f

    安装node.js版本管理 工具n :

    $ sudo npm install -g n

    安装最新版本:

    $ sudo n stable      安装最新稳定版本

    $ sudo n latest      安装最新版本

    相关文章

      网友评论

          本文标题:mac 更新node版本

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