add a star dependencies in bower,json.
e.g.
"clearless": "*"
try to to install dependencies with bower install
get error
bower clearless#* ENORESTARGET No version found that was able to satisfy *
Work around is to replace * by master.
e.g.
"clearless": "master"
- relates
-
NEXUS-10809 Bower Proxy cannot resolve jquery-form correctly
-
- Open
-