19
0
Fork 0

Doublons avec /HowtoNodeJS#yarn

This commit is contained in:
btatu 2019-07-22 11:22:11 +02:00
parent dde97949cf
commit dfcbd09234
1 changed files with 0 additions and 17 deletions

View File

@ -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
~~~