I've installed nodegit using bun add nodegit then bun install. It installs just fine, but when I try to run my application is throws this error: undefined symbol: EVP_des_ede3_cbc ... code: "ERR_DLOPEN_FAILED"
I tried running a super simple app to test with using npm/node and bun. It works with npm/node, but not with bun or deno.
Steps to Repro
See oven-sh/bun#25595
Or denoland/deno#31730
I've installed nodegit using
bun add nodegitthenbun install. It installs just fine, but when I try to run my application is throws this error:undefined symbol: EVP_des_ede3_cbc ... code: "ERR_DLOPEN_FAILED"I tried running a super simple app to test with using npm/node and bun. It works with npm/node, but not with bun or deno.
Steps to Repro
See oven-sh/bun#25595
Or denoland/deno#31730