美文网首页
安装node.js

安装node.js

作者: 古寒飞 | 来源:发表于2019-05-11 20:20 被阅读0次

    安装node.js
    参考:http://nodejs.cn/download/

    $ brew install nodejs
    

    安装cnpm
    参考:https://npm.taobao.org/

    $ npm install -g cnpm --registry=https://registry.npm.taobao.org
    

    安装模块
    参考:https://npm.taobao.org/

    $ cnpm install [name]
    

    相关文章

      网友评论

          本文标题:安装node.js

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