Open Qantas94Heavy opened 2 years ago
While the fix has not been merged into ref-napi, there have been forks e.g. @rclnodejs/ref-napi
which include this fix.
Would it make sense to use one of these forks, maintain our own version until the fix is upstreamed, or some alternative solution?
Summary
When running firewalker on Node 14 or 16, firewalker will throw an error. Node <= 12 or >= 17.4.0 does not have this issue.
This is likely caused by https://github.com/node-ffi-napi/ref-napi/issues/47.
Results of
yarn test
:Steps to reproduce
Either run
yarn test
or (intermittently) the following script:Related issues
Related: https://github.com/node-ffi-napi/ref-napi/issues/47 Related: https://github.com/nodejs/node/issues/32463 Related: https://github.com/nodejs/node/issues/43617