-
Notifications
You must be signed in to change notification settings - Fork 149
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
Do not work with Node.js v9.0.0 #169
Comments
It looks like |
@fivdi : I've tried. After I removed node_modules and installed again, it throws an error and aborts the process.
|
Did you read everything at nodejs/node#16649? |
@fivdi yes, I've tried with npm bundled with Node 9. I also tried to remove it and reinstall it again with |
If the bundled version of npm is used it should work. Here's what I see:
Note that the compile warning can be ignored (see nodejs/nan#707 for further details.) You'll need to figure out why the bundled version of npm is not being used. Note that it's not possible to reinstall the bundled version of npm. So don't do |
@fivdi I tried to run your commands within a docker container, the error was still occurred: It looks like the problem does not relate to node-webworker-threads but npm or gcc or something else. I've downgraded Node.js on my computer to v8.9.0 to get things work as before while waiting for the clearer news. |
Hello,
I got the following error after upgrading Node.js to v9.0.0:
The issue happened within natural's classifier module, where I founded:
It looks like the module
webworker-threads
could not be imported here because it was built with C++ and an older Node.js version as the log written. How I can fix this?Thank you.
The text was updated successfully, but these errors were encountered: