Unable to run Deno plugin within Webstorm
Webstorm version 2024.3.5
Deno plugin version 243.22562.13
My project's deno.json is located in
<rootDir>/server/deno.json
deno --version
on the command line prints out the version, but webstorm internally is trying to run it as a win32 application. The deno error logs in webstorm show this. I've had this issue with node as well in webstorm, but that's because by default webstorm chooses my windows installation of node and all i have to do is choose the wsl version. But with deno it still tries to run it as win32


0 Replies