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.
Pour la gestion et l'utilisation des modules privés npm, lisez cet article : http://www.cnblogs.com/kelsen/p/4964574.html
Ce que vous devez publier est un package privé.
config.scope :
Pour la gestion et l'utilisation des modules privés npm, lisez cet article : http://www.cnblogs.com/kelsen/p/4964574.html