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

UNMET PEER DEPENDENCY rxjs@5.1.0 #68

Closed
michaelarnauts opened this issue Feb 7, 2017 · 1 comment
Closed

UNMET PEER DEPENDENCY rxjs@5.1.0 #68

michaelarnauts opened this issue Feb 7, 2017 · 1 comment

Comments

@michaelarnauts
Copy link

It seems @reactivex/rxjs is broken and rxjs should be used.

diff --git a/package.json b/package.json
index f826d36..f043f3b 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "@angular/platform-browser": "^2.4.1",
     "@angular/platform-browser-dynamic": "^2.4.1",
     "@angular/router": "^3.4.1",
-    "@reactivex/rxjs": "^5.0.1",
+    "rxjs": "^5.0.1",
     "@types/chai": "^3.4.34",
     "admin-lte": "^2.3.8",
     "angular2-jwt": "^0.1.24",

See angular/angular-cli#4357 and angular/angular-cli#4465

@TwanoO67
Copy link
Owner

TwanoO67 commented Feb 7, 2017

thanks for the heads up :)

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

No branches or pull requests

2 participants