--- categories: web title: Howto Yarn ... * Documentation : [Yarn](https://yarnpkg.com) est un gestionnaire de packages. ## Installation ~~~ # wget https://dl.yarnpkg.com/debian/pubkey.gpg -O - | apt-key add - # echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list # apt update # apt install yarn ~~~