Zurb Foundation SCSS: Can't find bower

余生颓废 提交于 2019-12-11 23:54:22

问题


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.


回答1:


To use Bower on Windows, you must install Git correctly. Install Git first and then use git prompt to install bower. Download and install Git for Windows



来源:https://stackoverflow.com/questions/21979042/zurb-foundation-scss-cant-find-bower

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!