6

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?

1 Answer 1

7

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

Sign up to request clarification or add additional context in comments.

1 Comment

It works! Thank you. I tried 5.5.4 in local npm earlier, didn't work! Thanks a lot!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.