uber-archive/npm-shrinkwrap

bundleDependencies issue.

Raynos opened this issue · 0 comments

When installing a module from the npm registry we can run into bundleDependencies which have hardcoded links to the public registry.

This needs to be fixed here since links in npm-shrinkwrap.json should point to the requested private registry.

See npm/npm#5878 for upstream bug report in npm.

The best current work around is to make a private fork and upload a correct tarball artifact to your private npm registry.