【发布时间】:2017-06-06 05:17:02
【问题描述】:
运行后
yo ionic
来自https://github.com/diegonetto/generator-ionic
然后启动 grunt serve 我有这个:
Running "wiredep:app" (wiredep) task Cannot find where you keep your Bower packages.
我卡住了,无法预览应用。
【问题讨论】:
标签: gruntjs
运行后
yo ionic
来自https://github.com/diegonetto/generator-ionic
然后启动 grunt serve 我有这个:
Running "wiredep:app" (wiredep) task Cannot find where you keep your Bower packages.
我卡住了,无法预览应用。
【问题讨论】:
标签: gruntjs
我更新 grunt-wiredep npm install --save-dev grunt-wiredep
然后运行凉亭安装 bower install jquery --save
我调用 Grunt 任务grunt wiredep
完成了没有任何错误,我终于可以运行grunt serve
【讨论】:
@arnaudlrx 的答案是正确的,但请检查您是否在机器中安装了 git,因为如果您运行
bower install jquery --save
但是你没有安装 git 那里什么都行不通
【讨论】: