question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

event-stream-3.3.6.tgz not found in Yarnpkg.

See original GitHub issue

Description

See Diagnostics: below for more details. Possibly related on the recent security incident

Reproduction Steps

Build master branch.

OS and version:

Independent

Diagnostics:

[INFO] --- maven-antrun-plugin:1.8:run (build-dashboard) @ che-dashboard-war ---
[INFO] Executing tasks

main:
     [exec] yarn install v1.12.3
     [exec] [1/5] Validating package.json...
     [exec] [2/5] Resolving packages...
     [exec] [3/5] Fetching packages...
     [exec] error https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "Unexpected end of data"
     [exec] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
curl https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz
{"error":"Not found"}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

108reactions
iuliustcommented, Nov 30, 2018

this is due to : https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident

to solve the issue, add the following to your package.json file :

  ...
  ,
  "resolutions": {
    "**/event-stream": "^4.0.1"
  }
69reactions
wassafrcommented, Nov 30, 2018

Solved after deleting yarn.lock

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing private package from Github Package registry using ...
Finally, I run yarn and like it was supposed to, it worked! Output. yarn install v1.22.4 info No lockfile found. [1/4] Resolving packages......
Read more >
yarn install - Package not found - Visual Studio Feedback
I have a `yarn install` script in my pipeline for a node project, but it fails to find a certain package: error-ex.
Read more >
@yarnpkg/core | Yarn - Package Manager
The generateLoader function in @yarnpkg/pnp no longer generates the $$SETUP_STATE function, it now needs to be present in the loader passed to the...
Read more >
Installing shockingly green with yarn - GSAP - GreenSock
[1/4] Resolving packages... error An unexpected error occurred: "https://registry.yarnpkg.com/%2fshockingly: Not found". info If you ...
Read more >
failed to install expo package with error: yarnpkg exited with ...
22.5 [1/4] Resolving packages… error An unexpected error occurred: "https://registry.yarnpkg.com/expo-tracking-transparency: Not found". yarnpkg exited with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found