Yarn install in v1.6.0 with dependency from private repo starting with ssh+git
fails "Invalid protocol: ssh+git:".
#5766
Labels
ssh+git
fails "Invalid protocol: ssh+git:".
#5766
Doing
yarn install
in v1.6.0 with a dependency from private repository, pointing to a url that starts withssh+git
fails.Changing it to
git+ssh
seems to fix the issue.Yarn: v1.6.0
Node: v8.9.1
OS: Ubuntu
The text was updated successfully, but these errors were encountered: