-
Notifications
You must be signed in to change notification settings - Fork 287
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
Can not work on Windows #992
Comments
What version of Windows? What CPU architecture? Can you double check your default It seems like the module isn't targeting Windows. |
Thanks for your help. |
Running into the same error. I am able to build and run another rust executable successfully.
Running Windows 11 Pro on Parallels (Apple Silicon 3.20 GHz (6 processors)) with Node v18.16.1 x64 edit: switching rustup default toolchain to |
@jdms754 That seems sounds like x86 Windows is being run and not ARM. This would be expected. FYI, Neon does not do any special building. A Node native addon is a standard C-dynamic library ( I'm going to close this issue since it's highly likely any similar issues are related to misconfigured Rust toolchain and not Neon. |
I followed the hello world example on Windows 10.
node -v
v18.16.0
npm -v
9.5.1
But got the error below:
(base) C:\Users\iridium\Documents\cpu-count>node
Welcome to Node.js v18.16.0.
Type ".help" for more information.
I also try use the node-v14.16.0-x64 and the node-v16.13.0-x64 and also failed.
The text was updated successfully, but these errors were encountered: