acandoo

Results 15 comments of acandoo

I tried this with Node 24 (and node 22 with tsc to compile), and it worked on my end. This was the script I used: ```ts import git from 'isomorphic-git'...

Still seems fine to me... I've only tested on Linux so maybe it's a platform issue? Either way I don't think it would be an issue to solve on isomorphic-git's...

Here is the test repo I used: Build isomorphic-git on my branch, use `npm link` in the repo, go into the testing repo, `npm install`. That works on my end.

I tried it with the extracted tarball and it still worked.

A few other questions: - Does this project have a build step, and if so, what build tools are you using / are you exporting CommonJS and/or ES modules? -...