npm使用

作者: 8789b8a13457 | 来源:发表于2017-06-24 14:53 被阅读6次

    1.安装
    npm install <module name> //本地安装
    npm install <module nanme> -g //全局安装

    2.查看安装信息
    npm list
    npm list -g
    npm list <module name> //查看模块的版本

    3.卸载模块
    npm uninstall <module name>

    4.更新
    npm update <module name>

    5.搜索
    npm search <module name>

    6.创建
    npm init

    相关文章

      网友评论

          本文标题:npm使用

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