Skip to content

Instantly share code, notes, and snippets.

@verytired
Last active November 16, 2016 06:52
Show Gist options
  • Save verytired/eddfd403a104ffc5efa0dfb22964689c to your computer and use it in GitHub Desktop.
Save verytired/eddfd403a104ffc5efa0dfb22964689c to your computer and use it in GitHub Desktop.

install

brew install nodebrew

.zshrcなどにパス通して読込み直す

export PATH=$HOME/.nodebrew/current/bin:$PATH
source .zshrc

node install

上がっているバージョンの確認

nodebrew ls-remote

バイナリからのインストール

nodebrew install-binary vx.x.x

切替

nodebrew use vx.x.x

uninstall

nodebrew uninstall vx.x.x

権限ないと削除できないかもしれないので適時 sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment