salemdar / angular2-cookie

Implementation of Angular 1.x $cookies service to Angular 2
MIT License
109 stars 29 forks source link

Upgrade to Final from RC5 #18

Closed webartistkb closed 8 years ago

webartistkb commented 8 years ago

Getting these errors: ├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.5 invalid ├── UNMET DEPENDENCY @angular/compiler@2.0.0 ├── UNMET DEPENDENCY @angular/core@2.0.0 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.0.0-rc.5 invalid ├── UNMET PEER DEPENDENCY @angular/platform-browser-dynamic@2.0.0-rc.5 invalid ├─┬ angular2-cookie@1.2.3 │ ├── @angular/common@2.0.0 │ ├── @angular/compiler@2.0.0 │ ├── @angular/core@2.0.0 │ ├── @angular/platform-browser@2.0.0 │ ├── reflect-metadata@0.1.8 │ ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.11 │ └── zone.js@0.6.23 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.6 invalid ├── UNMET PEER DEPENDENCY typescript@2.0.0 └── UNMET PEER DEPENDENCY zone.js@0.6.12 invalid

salemdar commented 8 years ago

I was on holiday. There's an upgrade coming really soon.

salemdar commented 8 years ago

Check the 1.2.4 version.