Skip to content

Instantly share code, notes, and snippets.

@Deviad
Created September 11, 2018 03:27
Show Gist options
  • Save Deviad/8fbff2694fb54c6670d49dbd8769f0d4 to your computer and use it in GitHub Desktop.
Save Deviad/8fbff2694fb54c6670d49dbd8769f0d4 to your computer and use it in GitHub Desktop.
Node Wrapper to use with Webstorm
#!/usr/bin/env zsh
export PATH=$PATH:/usr/local/bin:~/.nvm/versions/node/"$(node -v | grep -o '[^v]'| tr -d '\n')"/bin
node "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment