question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 6 requires rxjs 6.1.0

See original GitHub issue
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior Can’t use Angular 6 with the datatable. The final Angular 6 is official released now.

Expected behavior Should be able to use Angular 6 with the datatable.

Reproduction of the problem

  • Follow the steps at https://update.angular.io/ to update from 5.2. to 6.0
  • Once you try to run ng update @angular/core, you will see the following error: Package "@swimlane/ngx-datatable" has an incompatible peer dependency to "rxjs" (requires "^5.0.0", would install "6.1.0").

What is the motivation / use case for changing the behavior? Allow usage with Angular 6

Please tell us about your environment: OS X, yarn

  • Table version: "@swimlane/ngx-datatable": "^11.1.7"

  • Angular version: 6.0.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
Matmo10commented, May 18, 2018

@juanchofelipe Make sure you have "rxjs-compat": "^6.1.0", somewhere in your package.json dependencies if you have other libraries/dependencies that aren’t updated to use rxjs 6 yet. ng-update should have added it already I think, but make sure.

2reactions
rvmladenovcommented, May 29, 2018

Can someone provide a list of package versions please ? … copy/paste of the package.json will be greate. thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found