From dfcbd092340463b9df101f7971e913a5b720f35a Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 22 Jul 2019 11:22:11 +0200 Subject: [PATCH] Doublons avec /HowtoNodeJS#yarn --- HowtoYarn.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/HowtoYarn.md b/HowtoYarn.md index bc42fc01..e69de29b 100644 --- a/HowtoYarn.md +++ b/HowtoYarn.md @@ -1,17 +0,0 @@ ---- -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 -~~~ \ No newline at end of file