LoginSignup
0
0

More than 5 years have passed since last update.

nodebrewをインストールする

Last updated at Posted at 2017-06-30

Nodebrew: GitHub
https://github.com/hokaccha/nodebrew

お馴染みのHobebrewといきたいが、どうもcurl絡みがうまく動かないので公式から取ってくる。

 インストール

端末(Terminal.app)を開きワンライナーで実行。

% curl -L git.io/nodebrew | perl - setup

パスの設定

.bashrc や .zshrc に Nodebrew用のパスを追記しておく。

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

動作確認

% nodebrew help
0
0
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
0
0