0

I am using Linux Mint and cannot run node in WebStorm. This is because WebStorm not sees the node directory. How can I solve this problem?

I gave read-write permission with the chmod command but it still didn't show up.

this problem...

8
  • Why are you developing outside of your home directory? What errors are you getting? Commented Mar 6, 2023 at 19:12
  • @stdunbar When I type node -v in terminal, I get node: no command error. Node no executable found in &PATH error appears in webstorm settings as well. Commented Mar 6, 2023 at 19:20
  • How did you install WebStorm? Is it flatpak, snap, JetBrains Toolbox app, or from ZIP file? That can play a role here, especially if it's flatpak. Commented Mar 6, 2023 at 19:40
  • @LazyOne I installed via linux mint's internal software manager. I think it's flatpak Commented Mar 6, 2023 at 19:49
  • 1
    The problem was that it was flatpak... when I installed it with zip, the problem was fixed. Thanks @LazyOne Commented Mar 6, 2023 at 20:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.