0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

nvmのデフォルトのバージョンの変え方

Posted at

コマンドでデフォルトのバージョンを変更

ターミナルでコマンド
nvm alias default v[version]
を実行。
例:nvm alias default v18.9.0

結果:ターミナルを開き直して nvm ls を実行するとdefaultのバージョンが変わる。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?