Answers for "/usr/bin/yarn: No such file or directory"

0

yarn install 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
yarn install
Posted by: Guest on January-11-2021

Code answers related to "/usr/bin/yarn: No such file or directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language