I'm trying to create a new foundation project with Ruby through the Windows command prompt. Every time I try to create a new project I get this error message:
Can't find bower. You can install it by running: sudo npm install -g bower
What is the Windows command for this? I've tried gem install bower
but still get the same message.