voxmachina / ng-slideshow

An npm package for an Angular 2+ Slideshow using Redux and Immutable
MIT License
3 stars 1 forks source link

Can't resolve '@ngrx/store/index' #2

Open ThakkarKhushbu opened 6 years ago

ThakkarKhushbu commented 6 years ago

I want to use ng-slideshow in my angular -5 project

I have follow all steps .Getting below error

ERROR in ./node_modules/ng-slideshow/index.js Module not found: Error: Can't resolve '@ngrx/store/index' in 'E:\GitProjects\RealEstateWeb_Fuse\RealEstateWeb_Fuse\RealEstateWeb_Fuse\RealEstateWeb\node_modules\ng-slideshow' resolve '@ngrx/store/index' in 'E:\GitProjects\RealEstateWeb_Fuse\RealEstateWeb_Fuse\RealEstateWeb_Fuse\RealEstateWeb\node_modules\ng-slideshow' Parsed request is a module

While installing plugin getting below warning

npm WARN ng-slideshow@0.8.2 requires a peer of @angular/animations@^4.2.3 but none is installed. You must install peer dependencies yourself. npm WARN ng-slideshow@0.8.2 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng-slideshow@0.8.2 requires a peer of @ngrx/core@^1.2.0 but none is installed. You must install peer dependencies yourself. npm WARN ng-slideshow@0.8.2 requires a peer of @ngrx/store@^2.2.2 but none is installed. You must install peer dependencies yourself. npm WARN ng-slideshow@0.8.2 requires a peer of modernizr@^3.5.0 but none is installed. You must install peer dependencies yourself. npm WARN ng-slideshow@0.8.2 requires a peer of ng2-truncate@^1.3.7 but none is installed. You must install peer dependencies yourself.

Please Help

BrianBeeler commented 5 years ago

I also wasn't able to use this, because it required a bunch of peer dependencies. I am using angular 8.