-
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
Fibers/Node-Gyp Hanging on yarn install #3041
Comments
Related? |
Wow! I was trying to file an issue because I encountered this issue and found my own issue that I'd filed earlier. Is more info required to fix this?
|
@dheerajbhaskar did you solve the problem? Same issue here... |
Just tried it on my machine and it installs fine with the OS: MacOS Sierra |
@marvinhagemeister this is am issue on windows. @dmr nope, just using npm for now. Was too much trouble using yarn. Also npm now has lock file feature now and is faster than before I think |
My problem was solved by removing node_modules, uninstalling node, reinstalling everything. |
Thanks for the update @dmr I think I'm going to sit this one out. This way too many hoops to be worth it. I can just do I've reported the bug because I care for the project |
This is also an issue on our CI servers, using Node 8.1.4, Npm 5.2.0, yarn 0.27.5 |
I'm running into the same issue on Node 8.1.4 and Yarn 0.27.5 on Win 7 Enterprise. Following @dmr's recommendation, hopefully that resolves the node fibers/gyp issue. UPDATE: Uninstalled Yarn & Node, removed /node-modules, node cache, and yarn cache. Reinstalled Node 8.1.4 and Yarn 0.28.1. No issues. |
Same problem here on a Win10 VirtualBox. It works on OS X. Also, no issues when using npm on Windows. Steps to reproduce:
Full output:
Does anyone know what could be the root of the problem? I could try to look into it if someone could give me pointers. Thanks in advance! |
I have wiped
|
To fix that, you need to temporarily downgrade node to This is not great 👎 |
Closing as an external issue, there is nothing actionable on Yarn's side here. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Hangs on node-gyp or fibers task
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
That it adds chimp successfully in reasonable time
Please mention your node.js, yarn and operating system version.
node v7.8.0
yarn v0.22.0 (reproducible on latest stable v0.21.3 also)
Reference:
Reference:
http://stackoverflow.com/questions/42862378/fibers-node-gyp-hanging-on-yarn-install
The text was updated successfully, but these errors were encountered: