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?

nodejsのバージョン管理にはVoltaを捨ててProtoを使おう

Posted at

もはやVoltaは古い

以前にもこんな記事を書いたのですが…

Voltaでnodeのバージョン管理をすることの危うさ

node管理のVoltaくん、暗雲

依然Voltaは更新されることがありません。

VoltaのGithubも2025年7月24日時点で4ヶ月更新がないし、issueも300溜まってる。

image.png

リリースバージョンなんて2024年です。

よし!アンインストールだ

公式にある通りで行ける。
windowsの場合はpathに残される場合があるので気をつけること。

いいからProtoを入れろ

Protoはいいぞ

バージョンが上がったら教えてくれる

image-1.png

自分のバージョンも上げることができる

image-2.png

インストール

これも公式にある通り。

nodeやらをインストール

だいたいVoltaと同じ。
pnpmも管理できるところが良い。

proto install node
proto install npm
proto install yarn
proto install pnpm

その他これらのツールがサポートされている。

では

普及させていこうか

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?