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 add package not found #6805

Closed
kdong007 opened this issue Dec 10, 2018 · 1 comment
Closed

yarn add package not found #6805

kdong007 opened this issue Dec 10, 2018 · 1 comment
Assignees
Labels

Comments

@kdong007
Copy link

kdong007 commented Dec 10, 2018

yarn v1.12.3
node v8.10.0
macOS v10.13.5

yarn add event-stream gives me

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"

I opened up this URL i browser, it says

{
"error": "Not found"
}
@ghost ghost assigned arcanis Dec 10, 2018
@ghost ghost added the triaged label Dec 10, 2018
@rally25rs
Copy link
Contributor

There is no event-stream version 3.3.6 (it was probably unpublished)

https://www.npmjs.com/package/event-stream (and switch to "Versions" tab)

You could yarn upgrade [email protected] to move back to the latest 3.x version, or yarn upgrade event-stream --latest to upgrade to the latest major version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants