-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 29 moreibarapascal and jplwoodFCQCarryOut and h3adache
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