What is causing 'grunt serve' to throw 'No Bower components found'?

后端 未结 9 2481
时光取名叫无心
时光取名叫无心 2020-12-25 09:55

I am starting out angular app with angular-fullstack in my Windows 7 box. I installed bunch of npm packages with -g options, including grunt-bower-install. I created the app

9条回答
  •  庸人自扰
    2020-12-25 10:25

    I had the same issue, here's what worked in my case:

    1. installed ruby and compass (yeoman needs these)
    2. verified that path to Ruby bin folder is added to %PATH%
    3. installed Git
    4. restarted cmd window and ran "bower install" in the app folder

    After that, grunt serve command worked perfectly. Note: maybe installing Git and running bower install would suffice in your case.

提交回复
热议问题