【问题标题】:Meteor adding okgrow:accounts-ui-react atmosphere package not workingMeteor 添加 okgrow:accounts-ui-react 气氛包不起作用
【发布时间】:2017-04-29 22:34:14
【问题描述】:

我正在运行一个Meteor 1.4.2.3 应用程序,到目前为止一切都运行良好。我一直在关注升级教程,并且已经到了想要添加用户帐户的地步。

为了做到这一点,我使用了 `okgrow:accounts-ui-react' 氛围包,可以在 here 找到。

我已经按照所有步骤在控制台中运行了以下 3 行代码:

> meteor add okgrow:accounts-ui-react
> npm install --save react-komposer classnames
> meteor add accounts-password

这些命令都运行成功了。

现在,当我想通过在控制台中运行 meteor 来启动 Meteor 应用程序时,我收到以下错误:

有人知道我做错了什么吗?

我尝试过但没有解决的问题:

  • 使用meteor update --all-packages 命令更新我的所有流星包
  • 删除 node_modules 文件夹并再次运行“流星”。

【问题讨论】:

    标签: meteor meteor-accounts meteor-react meteor-1.4


    【解决方案1】:

    这里的问题是 React Komposer 出于某种原因在最新版本中完全改变了他们的 api。这里有一个悬而未决的问题: https://github.com/okgrow/accounts-ui-react/issues/4

    与此同时,我建议 https://github.com/studiointeract/accounts-ui 再次开发。

    【讨论】:

    • 谢谢,我想我一定是自己搞砸了,忽略了包裹可能有问题的事实。
    猜你喜欢
    • 1970-01-01
    • 2014-07-09
    • 1970-01-01
    • 2012-11-17
    • 2014-05-04
    • 1970-01-01
    • 1970-01-01
    • 2018-04-04
    • 2014-10-04
    相关资源
    最近更新 更多