有没有办法卸载最后的凉亭更新?

Is there a way to uninstall last bower update?

我使用命令更新了 bower

bower update

自从我更新后,angular-material 出现了问题。我高度怀疑这是因为导致不兼容的更新。

现在,我想回滚更新所做的更改。有办法吗?

出于某种原因,当我将 angular-material 更新到最新的稳定版本 (1.0.7) 时遇到了很多问题。

因此,作为解决方法,您可以手动设置版本正常运行:

在 bower.json 中替换为:

"dependencies": {
"angular-material": "1.1.0-rc2",
...
}