-
Notifications
You must be signed in to change notification settings - Fork 284
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
Node.js dont work ---> Error: EFILE at dns.js:249 "this._handle = new ChannelWrap();" #948
Comments
I think that's node telling you in a rather oblique way it can't initialize networking (no network configured or network down?) Try the latest v8.x release and see if it fares better. |
Yes, on the computer where I test Node.js it doesn't have internet connection, but why it dont allow me to even start node? Do you want to say that Node requires internet in order to launch? |
See nodejs/node#8966. The answer to your question is essentially that no, node.js won't work when networking is completely disabled. |
Thank you for explaining. However, you said that
Why? I don't have any network drivers installed on my second computer, but I want to do some offline tests in Node.js, is there any way to achieve it? As I can see this error came from JavaScript environment, not c++, so is there a way to avoid loading |
No. It's in the issue I linked to. |
As per nodejs/node#8966 (comment), you can try Node.js 9.0.0, it has ares 1.13.0 |
@bnoordhuis @vsemozhetbyt Thank you for helping! Downloading Node.js version v9.0.0 solved the problem. Node.js now works properly. Feel free to close this issue if you want. |
Hello, anyone can give me a sharp solution for this problem. |
dns.246: |
I just simply restart my computer and it all work fine. |
I just downloaded Node.js and installed it, but when I open node.exe it display this error and exits immediatelly. Does anyone could explain what causes it? How to fix this issue, what did i did wrong? Thanks!
The text was updated successfully, but these errors were encountered: