angularjs - ng2-cache support for angular2 -


on doing npm install ng2-cache latest version of angular2, throws following error:

- +-- unmet peer dependency es6-shim@^0.35.1 +-- ng2-cache@0.1.5 `-- unmet peer dependency rxjs@5.0.0-beta.12  npm warn optional skipping failed optional dependency /chokidar/fsevents: npm warn notsup not compatible operating system or architecture: fseve nts@1.0.15 npm warn ng2-cache@0.1.5 requires peer of es6-shim@^0.35.1 none instal led. npm warn ng2-cache@0.1.5 requires peer of rxjs@5.0.0-beta.6 none insta lled. npm warn angular-quickstart@1.0.0 no description npm warn angular-quickstart@1.0.0 no repository field. npm warn angular-quickstart@1.0.0 no license field. 

and angular2 modules , has peer dependency on rxjs@5.0.0-beta.12 version.

kindly on how can ng2-cache implemented , used in latest angular2 applications


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -