You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: