Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APM-Demo5 npm install fails #50

Open
liammclennan opened this issue Aug 19, 2021 · 2 comments
Open

APM-Demo5 npm install fails #50

liammclennan opened this issue Aug 19, 2021 · 2 comments

Comments

@liammclennan
Copy link

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
Copy link
Collaborator

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
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants