Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use node-libcurl with bun? #387

Closed
A-Posthuman opened this issue May 2, 2023 · 2 comments
Closed

How to use node-libcurl with bun? #387

A-Posthuman opened this issue May 2, 2023 · 2 comments

Comments

@A-Posthuman
Copy link

I'm interesting in trying to improve the speed of my app by using bun instead of node to run it. However when I try to run my app with bun 0.5.9 I get an error:

error: Cannot find module "../lib/binding/node_libcurl.node" from "/home/ubuntu/node_modules/node-libcurl/dist/Easy.js"

This was after using bun to install node-libcurl. Any ideas? Thanks

@adarshmadrecha
Copy link

As of now this library is not compatible with bun.
Once #389 is implemented, you can try with bun.

@JCMais
Copy link
Owner

JCMais commented Aug 18, 2023

Non-nodejs runtimes are not supported at the moment. Closing this for now.

The issue to track here is #155

@JCMais JCMais closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants