22
0
Fork 0

uniformisation

This commit is contained in:
gcolpart 2018-06-09 17:44:43 +02:00
parent 4ce3b667a3
commit 6c9b6fb17d
1 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,7 @@ Nous préconisons l'installation des paquets Debian distribués par NodeSource (
~~~
# echo "deb http://deb.nodesource.com/node_8.x stretch main" >> /etc/apt/sources.list.d/nodesource.list
# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O - | apt-key add -
# apt update
# apt install nodejs
# apt update && apt install nodejs
$ nodejs -v
v8.9.4
@ -90,8 +89,8 @@ Installation par NPM :
Installation via un paquet Debian :
~~~
# echo "deb http://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
# wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
# apt update && apt install yarn
~~~