this is what I get when I use bower init
what could be the problem??
this is what I get when I use bower init
what could be the problem??
On
The solution is to install GIT bash and avoid using MinTTY and follow the documentation. Here is the solution:
Uninstall existing GIT bash Reinstall GIT bash Set up during installation:
Select Use Git from the Windows Command Prompt
Select Checkout Windows-style, commit Unix-style line endings
Select Use Windows' default console window
On
Okay this works for sure -
Cygwin.Cygwin.bat and you will get the same command line
interface.Mintty that
comes with GIT is broken for somethings. Use the shell that comes
with Cygwin and you will be fine.It works for me no problem. I used the 64 bit version on a Window 8 64bit OS. Good Luck!
The problem is with the terminal/console you're using to.
I ran into this same problem other day, I was using Git bash as my terminal, and trying to run this command with Node.js command prompt worked normally.
Try to use another terminal, like cmder (I really recommend this to Windows users), Node.js command prompt or even Windows cmd itself. Hope to have helped you. Best wishes!