「Mac/インストール/nodejs」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→nodejsインストール) |
(→nodebrewインストール) |
||
行16: | 行16: | ||
$ source .bash_profile | $ source .bash_profile | ||
− | ===nodebrewを使ってnodeをインストール | + | ===nodebrewを使ってnodeをインストール=== |
$ nodebrew install-binary stable #安定版 | $ nodebrew install-binary stable #安定版 | ||
$ nodebrew list | $ nodebrew list |
2019年3月18日 (月) 10:34時点における版
nodejsインストール
$ brew install node $ node -v v0.10.22
nodebrewインストール
nodejsの複数バージョンを管理したい場合は、brew install nodeでなくこちらを
$ brew install nodebrew $ brew list $ nodebrew setup
$ vi .bash_profile export PATH=/usr/local/var/nodebrew/current/bin:$PATH export PATH=$HOME/.nodebrew/current/bin:$PATH $ source .bash_profile
nodebrewを使ってnodeをインストール
$ nodebrew install-binary stable #安定版 $ nodebrew list $ nodebrew use stable #どれを使うか $ node -v
場所
/usr/local/share/npm/bin