-
Notifications
You must be signed in to change notification settings - Fork 461
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
napi.h
unable to find in Windows from v3.0.1
#769
Comments
same issue for me, and working fine with v1.7.2 and v2.0.2 `c:\users\chris\source\jtag\git\test-napi\src\test_napi.h(3): fatal error C1083: Cannot open include file: 'napi.h': No such file or directory (compiling source file I'm using W10 and Node 12.18.2 ` |
I'm also going through the same issue. When I upgraded dependencies from 3.0.0 to 3.0.1, the build failed with a corresponding message. |
We set the current version back to 3.0.0. Did you choose 3.0.1 on purpose or just the latest. We are currently working on some additional tests and then plan a new release. |
Thank you for confirming it! |
I'm closing because the v3.0.2 has been released and it should solve the problem. |
System: Windows 10 1909
Node.js: v14.5.0
Description
After updating to v3.0.1 that error starts occurred on Windows, the macOS is working as expected. When returning back to 3.0.0 that works as expected and able to find
napi.h
.To Reproduce
The repository is default hello world example from
node-addon-examples
.Logs
The text was updated successfully, but these errors were encountered: