I am currently working on a project and I have to install the dependencies from multiple registries.
- Public repositories from the default npm registry
- My own private repositories (scoped) from npm registry using
_authToken
- From nexus repository (without scope) from nexus registry using
_auth
Any help would be appreciated, Thanks.