angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

bower: ENOTFOUND Package angular-ui-ace\ not found #108

Closed jxc876 closed 9 years ago

jxc876 commented 9 years ago

I tried to install ui-ace via bower on my Windows command prompt:

C:\tmp\bower > bower install angular-ui-ace\#bower 

but it gave me an error:

bower ENOTFOUND Package angular-ui-ace\ not found

When I ran the same command from my bash shell it works fine:

bower angular-ui-ace#bower  not-cached git://github.com/angular-ui/ui-ace.git#bower 
...
bower angular-ui-ace#bower          install angular-ui-ace#36844ff7c0
bower ace-builds#^1                 install ace-builds#1.1.9
bower angular#~1.x                  install angular#1.3.15

I think it might be related to windows interpreting the \, I tried using quotes, double \, escaping:

What is the correct syntax to install ui-ace via bower on a windows command prompt?

douglasduteil commented 9 years ago

Did you try bower install angular-ui-ace or bower install angular-ui-ace#bower ?

jxc876 commented 9 years ago

Thanks douglas, that did the trick.