22
0
Bifurcation 0

Doublons avec /HowtoNodeJS#yarn

Cette révision appartient à :
btatu 2019-07-22 11:22:11 +02:00
Parent dde97949cf
révision dfcbd09234
1 fichiers modifiés avec 0 ajouts et 17 suppressions

Voir le fichier

@ -1,17 +0,0 @@
---
categories: web
title: Howto Yarn
...
* Documentation : <https://yarnpkg.com/en/docs>
[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
~~~