Grunt wiredep:app Cannot find Bower packages

前端 未结 2 869
小蘑菇
小蘑菇 2020-12-30 10:34

After running

yo ionic

from https://github.com/diegonetto/generator-ionic

Then lauching grunt serve i\'ve got this :

相关标签:
2条回答
  • 2020-12-30 11:04

    I update grunt-wiredep
    npm install --save-dev grunt-wiredep
    and then run a bower install
    bower install jquery --save
    I call the Grunt task
    grunt wiredep
    and it was done without any errors, finally i could run grunt serve

    0 讨论(0)
  • 2020-12-30 11:07

    @arnaudlrx 's answer is correct but check if you instal git in your machine , because if you run

    bower install jquery --save
    

    but you don't have git installed there nothing will work

    0 讨论(0)
提交回复
热议问题