0
0

More than 3 years have passed since last update.

nvmでバージョン管理

Posted at

nvmのインストール

* https://github.com/coreybutler/nvm-windows/releases

インストール可能なnode.jsのバージョン確認

$ nvm list available

指定バージョンの node.js インストール

$ nvm install x.x.x

インストール済みの node.js バージョン確認

$ nvm list

指定バージョンの node.js に切り替え

$ nvm use x.x.x
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