This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node | |
https://qiita.com/tomy0610/items/6631a04c0e6ea8621b21 | |
nvm をインストール | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
終わったら source コマンド実行 | |
source ~/.bashrc | |
nvm インストール確認 | |
nvm --version |