Home

Published

- 1 min read

yarn install in ubuntu

img of yarn install in ubuntu

The solution for this is noted below

yarn install in ubuntu

Solution

   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 update
sudo apt install yarn
yarn --version

Try other methods by searching on the site. That is if this doesn’t work