-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.1, 3.0.2
-
Fix Version/s: None
-
Component/s: Bower
-
Labels:None
-
Notability:n/a
I am able to install jquery-form version 3.51 when not using Nexus.
$ bower install jquery-form#3.51 bower not-cached https://github.com/malsup/form.git#3.51 bower resolve https://github.com/malsup/form.git#3.51 bower checkout jquery-form#3.51 bower resolved https://github.com/malsup/form.git#3.51 bower install jquery-form#3.51 jquery-form#3.51 bower_components/jquery-form └── jquery#3.1.0
But when going through a Nexus proxy, it fails to find the version.
$ bower install jquery-form#3.51 bower not-cached nexus+http://localhost:8081/repository/bower-all/jquery-form#3.51 bower resolve nexus+http://localhost:8081/repository/bower-all/jquery-form#3.51 bower ENORESTARGET No version found that was able to satisfy 3.51 Additional error details: Available versions: 3.37.0, 3.45.0, 3.46.0
By default 3.46 is the version installed when no version is specified (this is the same when using Nexus or not using Nexus) .
The behavior should be the same as when using the official bower registry or going though the Nexus Proxy
- is related to
-
NEXUS-10291 * dependency not resolved by nexus proxy whereas resolved by bower repo
-
- Closed
-