Prince-Mendiratta / BotsApp

Your personal assistant, on WhatsApp! The most user friendly userbot for the platform!

Home Page:https://mybotsapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO RUN UBUNTU

Suryapardana opened this issue · comments

not working install yarn

Hi @Suryapardana, what kind of issue are you facing? Can you elaborate?

Hai@Suryapardana, masalah apa yang Anda hadapi? Bisakah Anda menguraikan?

Screenshot_20220915-161148_Termius

You seem to have installed the wrong version of yarn. Do the following to remove it -

sudo apt remove yarn

To install yarn correctly, run the following commands -

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

done thanks