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

Fail to include v1.0.10 package using yarn #2

Closed
Fnxxxxo opened this issue Dec 24, 2018 · 3 comments
Closed

Fail to include v1.0.10 package using yarn #2

Fnxxxxo opened this issue Dec 24, 2018 · 3 comments

Comments

@Fnxxxxo
Copy link

Fnxxxxo commented Dec 24, 2018

$ yarn add smartwrap
yarn add v1.12.3
[1/4] Resolving packages...
[2/4] Fetching packages...
error http://registry.npm.taobao.org/smartwrap/download/smartwrap-1.0.10.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "ENOENT: no such file or directory, open 'd:\yarn-cache\v4\npm-smartwrap-1.0.10-873ef350d4ee1262fed4a80a55634d86ae1faf48\node_modules\smartwrap\e'"

@rexxars
Copy link

rexxars commented Dec 25, 2018

There appears to be a file called e�j�q in the root of the package which contains... A git log output?
It appears this file has some special characters in the filename, which is causing issues. When I downloaded it from unpkg, it was downloaded as e_j_q, though it was listed as ejq. Either way, this should probably be removed and republished.

@Ryqsky
Copy link

Ryqsky commented Dec 28, 2018

First, smartwrap package helped me a lot and thank tecfu.
Now, I have the same problem that fail to install v1.0.10 package.
This is due to the file e\033j\033q of smartwrap-1.0.10.tgz.
Please remove the file e\033j\033q and republish.
image

@tecfu
Copy link
Owner

tecfu commented Jan 13, 2019

Sorry for late response. Removed file and updated dependencies in v1.0.11. Should be fixed.

@tecfu tecfu closed this as completed Jan 13, 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

4 participants