搜索

首页  >  问答  >  正文

git - npm publish 失败 怎么解决啊?

我想大声告诉你我想大声告诉你2795 天前769

全部回复(1)我来回复

  • phpcn_u1582

    phpcn_u15822017-05-02 09:34:01

    你应该发布的是 private package。

    config.scope:

    Associate an operation with a scope for a scoped registry. Useful when logging in to a private registry for the first time: npm login --scope=@organization --registry=registry.organization.com, which will cause @organization to be mapped to the registry for future installation of packages specified according to the pattern @organization/package.

    npm 私有模块的管理使用,看这个文章:http://www.cnblogs.com/kelsen/p/4964574.html

    回复
    0
  • 取消回复