Answer the question
In order to leave comments, you need to log in
Install yarn on ubuntu 16.04?
I just started to learn linux, a problem arose: I'm trying to install the yarn manager, I'm doing it according to the instructions for linux debian / ubuntu. But when checking yarn --version, the terminal writes
Программа 'yarn' на данный момент не установлена. Вы можете установить её, выполнив:
sudo apt install cmdtest
sudo apt-get install yarn
, it says The newest version of yarn package (1.3.2-1) is already installed, Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question