We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling webview application with deno, at runtime you will see the following error while both node and bun work flawlessly.
error: Uncaught (in promise) TypeError: LoadLibraryExW failed: The specified module could not be found. (os error 126) at Object.Module._extensions..node (node:module:807:20) at Module.load (node:module:662:32) at Function.Module._load (node:module:534:12) at Module.require (node:module:681:19) at require (node:module:818:16) at Object.<anonymous> (file:///~/deno-compile-DenoApp.exe/webview-examples/node_modules/@webviewjs/webview/index.js:72:29) at Object.<anonymous> (file:///~/deno-compile-DenoApp.exe/webview-examples/node_modules/@webviewjs/webview/index.js:325:4) at Module._compile (node:module:745:34) at Object.Module._extensions..js (node:module:762:10) at Module.load (node:module:662:32)
This is currently a limitation from deno, see denoland/deno#23266 for more.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling webview application with deno, at runtime you will see the following error while both node and bun work flawlessly.
This is currently a limitation from deno, see denoland/deno#23266 for more.
The text was updated successfully, but these errors were encountered: