#author("2025-09-09T01:45:16+09:00","","") [[Linux/基本セットアップ]] #author("2025-09-11T00:03:30+09:00","","") #navi2(Linux/基本設定,toc,prev,next) ---- #contents ---- * Linux/Node.js [#t0323956] * Linux/基本設定/Node.js [#t0323956] - nvm インストール curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # 最新版のインストールは、 https://github.com/nvm-sh/nvm で確認ください。 source ~/.bashrc - 最新版 Node.js インストール nvm install --lts #navi2(Linux/基本設定,toc,prev,next)