how to install yarn for a Ruby on Rails application?
Open a terminal Insert the keys 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 Update the repository sudo apt update Insta...
May 13, 20241 min read9
