Registering the scope
To install component packages, using npm or yarn, configure your package manager to use your scope owner name (organization [@carlsberggroup]) as a scoped registry:
npm config set @carlsberg:registry https://node-registry.bit.cloud
You can also manually create the .npmrc configuration file, as explained here.
npm config set @carlsberggroup:registry https://node-registry.bit.cloud
If you still encounter issues, where NPM doesn't find the packages on our private @carlsberggroup (Bit cloud) registry. Please try adding the following line to your .npmrc file:
//node-registry.bit.cloud/:_authToken=<BIT_TOKEN>
Additionally it has been reported that if you bit logout, clear your .npmrc file (delete the bit related content) and run bit login again, the issue should be resolved.