1

I am trying to install the ngx-datatable module for my angular project. But whenever i try to install it with npm this error shows.

enter image description here

I tried doing npm i @swimlane/ngx-datatable --force and that installed the module but my whole project stopped working.

3
  • Looks like the @swimlane/ngx-datatable requires an earlier version of rxjs. You may have to use an earlier rxjs/angular version to run this package. Commented Jul 12, 2022 at 12:42
  • @MikeS. Can you tell me how to use an earlier version of rxjs Commented Jul 15, 2022 at 6:55
  • As I already said, you may have to downgrade your angular version in order to use an earlier version of rxjs. @angular/core has peer dependencies to rxjs, so you'll have to see which version works for the package you mentioned. Commented Jul 15, 2022 at 7:04

0

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.