Event-stream 3.3.6 is removed from NPM, something due crypto mining. Link
But inside the package-lock.json from Umbraco.Web.UI.Client there is a reference to this package.
inside the Umbraco.Web.UI.Client project folder: command: npm install
404 Not Found: event-stream@https://registry.npmjs.org/event-stream/-/event-stream-3.3.6.tgz
Successfully install all dependencies.
Didn't install any dependencies,
possible solutions:
package-lock.json from repository and re-add it when v8 is ready?package-lock.json local, run npm install and check in the new generates package-lock.json, but there are a lot more changed dependencies?I would love to create a pull request, if I know which way you prefer?
Workaround local for now, remove package-lock.json local for now and run npm i
210 This resolved my issue
I'll need to re-run the trial and error stuff I did for v7.. it's a bit of a pain and I have no idea why it at some point finally worked..

Got this all fixed up in temp8 now as well! 馃憤
Most helpful comment
possible solutions:
package-lock.jsonfrom repository and re-add it when v8 is ready?package-lock.jsonlocal, runnpm installand check in the new generatespackage-lock.json, but there are a lot more changed dependencies?I would love to create a pull request, if I know which way you prefer?
Workaround local for now, remove
package-lock.jsonlocal for now and runnpm i