-
Notifications
You must be signed in to change notification settings - Fork 64
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 2.0 and denoland Help to configure architecture #357
Comments
This may require a trip to deno to file an issue, as deno 1.x works fine. |
Thanks Yasibil, here the same with deno upgrade to 2.03:$> Task wh deno serve -A --env -r --unstable-kv --watch webhook.ts --- maybe is just on how to configure the architecture and OS. I really like this library hope we can make it work. Kindest regards!... |
similar problem with deno 2 first I have an error like
and if I do like deno add npm:@resvg/resvg-js-linux-x64-gnu, next problem appears.
Any alternatives I can use for deno? |
"npm@resvg/resvg-js" does not resolve to the correct architecture in denoland (dash.deno.com).
This is the log from denoland:
Packaging complete
The deployment failed: UNCAUGHT_EXCEPTION Error: Cannot find module '@resvg/resvg-js-linux-x64-gnu' Require stack: - /node_modules/.deno/@resvg[email protected]/node_modules/@resvg/resvg-js/js-binding.js - /node_modules/.deno/@resvg[email protected]/node_modules/@resvg/resvg-js/index.js - /node_modules/.deno/@resvg[email protected]/node_modules/@resvg/resvg-js/index.js at Function.Module._resolveFilename (node:module:608:15) at Function.Module._load (node:module:486:27) at Module.require (node:module:674:19) at require (node:module:801:16) at Object. (file:///node_modules/.deno/@resvg[email protected]/node_modules/@resvg/resvg-js/js-binding.js:1:3733) at Object. (file:///node_modules/.deno/@resvg[email protected]/node_modules/@resvg/resvg-js/js-binding.js:3:4) at Module._compile (node:module:736:34) at Object.Module._extensions..js (node:module:757:11) at Module.load (node:module:655:32) at Function.Module._load (node:module:523:13) .....
The text was updated successfully, but these errors were encountered: