error: use of undeclared identifier 'napi_object_freeze'
bconnorwhite opened this issue · 4 comments
bconnorwhite commented
I noticed a bunch of "use of undeclared identifier" errors after upgrading to v0.2.0 coming from node-addon-api
on postinstall (with node v15), downgrading to node v14 fixes the issue
bconnorwhite commented
Looks like it must be the bump from node-addon-api 3.1.0 -> 3.2.0
ApsarasX commented
Can you provide some sample code that causes this error?
bconnorwhite commented
This was when I ran postinstall
ApsarasX commented