$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
# fish-nvmのインストール
$ fisher add jorgebucaran/fish-nvm
$ nvm -v
# nodeバージョン確認
$ nvm ls
# ltsバージョンをダウンロードしてpathを貼る
$ nvm use lts
$ node -v
参考:
Go to list of users who liked
More than 3 years have passed since last update.
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
# fish-nvmのインストール
$ fisher add jorgebucaran/fish-nvm
$ nvm -v
# nodeバージョン確認
$ nvm ls
# ltsバージョンをダウンロードしてpathを貼る
$ nvm use lts
$ node -v
参考:
Register as a new user and use Qiita more conveniently
Go to list of users who liked