-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Callback not called with node 10.9.0 #147
Comments
if you change the Node.js version, you need to rebuild the installed native addons, otherwise they are going to mostly crash with a segfault. |
I removed completely my node_modules and lock files before reinstalling them (I think but I'm not sure I even clear the yarn cache before). Is there another way to force rebuild ? |
what S.O. are you running? You can build from source, |
Sorry but what is S.O. ? I have rollback to node 8.9 but I'll try this tomorrow if I can. A full reinstall take me at least 3 hours. |
Operational System, sorry, had it backwards. |
I'm on Windows 10. |
When trying to build from source I have this error:
After upgrading node, I cleared my npm cache, removed node_module and package lock file before doing npm install. The install works but then I don't have the callback with node-curl. |
can you place the whole log? |
This is the full console log :
and this is the node log file : |
This should be fixed on v2, currently available as |
Hello,
I've just upgraded from node 8.9.4 to node 10.9.0 and node-libcurl (1.2.0 -> 1.3.3) does not seems to work anymore.
None of my curl.on('xxx', callback) is trigerred. I even tried with the default example :
with no more success. There's no error, no timeout. The process just ends without calling the provided callback functions.
Maybe I'm doing something wrong but I don't know what that could be.
Thanks for any help.
The text was updated successfully, but these errors were encountered: