Yarn install command error No such file or directory: 'install'

sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn -y

详情:https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install

posted @ 2021-09-15 13:42  vickylinj  阅读(512)  评论(0编辑  收藏  举报