Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, multiple registries can be set up in a single npmrc file. They can be defined by adding lines in the following format:

registry=https://registry.npmjs.org/
@mycompany:registry=https://npm.pkg.github.com/

In this example, the first line sets the default registry to npmjs.org, while the second line sets a scoped registry for packages from the organization "mycompany" to the GitHub package registry.