-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All declarations of 'observable' must have identical modifiers. #120
Comments
updating package-lock to rxjs 6.2.1 will solve this. @daffl maybe we should make rxjs a peer dependency (breaking :/) or remove package-lock.json |
The
This may be a different issue though. |
This repository just needs updating to rxjs 6.2.1 as it a know bug that was fixed in that version. |
I don't understand why npm does not install the latest of what is in the dependency range but I'll make a patch release with the updated version. |
After updating my angular project to rxjs6.2.1 I started getting the error
I believe it just needs the dependency updating in feathers-reactive to resolve this.
The text was updated successfully, but these errors were encountered: