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

undefined symbol: node_module_register #23700

Open
terrablue opened this issue May 5, 2024 · 1 comment
Open

undefined symbol: node_module_register #23700

terrablue opened this issue May 5, 2024 · 1 comment
Labels
bug Something isn't working node compat node native extension related to the node-api (.node)

Comments

@terrablue
Copy link

terrablue commented May 5, 2024

What version of Deno is running?

1.42.2

What platform is your computer?

Linux 6.8.9-arch1-1 x86_64 unknown

What steps can reproduce the bug?

  1. Put import gi from "node-gtk"; into a JS file app.js
  2. Run deno run --allow-all app.js

What is the expected behavior?

Deno should run without an error.

What do you see instead?

deno: symbol lookup error: /home/blue/test-native/node_modules/.deno/[email protected]/node_modules/node-gtk/lib/binding/node-v108-linux-x64/node_gtk.node: undefined symbol: node_module_register

@ralyodio
Copy link

ralyodio commented May 5, 2024

I'm also seeing this issue.

@bartlomieju bartlomieju added bug Something isn't working node compat node native extension related to the node-api (.node) labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node compat node native extension related to the node-api (.node)
Projects
None yet
Development

No branches or pull requests

3 participants