DeborahK / Angular-NgRx-GettingStarted

Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.
MIT License
547 stars 722 forks source link

APM-Demo5 npm install fails #50

Open liammclennan opened 3 years ago

liammclennan commented 3 years ago

npm install for APM-Demo5 failed on a fresh clone with an error about conflicting dependencies. I used npm 7.15.1.

yarn install worked.

duncanhunter commented 3 years ago

Thanks for the heads up on this.

I sure love GitHub codespaces :) I spun up 2 new code spaces as per the images below. Using the latest version of npm 7+ fails due to dependency versions in the first image but npm version 6 works in the second image.

It is simple to work around by running npm i --force which I think is acceptable for a demo project in the short term and suggested by the error. We will update this in the next course revision and tagged as such.

Snag_bc21dc8 Snag_bc5e465

duncanhunter commented 3 years ago

@DeborahK I am not sure if we want to update the dependencies or put a warning on the readme.

What are your thoughts on this?