-
Notifications
You must be signed in to change notification settings - Fork 27.4k
'bower install' fail on Windows #5502
Comments
This is a bug in bower see bower/bower#798 and bower/bower#1006 |
I agree, this is a bug with bower. The workaround is to roll back to [email protected]:
|
Yes, with [email protected] it works |
It doesn't work on my end with bower 1.2.6: Running "subgrunt:angularjs" (subgrunt) task
Aborted due to warnings.
|
Windows 7 here - confirming that 1.2.8 doesn't work, but going back to 1.2.6 works. |
@angi- ran into the issue again too, after reinstalling 1.2.6. Just deleted the bower/cache folder and it looks fine now. |
[email protected] works for me too |
Just reinstalling or downgrading to 1.2.6 produced the same error. |
The combination of rolling back the bower version to 1.2.6, blowing out all the application cache,and re-running did the trick for me too. Neither step worked by itself (i.e., removing the cache and re-running with the current bower version still failed). |
Updating the decompress-zip solved it for me! |
@danilodeveloper you solved man ! |
;)
|
@danilodeveloper Unfortunately your solution doesn't work for me. Can you please tell me the name of your node version and bower? I would like to run "bower install livereload --save-dev". |
@PunkSage We have now Windows CI. Feel free to add failing test if you want us to fix it. |
when I run "npm install -g bower" After this when I check |
Hi, I'm trying to setup development environment for AngularJS and so I'm following the procedure described here. I keep getting an error with the command
bower install
relative to installation of a package calledng-closure-runner#*
. Here is the full console log for the command:The text was updated successfully, but these errors were encountered: