0

I am trying to run a simple Deno project in WebStorm. I have installed Deno and enabled the Deno support for this project.

Also added an environment variable of the Deno bin folder with name: DENO_INSTALL_DIR

But while setting the run configuration it's showing an error: Path to Deno is not correct

Please give me a solution regarding this problem. Thanks in advance.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Avijit Karmakar
  • 8,890
  • 6
  • 44
  • 59
  • 1
    it should be a full path to Deno binary. What does your run configuration look like? – lena May 28 '20 at 15:57

1 Answers1

0

In my case bin path after default installation on ubintu is is on location: $HOME/.deno/bin/deno You should have this path in your DENO_INSTALL_DIR environment variable, depending on your OS.

Nezir
  • 6,727
  • 12
  • 54
  • 78