$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
For Ubuntu, please follow the instructions below to install.
https://asdf-vm.com/guide/getting-started.html
$ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
$ asdf install nodejs 20.5.0
$ asdf global nodejs 20.5.0
$ asdf reshim
$ node -v
$ corepack enable
$ asdf reshim
$ pnpm -v
Please follow the instructions below for installation.
Docker Desktop for Mac
https://docs.docker.com/desktop/install/mac-install/
Please follow the instructions below for installation.
- Docker Desktop for Ubuntu
- Docker Engine for Ubuntu
Additionally, execute the following steps to use it without sudo: