LoginSignup
0
0

More than 5 years have passed since last update.

nodebrewでnode.jsをmacに入れる

Posted at

手順

1,2のどっちかでnodebrewを入れる(自分は 2)

  1. nodebrew の README をみてその通りにやる
  2. brew install nodebrew叩いてexportとかを書く

nodebrew で node をインストールする

$ nodebrew install-binary v0.10.38
$ nodebrew use v0.10.38
$ node -v
v0.10.38

なぜなに nodebrew

  • さくさく最新版のnodeをインストールできて
  • さらにインストール済みのnodeのバージョンをさくさく切り替えできて
  • 最近だとiojsもインストールできちゃったりして
  • 便利

おわりに

人に説明する用にまとめたエントリーとなりますので、手抜き勘弁

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