Skip to content

Instantly share code, notes, and snippets.

@nyaapass
Created July 26, 2020 09:01
Show Gist options
  • Save nyaapass/4b10b543046c3fd311e0ff69d7d04b36 to your computer and use it in GitHub Desktop.
Save nyaapass/4b10b543046c3fd311e0ff69d7d04b36 to your computer and use it in GitHub Desktop.
openSUSE zypper
# sudo apt update
sudo zypper ref

# sudo apt upgrade
udo zypper update

# install yarn classic
sudo rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg
sudo zypper ar -f https://dl.yarnpkg.com/rpm/ Yarn
sudo zypper in yarn

yarnpkg/yarn#1383 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment