-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneeds eyesquestionFurther information is requestedFurther information is requested
Description
How to install packages from multiple @scope and multiple registers?
I have settings .npmrc in the root of the project:
@scope1:registry=https://npm.pkg.github.com
@scope2:registry=https://npm.pkg.github.com
@scope3:registry=https://npm.anysite.org
@scope4:registry=https://registry.npmjs.org
and npmjs.com by default for a public
I need to create something like this settings .npmrc in the home folder before installing:
//npm.pkg.github.com/:_authToken=<TOKEN_A>
//nnpm.anysite.org/:_authToken=<TOKEN_B>
//registry.npmjs.org/@scope4/:_authToken=<TOKEN_C>
or
//npm.pkg.github.com/@scope1/:_authToken=<TOKEN_A1>
//npm.pkg.github.com/@scope2/:_authToken=<TOKEN_A2>
//nnpm.anysite.org/:_authToken=<TOKEN_B>
//registry.npmjs.org/@scope4/:_authToken=<TOKEN_C>
medikoo, ibarapascal, jtsaito, yashafromrussia, mijamo and 31 moreibarapascal and jplwoodFCQCarryOut, h3adache and oberbeck
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneeds eyesquestionFurther information is requestedFurther information is requested