Search code examples
node.jswebstormmanjaro

WebStorm can't find node interpreter


I'm running Manjaro, I have node in PATH, it's located at /usr/bin/node and I can invoke it from the terminal using node, as expected. But when I try to add the interpreter to WebStorm, when I open the dialog for adding Node & npm executables and navigate to /usr/bin, it simply doesn't show up there. I've installed WebStorm through flatpak. Any ideas?


Solution

  • Managed to fix this by uninstalling the flatpak WebStorm instance that I had installed and installed WebStorm through Snap store. It simply worked afterwards, but I'll keep the question open in case anyone has a better solution.