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

后端 未结 9 2484
时光取名叫无心
时光取名叫无心 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:30

    I faced the same problem but only did npm install -g bower and then bower install and got grunt serve working.

    I did not need to do any of the things mentioned by Olga.

    Hope this helps.

提交回复
热议问题