Ask Your Question
3

Can multiple registries be set up in a single npmrc file?

asked 2023-05-22 23:13:30 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-22 23:17:01 +0000

woof gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-22 23:13:30 +0000

Seen: 18 times

Last updated: May 22 '23