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
Normally Deno is able to detect when a dependency invokes node, and it will rewrite it to deno automatically. It does this for vite itself. But something in this package is making that behavior not work. Do you have any ideas what that might be?
Describe the solution you'd like
A patch in either Deno or vite-plugin-checker makes it call deno instead of node.
Is your feature request related to a problem? Please describe.
This plugin is incompatible with Deno.
See: denoland/deno#26801
Normally Deno is able to detect when a dependency invokes
node
, and it will rewrite it todeno
automatically. It does this for vite itself. But something in this package is making that behavior not work. Do you have any ideas what that might be?Describe the solution you'd like
A patch in either Deno or vite-plugin-checker makes it call
deno
instead ofnode
.Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: