Skip to content

Instantly share code, notes, and snippets.

@chrisvoo
Forked from lgg/solution.md
Last active July 5, 2021 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisvoo/67bf465630001499a8582d61d3c8ec48 to your computer and use it in GitHub Desktop.
Save chrisvoo/67bf465630001499a8582d61d3c8ec48 to your computer and use it in GitHub Desktop.
JetBrains intellij idea + NVM + nodejs + WebStorm

NVM + WebStorm

If you get error:

run npm command gives error "/usr/bin/env: node: No such file or directory

Modify the Desktop icon ~/.local/share/applications/jetbrains-webstorm.desktop with:

[Desktop Entry]
Name=WebStorm
Icon=/home/christian/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/.icon.svg
StartupWMClass=jetbrains-webstorm
Comment=A JavaScript IDE
Exec=/bin/bash -i -c "/home/christian/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/211.7442.26/bin/webstorm.sh" %f
Version=1.0
Type=Application
Categories=Development;IDE;
Terminal=false
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment