Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Github urls gets converted to https after being installed through ssh #113

Open
tarikjn opened this issue Aug 9, 2016 · 1 comment
Open

Comments

@tarikjn
Copy link

tarikjn commented Aug 9, 2016

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.

@LINKIWI
Copy link
Contributor

LINKIWI commented Aug 24, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants