You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
npm-shrinkwrap directly invokes npm shrinkwrap as part of its execution procedure. If this is broken in npm, it will translate to here as well, so what you describe is actually expected behavior.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using private dependencies with the url format
<githubname>/<githubrepo>[#<commit-ish>]
inpackage.json
. They get installed through ssh, however, when usingnpm-shrinkwrap
the resolve url gets changed to https and thus shrinkwrapping breaks the installation.Interestingly
npm shrinkwrap
has the same issue, but I would expectnpm-shrinkwrap
to fix this.The text was updated successfully, but these errors were encountered: