Skip to content

Instantly share code, notes, and snippets.

View telema-tsukamoto's full-sized avatar

telema-tsukamoto

  • Joined Oct 3, 2025
View GitHub Profile
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