admin avatar

Yarn install command error No such file or directory: 'install'的解决方法

🕕 by admin

Yarn install command error No such file or directory: 'install'的解决方法

1
2
3
4
5
6
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

💘 相关文章

写一条评论