-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Bug] Yarn hangs at last package #5055
Comments
It finished installing but it took 15 minutes. Bug or expected? |
@tywoodpav, we can't help you without the repro script. Looks like download of one of the packages got stuck, it could be some network congestion or many other things. It will output the hanging package if you install with |
I have the same problem, I discovered that in my case issue caused by material-design-icons package. The Also I find out it you just do
UPDATE: |
My the hanging line after
Edit: irony? |
For me (just like for @woodpav it seems), the error occurred...
Update: |
Is there anyway you guys can start using debug in many more files beyond blocking-queue . The feedback into what is hanging from this file alone is not sufficient. |
Upgrade to the latest Yarn version work for me. |
I just stumbled upon a problem with the same symptom yesterday. I was building a custom fork (http://github.com/5long/kjua) of a small (22KB) library. What I did is:
... and yarn just hanged at the Today I tried building the .tgz archive with command There may be some differences between how yarn and GNU / BSD |
I had this error and I believe it was compounded by the yarn cache being on an nfs-mounted home directory. Running 'yarn config set cache-folder /local/path' helped a lot. |
I had the problem with My solution was to repackage the tarball, adding a top-level dir with the files inside: before:
after:
I think that it should be noted on the |
Hello all! If anyone is having this issue, adding I'm using Yarn on Windows 10. |
same here
|
Same problem! [email protected] Executed for this repo: Fresh yarn was installed from the website. Windows 10 |
Closing as fixed in v2 where the cache has been greatly improved to avoid this sort of issue |
Just had this issue with the latest yarn not being able to fetch packages from github directly -- it just hangs at "Fetching package.." forever. Packages are specified as |
Versions
git version 2.15.1
npm version 5.5.1
node version v8.9.1
yarn version 1.3.2
macOS High Sierra version 10.13.1
Current behavior
yarn install
hangs atFetching packages... [1083/1084]
.I am fetching from both public and private repos. The private ones are
git+ssh://[email protected]
.I have done
Ive even reset the repo and nothing. npm install works correctly with ssh
Expected behavior
It finishes installing
Related: #764
The text was updated successfully, but these errors were encountered: