Error: Cannot find module "rxjs/operators" in Ionic Angular

Hisham Mubarak

enter image description here

Im trying to run my Ionic project. It was working fine until some days ago, now I just can't run it, whatever I do. this error shows up! I tried removing Rxjs from package.json and node_modules, also commented out all the place I used Rxjs, still this error shows up. Tried in Ubuntu 16.04 with Node 8.9.0 and npm 4.5.0. Also tried the same running in windows still shows the same error! How do I fix this?

Caner

try reinstalling rxjs of version 5.5.3 or newer

npm install @reactivex/[email protected]

this issue seems to be fixed in version 5.5.3 https://github.com/ReactiveX/rxjs/issues/2971

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ionic/Angular Issue Cannot find module './fs'

From Dev

Cannot find Ionic-angular module

From Dev

Ionic 2 - Runtime error Cannot find module "."

From Dev

Ionic => Runtime error: Cannot find module "."

From Dev

Ionic 4 / Angular Routing: ERROR Error: Uncaught (in promise): Error: Cannot find 'EventHomePageModule' in './home/home.module'

From Dev

Error: Error: Cannot find module ' in angular js?

From Dev

Runtime Error Cannot find module "ionic-native" IONIC 2

From Dev

Error: Cannot find module '@angular/core'

From Dev

Cannot find module error in angular routing

From Dev

Ionic 3 Angular 4 Cannot find module `jsonwebtoken`

From Dev

Ionic firestore Cannot find module "@angular/fire/firestore"

From Dev

Error: "Cannot find module" when cloning Ionic 4 component with StencilJS

From Dev

Ionic Uncaught Error: Cannot find module "." when importing a service provider

From

Error: Cannot find module '@ionic/app-scripts'

From Dev

Ionic3 - Uncaught Error: Cannot find module '.'

From Dev

Error: Cannot find module 'symbol-observable' in Ionic 4

From Dev

Ionic build error Cannot find module './scheduler/Action'

From

Angular2 lazy loading module error 'cannot find module'

From Dev

Angular-8 Cannot find module [Module Error]

From Dev

angular Cannot find module

From Dev

Error: Cannot find module './'

From Dev

Cannot find module @ionic/angular (ionic 4) from test-file

From Dev

Cannot find module 'ionic-angular'.ts when version upgraded to Ionic 4

From Dev

error TS2307: Cannot find module '@ionic-native/date-picker/ngx' in ionic 4

From Dev

IONIC 2 - Runtime Error. Cannot find module “ionic-native”

From Dev

Angular Firebase Function Deploy Error: Cannot find module 'firebase/app'

From Dev

Angular 5 lazy loading Error: Cannot find module

From

TypeScript error in Angular2 code: Cannot find name 'module'

From Dev

Error: Cannot find module '@angular-cli/plugins/karma'

Related Related

  1. 1

    Ionic/Angular Issue Cannot find module './fs'

  2. 2

    Cannot find Ionic-angular module

  3. 3

    Ionic 2 - Runtime error Cannot find module "."

  4. 4

    Ionic => Runtime error: Cannot find module "."

  5. 5

    Ionic 4 / Angular Routing: ERROR Error: Uncaught (in promise): Error: Cannot find 'EventHomePageModule' in './home/home.module'

  6. 6

    Error: Error: Cannot find module ' in angular js?

  7. 7

    Runtime Error Cannot find module "ionic-native" IONIC 2

  8. 8

    Error: Cannot find module '@angular/core'

  9. 9

    Cannot find module error in angular routing

  10. 10

    Ionic 3 Angular 4 Cannot find module `jsonwebtoken`

  11. 11

    Ionic firestore Cannot find module "@angular/fire/firestore"

  12. 12

    Error: "Cannot find module" when cloning Ionic 4 component with StencilJS

  13. 13

    Ionic Uncaught Error: Cannot find module "." when importing a service provider

  14. 14

    Error: Cannot find module '@ionic/app-scripts'

  15. 15

    Ionic3 - Uncaught Error: Cannot find module '.'

  16. 16

    Error: Cannot find module 'symbol-observable' in Ionic 4

  17. 17

    Ionic build error Cannot find module './scheduler/Action'

  18. 18

    Angular2 lazy loading module error 'cannot find module'

  19. 19

    Angular-8 Cannot find module [Module Error]

  20. 20

    angular Cannot find module

  21. 21

    Error: Cannot find module './'

  22. 22

    Cannot find module @ionic/angular (ionic 4) from test-file

  23. 23

    Cannot find module 'ionic-angular'.ts when version upgraded to Ionic 4

  24. 24

    error TS2307: Cannot find module '@ionic-native/date-picker/ngx' in ionic 4

  25. 25

    IONIC 2 - Runtime Error. Cannot find module “ionic-native”

  26. 26

    Angular Firebase Function Deploy Error: Cannot find module 'firebase/app'

  27. 27

    Angular 5 lazy loading Error: Cannot find module

  28. 28

    TypeScript error in Angular2 code: Cannot find name 'module'

  29. 29

    Error: Cannot find module '@angular-cli/plugins/karma'

HotTag

Archive