Skip to content

Instantly share code, notes, and snippets.

View christiannelson's full-sized avatar

Christian Nelson christiannelson

  • West Monroe
  • San Francisco, CA
View GitHub Profile
Uninstall any existing node and nodenv brew packages
$ brew uninstall node nodenv nodenv-default-packages node-build-update-defs
Move any existing nodenv config out of the way
$ mv ~/.nodenv ~/.nodenv.orig
Start a new shell
Clone the nodenv repo in a scratch directory
$ cd Code/scratch