Closed matteodisabatino closed 2 years ago
Thanks for the issue, @matteodisabatino ! This should be fixed in the next release 🙇♀️
:tada: This issue has been resolved in version 3.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Sorry to bother again but there's something I can't understand: release 3.4.1 contains the fix this issue refers to, that means Node.js version has been switched from 17.0.0 to 17.0.1 but then has been released version 3.5.0 in which version was rolled back to 17.0.0. What happened? 🤔
@matteodisabatino The ABI registry is auto generated, manually editing the registry will be reverted within ~30 minutes by our automation. @VerteDinde if there is an issue with the registry we'll need to update the script not the JSON file
Sorry, Is it possible to have any news?
@VerteDinde sorry, but... are there any news? The problem still persist...
In Node.js 17.0.0 an header is missing and this cause the following error during the compilation of a C++ addon.
This was a known problem and was solved in version 17.0.1; so, in order to solve this compilation error, this row should be changed to:
"target": "17.0.1"
.In fact, forcing prebuild to use source of Node.js 17.0.1, the compilation succeeds:
If you want I can provide a pull request.