LoginSignup
2
2

More than 3 years have passed since last update.

【Mac】Node.js のあれこれ

Last updated at Posted at 2019-06-27
  • nodebrewで入れたnodeの確認
MacBook-Pro-2: ~/mu$ nodebrew ls
v9.11.2
v12.4.0

current: v9.11.2
  • nodeのバージョンの変更
$ nodebrew use v12.4.0
use v12.4.0
  • バージョンの確認
$ node -v

あれ・・・変わってない。

  • 環境変数の反映 変更した後、これでパスを通さないと反映しないよ!
$ source ~/.bash_profile
2
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
2
2