store icon indicating copy to clipboard operation
store copied to clipboard

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

Open StephanKuehn opened this issue 6 years ago • 2 comments

This is a...

  • [ ] feature request
  • [X] bug report
  • [ ] usage question

What toolchain are you using for transpilation/bundling?

  • [X] @angular/cli
  • [ ] Custom @ngTools/webpack
  • [ ] Raw ngc
  • [ ] SystemJS
  • [ ] Rollup
  • [ ] Other

Environment

NodeJS Version: v10.15.3 Typescript Version: [email protected] Angular Version: 8.0.0 @angular-redux/store version: @angular-redux/[email protected] @angular/cli version: (if applicable): @angular/[email protected] 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/[email protected] 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/[email protected] requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

Additional Notes:

(optional)

StephanKuehn avatar Jun 06 '19 13:06 StephanKuehn

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

AhmedBenyahia avatar Aug 31 '20 14:08 AhmedBenyahia

same to me too

alanluiz avatar Jun 03 '21 18:06 alanluiz