gpt4 book ai didi

Angular ngrx 存储错误无法读取未定义的属性 'schedule'

转载 作者:太空狗 更新时间:2023-10-29 17:03:57 24 4
gpt4 key购买 nike

我尝试用 Angular 实现 ngrx/Store 但我总是在控制台中收到以下错误,并且没有显示任何内容:

"TypeError: Cannot read property 'schedule' of undefined at ObserveOnSubscriber.scheduleMessage"

顺便说一句,我正在使用:

Angular CLI:1.7.4
Angular :5.2.11

由于我是 ngrx/Store 的新手,所以我正在尝试实现以下示例: https://malcoded.com/posts/angular-ngrx-guide

即使我尝试了其他示例,但我总是遇到上述相同的错误。

最佳答案

我在将 ngRx/Store 集成到新应用程序时遇到了同样的问题。当我检查 npm install 日志时,我注意到了这一点:

npm WARN @ngrx/store@6.0.1 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.

这让我相信 @ngRx/Store v6.x 需要 Angular v6。卸载 @ngRx/Store v6 并降级到 ngRx/Store v5.2.0 后,一切正常魅力。

分步解决:

  1. npm uninstall @ngrx/store
  2. npm install @ngrx/store@5
  3. 重新编译应用

由于编辑限制添加了更多行

关于 Angular ngrx 存储错误无法读取未定义的属性 'schedule',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50730591/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com