Umbraco-cms: V8 - Event stream 3.3.6

Created on 1 Dec 2018  路  4Comments  路  Source: umbraco/Umbraco-CMS

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.

Reproduction

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

Expected result

Successfully install all dependencies.

Actual result

Didn't install any dependencies,

Most helpful comment

possible solutions:

  • Temporary remove package-lock.json from repository and re-add it when v8 is ready?
  • Remove 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

All 4 comments

possible solutions:

  • Temporary remove package-lock.json from repository and re-add it when v8 is ready?
  • Remove 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..

image

Got this all fixed up in temp8 now as well! 馃憤

Was this page helpful?
0 / 5 - 0 ratings