Skip to content
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

fix event stream resolution in package.json #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

e-schultz
Copy link

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 issue

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant