LoginSignup
1
0

More than 1 year has passed since last update.

adsfでyarnをinstallした際にエラーとなる

Last updated at Posted at 2022-08-13

概要

asdfにyarnをインストールしたときのエラーについて、解決方法を書いています。

エラー内容

% asdf install yarn latest
⛔ Missing one or more of the following dependencies: tar, gpg

解決方法

% brew install gpg

その後、再度、yarnをインストールする。

% asdf install yarn latest
% asdf global yarn latest
% asdf current yarn
yarn            1.22.19         ${HOME}/.tool-versions
1
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
1
0