Open gloriaJun opened 5 years ago
You can have multiple registries for scoped packages in your .npmrc file. For example:
@polymer:registry=<url register A>
If need to check auth adding following line
init.authopr.name = <username> init.author.email = <email> always-auth=true
"@polymer/reg": "0.0.9",
https://stackoverflow.com/questions/32633678/is-there-any-way-to-configure-multiple-registries-in-a-single-npmrc-file
You can have multiple registries for scoped packages in your .npmrc file. For example:
If need to check auth adding following line
https://stackoverflow.com/questions/32633678/is-there-any-way-to-configure-multiple-registries-in-a-single-npmrc-file