如何使用gitbash卸载bower包?

时间:2015-09-09 09:51:07

标签: bower timepicker bower-install

我想卸载我的时间选择器 - “bootstrap-timepicker”:“~0.3.0”(在bower.json中)我想它的重叠 - “bootstrap-ui-datetime-picker”:“〜 1.2.1“,我需要的。

我厌倦了卸载命令,它只是执行了以下操作:

$ bower uninstall bootstrap-timepicker
bower uninstall     bootstrap-timepicker
bower uninstall     autotype

那我怎样才能真正卸载并删除bower.json的依赖?

1 个答案:

答案 0 :(得分:1)

$ bower uninstall bootstrap-timepicker --save

http://bower.io/docs/api/#uninstall

相关问题