gloriaJun / til

Lessoned Learned
3 stars 0 forks source link

Configure npm repository #30

Open gloriaJun opened 5 years ago

gloriaJun commented 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

https://stackoverflow.com/questions/32633678/is-there-any-way-to-configure-multiple-registries-in-a-single-npmrc-file