At work we use Visual Studio Team Services (VSTS) npm registry to install modules. now in the "user/npmrc" file I set the credentials for this services in there. Now for the work project e.g. workUI npm installs without a problem but when i try to npm install for my personal projects e.g. myProject npm fails. I get a bunch of ERR! errors.
Is there a possible work around for this? Is there a way I can have the VSTS registry settings segregated so npm can work for personal projects as well. Logging on to the VPN doesn't seem to solve the problem.
via Chief