I have package A in the private registry. I added it as a dependency on public package B. Package B is a dependency on package C. But the problem is that npm requires access to A from package C. How can I build package B the way that it is fully public?
1