You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: