Skip to content

Instantly share code, notes, and snippets.

@yano3
Created March 20, 2019 10:35
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 yano3/b98f613d76643d537b9ae04799220750 to your computer and use it in GitHub Desktop.
Save yano3/b98f613d76643d537b9ae04799220750 to your computer and use it in GitHub Desktop.
==> Caveats
You need to manually run setup_dirs to create directories required by nodebrew:
/usr/local/opt/nodebrew/bin/nodebrew setup_dirs
Add path:
export PATH=$HOME/.nodebrew/current/bin:$PATH
To use Homebrew's directories rather than ~/.nodebrew add to your profile:
export NODEBREW_ROOT=/usr/local/var/nodebrew
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment