Local NPM dependency in package.json not installing

I (kind of) solved the issue.

The package was missing because the /dist folder was not present. So I had to remove the /dist folder from the .gitignore from one of the private npm packages.

But this is a workaround (Uploading the bundled resulting package from a private registry),

I cannot add the bit.dev private .npmrc. Even following these instructions.

Nor this instructions: