angular-redux / store

Angular 2+ bindings for Redux
MIT License
1.34k stars 205 forks source link

installing angular-redux/store on angular 8.0.0 causes warning on missing peer dependencies (@angular/core@^7.0.0) #563

Open StephanKuehn opened 5 years ago

StephanKuehn commented 5 years ago

This is a...

What toolchain are you using for transpilation/bundling?

Environment

NodeJS Version: v10.15.3 Typescript Version: typescript@3.4.5 Angular Version: 8.0.0 @angular-redux/store version: @angular-redux/store@10.0.0 @angular/cli version: (if applicable): @angular/cli@8.0.1 OS: Windows 10 Version 1803 (OS Build 17134.765)

Link to repo showing the issus

(optional, but helps a lot)

Expected Behaviour:

npm installs @angular-redux/store on @angular/core@^8.0.0 without warning

Actual Behaviour:

npm WARN @angular-redux/store@10.0.0 requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

Stack Trace/Error Message:

npm WARN @angular-redux/store@10.0.0 requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

Additional Notes:

(optional)

AhmedBenyahia commented 3 years ago

same with me, but everything seems to work fine !!

alanluiz commented 3 years ago

same to me too