我正在使用ian:accounts-ui-bootstrap-3
包进行登录。但是下拉菜单不起作用。
当我检查控制台时,出现以下错误
ian_accounts-ui-bootstrap-3.js?hash=e27c970…:5495 You have to add a Bootstrap package, i.e. meteor add twbs:bootstrap
我已经安装了twbs:bootstrap
。
ian:accounts-ui-bootstrap-3
软件包 - 无法正常工作twbs:bootstrap
包 - 无效尝试分别使用以下命令重新安装两个软件包:
1) meteor remove twbs:bootstrap ian:accounts-ui-bootstrap-3
2) meteor add twbs:bootstrap ian:accounts-ui-bootstrap-3
问题尚未解决。
基于控制台,我应该安装一个已安装的软件包。
如何让项目识别twbs:bootstrap
包?