-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event-stream-3.3.6.tgz not found in Yarnpkg. #12077
Comments
I'm having the same issue as well |
Got it as well |
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 |
it worked for me to delete yarn.lock in |
if you want to keep the yarn.lock file, just change the name yarn.lockBKP and run yarn install again! |
When trying to yarn install for first time, was getting error: ``` [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" ``` Update package.json to change resolution of `event-stream` to a non-vulnerable one. Found solution in [this](eclipse-che/che#12077) issue
and what to do, if I try to deploy it on Travis? |
I think that just deleting |
deleting |
this is the way to go. Thanks! |
Resolved bug in manner found here: eclipse-che/che#12077 (comment) event-stream Fixes package 404 error caused by this event: https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
This worked for me. Thanks! |
Description
See
Diagnostics:
below for more details.Possibly related on the recent security incident
Reproduction Steps
Build master branch.
OS and version:
Independent
Diagnostics:
The text was updated successfully, but these errors were encountered: