I'm trying to install angular2-flash-messages
to my angular-src
, not to the root. then I tried with npm install angular2-flash-messages
. then it returns this,
├── UNMET PEER DEPENDENCY @angular/core@2.4.10
└── angular2-flash-messages@1.0.7
then I tried to resolve this with installing rxjs
and angluar/cli
globally. But it didn't work. How do I fix this?
there is a warning : npm WARN angular2-flash-messages@1.0.7 requires a peer of @angular/core@^4.0.0 but none was installed.