0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

asdf(0.16.0) で global と local コマンドが廃止された件

Posted at

asdf global

Before

asdf global nodejs 23.5.0

After

asdf set --home nodejs 23.5.0

asdf local

Before

asdf local nodejs 23.5.0

After

asdf set nodejs 23.5.0

参考

see: https://asdf-vm.com/guide/upgrading-to-v0-16.html#asdf-global-and-asdf-local-commands-have-been-replaced-with-asdf-set

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?