suzuki-shunsuke / issue

MIT License
4 stars 0 forks source link

asdf 試す #80

Closed suzuki-shunsuke closed 2 years ago

suzuki-shunsuke commented 2 years ago

aqua の pros, cons

Pros

plugin をコードで管理できないんだろうか。 aqua のほうがシンプル

$ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git

aqua は自動で install するが、 asdf は自動では install してくれない

$ node -v          
No preset version installed for command node
Please install a version by running one of the following:

asdf install nodejs 17.1.0

or add one of the following versions in your config file at /Users/shunsuke-suzuki/Documents/test/asdf/.tool-versions
nodejs 17.2.0

Cons