LoginSignup
1
2

More than 5 years have passed since last update.

nodebrew のインストール (Mac OS X 10.11 + Homebrew)

Posted at
% brew install nodebrew
% nodebrew -v # インストール確認
% nodebrew setup # 初期設定 (~/.nodebrew が作成される)
Fetching nodebrew...
Installed nodebrew in $HOME/.nodebrew

========================================
Export a path to nodebrew:

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

上記の通りにパス設定.

# Nodebrew
[ -d "$HOME/.nodebrew/current/bin" ] && export PATH=$HOME/.nodebrew/current/bin:$PATH

参考:

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2