Skip to content

Instantly share code, notes, and snippets.

@bannostookaylo
Last active September 19, 2020 20:36
Show Gist options
  • Save bannostookaylo/daf585555377cba4dff9de1ce490d6f6 to your computer and use it in GitHub Desktop.
Save bannostookaylo/daf585555377cba4dff9de1ce490d6f6 to your computer and use it in GitHub Desktop.
https://help.dreamhost.com/hc/en-us/articles/360043547431-Node-js-example-scripts
had to update .bashrc with this
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment