diff --git a/HowtoNodeJS.md b/HowtoNodeJS.md index dac191fe..3c23b01d 100644 --- a/HowtoNodeJS.md +++ b/HowtoNodeJS.md @@ -15,7 +15,7 @@ Pour installer une version plus récente (ex: 6.X LTS), on peut utiliser les dé ~~~ # apt install apt-transport-https -# echo "deb https://deb.nodesource.com/node_6.x main" > /etc/apt/sources.list.d/nodesource.list +# echo "deb https://deb.nodesource.com/node_6.x jessie 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