operators folder is empty and now Observable folder #6516
Answered
by
cartant
Musadiqkhan-nullbrainer
asked this question in
Q&A
-
Installed the latest version of rxjs using npm and was getting errors for below comands. I checked rxjs folder under node_modules but operators folder is empty. There's only package.json file. And there is no Observerable folder. So, I had to pin it to 5.5.12 to make it work. Any ideas? `//import { Observable } from "rxjs/Observable"; // import { catchError } from "rxjs/operators";` |
Beta Was this translation helpful? Give feedback.
Answered by
cartant
Jul 9, 2021
Replies: 1 comment
-
Moving from version 5 to version 7 involves:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kwonoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving from version 5 to version 7 involves: