git - npm publish fails. How to solve it?
我想大声告诉你
我想大声告诉你 2017-05-02 09:32:01
0
1
765

我想大声告诉你
我想大声告诉你

reply all(1)
phpcn_u1582

What you should publish is a 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.

For the management and use of npm private modules, read this article: http://www.cnblogs.com/kelsen/p/4964574.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template