Bower: Installing from ssh git repo fails

Created on 20 Dec 2016  路  4Comments  路  Source: bower/bower

Output of bower -v && npm -v && node -v:

1.8.0
3.8.9
v4.4.3

Additional environment details (proxy, private registry, etc.):
Windows 10

Steps to reproduce the issue:

  1. Attempt to install a package from a git repository via ssh. The following commands return the following results:
bower install [email protected]:team/repo.git -V
bower                        ENOTFOUND Package git not found

Describe the results you expected:
In version 1.7.9 this same command is successful and pulls down the dependency. Further, according to the documentation it appears that this command should have worked.

Additional information:

windows

Most helpful comment

Can confirm this also affects OSX.

All 4 comments

Having the same issue. Maybe it has to do with @ now being supported as a version delimiter?

It looks like this pull request may fix the issue:

https://github.com/bower/bower/pull/2395

Can confirm this also affects OSX.

This should be fixed already as #2395 was merged

Was this page helpful?
0 / 5 - 0 ratings