I've been having the same problem off and on for a week or so. Bower just hangs on `bower install` without printing anything to the terminal and uses 100% of one of my cores. I got around it by manually adding the entry I want into my bower.json dependencies and running `bower update` instead. For some reason that works fine.
Clayton Em quinta-feira, 22 de maio de 2014 20h46min17s UTC-6, Eric Bidelman escreveu: > > Not sure what's going on, but you could try deleting your bower_components > folder and re-running `bower install`. Just make sure you don't have > anything of your own in bower_components. > > > On Wed, May 21, 2014 at 6:05 PM, <[email protected] <javascript:>> wrote: > >> For whatever reason, when I try and install a polymer-ui element in my >> project at the top level, hoping it will just appear in the >> bower_components folder, nothing happens. Things just stall. >> >> But if I go inside the bower_components folder and do the install, I get >> the element but it's in a nested bower_components folder. >> >> Any idea how to install the ui elements without having to create this >> nested folder? >> >> Follow Polymer on Google+: plus.google.com/107187849809354688692 >> --- >> You received this message because you are subscribed to the Google Groups >> "Polymer" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/polymer-dev/3ec64685-797e-49c0-8708-3d16dd55d72f%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/3ec64685-797e-49c0-8708-3d16dd55d72f%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/69712335-e100-44b7-ae19-1b6c65200282%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
