找不到模块 'rxjs' 或其相应的类型声明。(2307) 使用 Angular stackblitz

Cannot find module 'rxjs' or its corresponding type declarations.(2307) using Angular stackblitz

在 Angular 12 - rxjs 7 项目中使用 stackblitz。我在尝试导入 Subject:

时遇到此错误

Cannot find module 'rxjs' or its corresponding type declarations.(2307)

我使用的 typescript 版本有误吗?

Error stackblitz

发生这种情况是由于最近的更改以及 RXJS 从版本 6 到 7 的主要升级。

如果您将 Typescript 版本 升级到 高于 4.2.x 的版本,您应该不会真正遇到这个问题生活项目。但是,目前在使用 rxjs@7 的 stackblitz 和 codepen 项目上,错误仍然存​​在。

现在它仍然是 github 上的固定问题:https://github.com/ReactiveX/rxjs/issues/6350