You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a change in upstream Node, a Connector dependency fails to build. This change was first instroduced in Node 21.6 and later backported to Node 18.20 and Node 20.12.
The error trace contains at the very least the following:
node-addon-api/napi-inl.h:65:47: error: invalid conversion from ‘napi_finalize’ {aka ‘void (*)(napi_env__*, void*, void*)’} to ‘node_api_nogc_finalize’ {aka ‘void (*)(const napi_env__*, void*, void*)’} [-fpermissive]
The text was updated successfully, but these errors were encountered:
Due to a change in upstream Node, a Connector dependency fails to build. This change was first instroduced in Node 21.6 and later backported to Node 18.20 and Node 20.12.
The error trace contains at the very least the following:
The text was updated successfully, but these errors were encountered: