Skip to content
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

Cannot install newer version of rxjs then what is specified as peer dependency #131

Closed
reppners opened this issue Aug 27, 2016 · 2 comments

Comments

@reppners
Copy link
Contributor

I would like to include a newer version than rxjs@5.0.0-beta.6 but npm would not let me:

npm ERR! peerinvalid The package rxjs@5.0.0-beta.11 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer ng-metadata@2.1.1 wants rxjs@5.0.0-beta.6

@zagushka
Copy link

+1

@Hotell
Copy link
Member

Hotell commented Aug 30, 2016

ah, I was adhering to ng2 peerDependencies to not produce errors when moving from ngMetadata to ng2 via ngUpgrade.
They updated to beta.11 https://github.com/angular/angular/blob/master/modules/%40angular/core/package.json

PR is more than welcome ;)

@Hotell Hotell mentioned this issue Aug 30, 2016
Hotell added a commit that referenced this issue Aug 30, 2016
* chore(package): bump RxJs peerDependency to match latest ng2
* docs(README): update rxjs peer dependency version

Closes #131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants