-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
deno --compat mode cannot find bindings file #13253
Comments
related to this parent issue I suppose #12577 |
This is a design limitation that most likely we won't be able to overcome. Native modules are totally incompatible between Node and Deno. The error message should be better, stating that this won't work instead of |
ok thanks for clarifying. Ill let you decide if this issue should be closed or left open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
@littledivy is working on NAPI integration, so this should be somewhat possible |
Unfortunately |
ah gotcha. In this particular case I would probably pick up one of deno's sqlite libraries rather than use |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
I am trying to get the
better-sqlite3
module running in compat mode. Here is the script I am attempting to run:Deno errors out saying it is not able to find the bindings file:
the bindings files were actually in these locations:
and here when node_modules was installed with pnpm (which I use over npm when I can):
The text was updated successfully, but these errors were encountered: