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.

windows版nvmでnodejs version20がインストールできない不具合

Posted at

問題のバグ

windows上でnvmを使ってnodejs ver.20をインストールしようとするとエラーになるっぽいです。

エラーになるコマンド

nvm install 20.0.0

原因(?)

エラーを見てみると引数が原因っぽいです。

panic: runtime error: index out of range [3] with length 3

goroutine 1 [running]:
main.checkVersionExceedsLatest({0x124140b0, 0x6})

...[以下略]

仮の対処法

上記のissueがまだ2日前に開始されたばかりなので、現状はWinの設定で旧バージョンのnodejsをアンインストールしてから、新しいバージョンをインストーラー経由でインストールするのがよさそうです。

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?