【发布时间】:2016-08-01 20:22:08
【问题描述】:
我想使用来自 bower 的 angular-cookies,但是当我这样做时:
bower install angular-cookies 它有时会获取the one published by the angular team,有时会获取其他一些old incompatible one from an independent author (angularify)
如果我确实设法获得了官方版本,那么每当我再次运行 bower install ... 时,出于某种其他原因,bower 会切换我已经拥有的 angular-cookies 版本,从而破坏我的应用。
我该怎么做:
bower install --force https://github.com/angular/bower-angular-cookies
【问题讨论】:
标签: bower angular-cookies