LoginSignup
0
0

More than 1 year has passed since last update.

nvm インストール

Last updated at Posted at 2022-04-06

#brew でインストール

brew install nvm
 source $(brew --prefix nvm)/nvm.sh
echo 'source $(brew --prefix nvm)/nvm.sh' >> ~/.bash_profile

バージョン確認

nvm --version

何があるか確認

nvm ls-remote

インストールしたいバージョンを指定

 nvm install 12.16.0

確認

nvm ls

node確認

node --version

リンク

GitHub
https://github.com/nvm-sh/nvm

参考本
https://qiita.com/ffggss/items/94f1c4c5d311db2ec71a

感謝

@ffggss

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