event-stream-3.3.6.tgz not found in Yarnpkg.
See original GitHub issueDescription
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:
- Created 5 years ago
- Reactions:6
- Comments:12 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 :
Solved after deleting yarn.lock