Vijay's Blog
I am not your BEST, But I will try
Wednesday, June 3, 2020
Install Yarn Linux Ubuntu
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 install yarn
apt-get update
sudo apt install yarn
yarn --version
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment