Il faut mettre à jour ta version de node JS qui est obsolète version node js V8.9.4 que donne cette commande ? curl -sL https://deb.nodesource.com/setup_12.x | sudo bash - sudo apt install nodejs Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/s ources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn login as: jeedom jeedom@192.168.0.12's password: Linux jeedom 3.14.79-94 #1 SMP PREEMPT Mon Nov 21 17:13:27 BRST 2016 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sun Sep 20 18:52:16 2020 from 192.168.0.11 jeedom@jeedom:~$ curl -sL https://deb.nodesource.com/setup_12.x | sudo bash - [sudo] password for jeedom: ## Installing the NodeSource Node.js 12.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://security.debian.org stretch/updates InRelease Hit:3 http://www.deb-multimedia.org stretch InRelease Ign:4 http://ftp.debian.org/debian stretch InRelease Hit:5 http://ftp.debian.org/debian stretch-updates InRelease Hit:6 https://deb.nodesource.com/node_12.x stretch InRelease Hit:7 http://ftp.debian.org/debian stretch-backports InRelease Hit:8 http://ftp.debian.org/debian stretch-proposed-updates InRelease Hit:9 http://ftp.debian.org/debian stretch Release Get:2 https://repo.jeedom.com/odroid stable InRelease [1,640 B] Hit:10 https://oph.mdrjr.net/meveric all InRelease Hit:11 https://oph.mdrjr.net/meveric stretch InRelease Fetched 1,640 B in 3s (487 B/s) Reading package lists... Done ## Confirming "stretch" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/stretch/Rel ease' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - OK ## Creating apt sources list file for the NodeSource Node.js 12.x repo... + echo 'deb https://deb.nodesource.com/node_12.x stretch main' > /etc/apt/source s.list.d/nodesource.list + echo 'deb-src https://deb.nodesource.com/node_12.x stretch main' >> /etc/apt/s ources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://security.debian.org stretch/updates InRelease Hit:2 http://www.deb-multimedia.org stretch InRelease Ign:4 http://ftp.debian.org/debian stretch InRelease Hit:5 http://ftp.debian.org/debian stretch-updates InRelease Hit:6 http://ftp.debian.org/debian stretch-backports InRelease Hit:7 http://ftp.debian.org/debian stretch-proposed-updates InRelease Hit:8 https://deb.nodesource.com/node_12.x stretch InRelease Hit:9 http://ftp.debian.org/debian stretch Release Hit:10 https://oph.mdrjr.net/meveric all InRelease Hit:11 https://oph.mdrjr.net/meveric stretch InRelease Ign:3 https://repo.jeedom.com/odroid stable InRelease Get:13 https://repo.jeedom.com/odroid stable Release [932 B] Get:14 https://repo.jeedom.com/odroid stable Release.gpg [659 B] Fetched 1,591 B in 5s (274 B/s) Reading package lists... Done ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/s ources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn jeedom@jeedom:~$ sudo apt-get install -y nodejs E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? jeedom@jeedom:~$