How do you uninstall all your bower packages?

前端 未结 8 1489
礼貌的吻别
礼貌的吻别 2021-01-30 06:09

Sometimes it\'s useful to rebuild an entire site and force bower to reinstall new versions of all the packages in bower.json.

However, there doesn\'t seem to be any way

8条回答
  •  一生所求
    2021-01-30 07:05

    Uninstalling Packages

    To remove a package you can use the uninstall command followed by the name of the package you wish to remove.

    bower uninstall

    It’s possible to remove multiple packages at once by listing the package names.

    bower uninstall jquery modernizr sass-bootstrap

提交回复
热议问题