We are using private dependencies with the url format <githubname>/<githubrepo>[#<commit-ish>] in package.json. They get installed through ssh, however, when using npm-shrinkwrap the resolve url gets changed to https and thus shrinkwrapping breaks the installation.
Interestingly npm shrinkwrap has the same issue, but I would expect npm-shrinkwrap to fix this.
We are using private dependencies with the url format
<githubname>/<githubrepo>[#<commit-ish>]inpackage.json. They get installed through ssh, however, when usingnpm-shrinkwrapthe resolve url gets changed to https and thus shrinkwrapping breaks the installation.Interestingly
npm shrinkwraphas the same issue, but I would expectnpm-shrinkwrapto fix this.