jquery-toggles
jquery-toggles copied to clipboard
Issues when installing with bower
After I made bower install jquery-toggles --save bower.json updated with
"simontabor/jquery-toggles": "jquery-toggles#~4.0.0"
but when I'm trying to make bower install from other server got this error
bower jquery-toggles=jquery-toggles#~4.0.0 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/simontabor/jquery-toggles=jquery-toggles.git", exit code of #128 fatal: remote error: simontabor/jquery-toggles=jquery-toggles is not a valid repository name Email [email protected] for help
Additional error details: fatal: remote error: simontabor/jquery-toggles=jquery-toggles is not a valid repository name Email [email protected] for help
+1
I get this too. Any solutions?
should the bower.json be "simontabor/jquery-toggles": "~4.0.0"
instead? i'm not very familiar with bower but it seems strange to have the name in there twice
@simontabor Thanks, that worked for me. Just edited the bower.json directly.