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:
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:
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:
Can confirm this also affects OSX.
This should be fixed already as #2395 was merged
Most helpful comment
Can confirm this also affects OSX.