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

Yarn error: event-stream #415

Closed
felipegtx opened this issue Jan 14, 2019 · 1 comment
Closed

Yarn error: event-stream #415

felipegtx opened this issue Jan 14, 2019 · 1 comment

Comments

@felipegtx
Copy link
Contributor

I'm submitting a

Bug Report

Temporary fix

As per this issue, I've added the following to the package.json file and now everything works. Maybe a PR with that is necessary?

"resolutions": {
    "**/event-stream": "^4.0.1"
  }

Current behavior

By running yarn on a fresh copy of this repo I get the following error: 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"
image

Expected behavior

Yarn should run without any problems.

Minimal reproduction of the problem with instructions

  • Run yarn on a fresh copy of the main branch

What is the motivation / use case for changing the behavior

  • Using the boilerplate code.

Environment

  • any.
@Armour
Copy link
Owner

Armour commented Jan 14, 2019

Sure you can send me a PR :)

Also I'm updating lots of dependency pacakges for this repo recently, including react-redux 6 and better i18n structure, probably will finish at the end of this month (when I have time).

@felipegtx felipegtx mentioned this issue Jan 16, 2019
@Armour Armour closed this as completed in 904a31d Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants