I am using Bower to install several libraries. For demonstration purposes here, I am installing bootstrap. Regardless of the package, I receive the following errors:
In my case was the folder access where i was during the command execution!
On windows I created the folder first by command line: mkdir "MyFolder" and I had the error.
but if I create the folder with the mouse, right click, create folder etc.
Works fine!