Grunt wiredep:app Cannot find Bower packages

前端 未结 2 870
小蘑菇
小蘑菇 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

提交回复
热议问题