I'm try to install a private NPM package but is failing when using bit install.
I also tried using yarn install to add the package just to check if I have the right access and it works.
Here's the screenshot of the error encountering when installing.
It is looking at https://node.bit.cloud/ instead of https://registry.npmjs.org/.
Thanks in advance for the help.
I was also coming across the same issue from the consuming side. And it's definitely the setting of the bit auth token. Sometimes it's invalid when setting it within .npmrc. (run npm config list) Sometimes works, sometimes doesn't. But, what solved it for me was setting via cmd line like so: