美文网首页
NPM 常用指令

NPM 常用指令

作者: 啊深是阿深啊 | 来源:发表于2020-10-12 10:00 被阅读0次
    
    npm install (with no args, in package dir)
    npm install [<@scope>/]<name>
    npm install [<@scope>/]<name>@<tag>
    npm install [<@scope>/]<name>@<version>
    npm install [<@scope>/]<name>@<version range>
    npm install <git-host>:<git-user>/<repo-name>
    npm install <git repo url>
    npm install <tarball file>
    npm install <tarball url>
    npm install <folder>
    
    

    相关文章

      网友评论

          本文标题:NPM 常用指令

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