Début de l'installation --2021-03-25 21:25:03-- https://raw.githubusercontent.com/lunarok/jeedom_nodejs/master/nodejs.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1491 (1.5K) [text/plain] Saving to: ‘dependencies.sh’ 0K . 100% 3.17M=0s 2021-03-25 21:25:04 (3.17 MB/s) - ‘dependencies.sh’ saved [1491/1491] dependencies.sh: 3: [: maillistener: unexpected operator Nodejs non installé Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Hit:3 http://ftp.uk.debian.org/debian buster InRelease Hit:4 http://ftp.uk.debian.org/debian buster-updates InRelease Get:5 http://security.debian.org/debian-security buster/updates/main Sources [179 kB] Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] Err:2 https://repo.jeedom.com/odroid stable InRelease 502 Bad Gateway [IP: 51.210.253.116 443] Hit:7 http://www.deb-multimedia.org buster InRelease Hit:8 https://oph.mdrjr.net/meveric all InRelease Hit:9 https://oph.mdrjr.net/meveric buster InRelease Fetched 508 kB in 8s (63.5 kB/s) Reading package lists... W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.210.253.116 443] W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... lsb-release is already the newest version (10.2019051400). lsb-release set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded. KO, version obsolète à upgrader Suppression du Nodejs existant et installation du paquet recommandé Reading package lists... Building dependency tree... Reading state information... Package 'npm' is not installed, so not removed Package 'nodejs' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded. dependencies.sh: 37: [: aarch64: unexpected operator Utilisation du dépot officiel ## Installing the NodeSource Node.js 12.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://www.deb-multimedia.org buster InRelease Hit:4 http://ftp.uk.debian.org/debian buster InRelease Hit:5 http://ftp.uk.debian.org/debian buster-updates InRelease Hit:6 https://oph.mdrjr.net/meveric all InRelease Hit:7 https://oph.mdrjr.net/meveric buster InRelease Err:3 https://repo.jeedom.com/odroid stable InRelease 502 Bad Gateway [IP: 51.210.253.116 443] Reading package lists... W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.210.253.116 443] W: Some index files failed to download. They have been ignored, or old ones used instead. ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null ## Creating apt sources list file for the NodeSource Node.js 12.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://www.deb-multimedia.org buster InRelease Hit:4 http://ftp.uk.debian.org/debian buster InRelease Hit:5 http://ftp.uk.debian.org/debian buster-updates InRelease Get:6 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B] Hit:7 https://oph.mdrjr.net/meveric all InRelease Hit:8 https://oph.mdrjr.net/meveric buster InRelease Get:9 https://deb.nodesource.com/node_12.x buster/main arm64 Packages [766 B] Err:3 https://repo.jeedom.com/odroid stable InRelease 502 Bad Gateway [IP: 51.210.253.116 443] Fetched 5,350 B in 15s (345 B/s) Reading package lists... W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.210.253.116 443] W: Some index files failed to download. They have been ignored, or old ones used instead. ## 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 | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: nodejs 0 upgraded, 1 newly installed, 0 to remove and 125 not upgraded. Need to get 17.3 MB of archives. After this operation, 92.4 MB of additional disk space will be used. Get:1 https://deb.nodesource.com/node_12.x buster/main arm64 nodejs arm64 12.21.0-1nodesource1 [17.3 MB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 17.3 MB in 14s (1,228 kB/s) Selecting previously unselected package nodejs. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75486 files and directories currently installed.) Preparing to unpack .../nodejs_12.21.0-1nodesource1_arm64.deb ... Unpacking nodejs (12.21.0-1nodesource1) ... Setting up nodejs (12.21.0-1nodesource1) ... Version actuelle : v12.21.0 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated mailparser@0.4.9: Mailparser versions older than v2.3.0 are deprecated npm WARN deprecated mimelib@0.3.1: This project is unmaintained npm notice created a lockfile as package-lock.json. You should commit this file. added 84 packages from 73 contributors and audited 84 packages in 13.78s 8 packages are looking for funding run `npm fund` for details found 0 vulnerabilities Installation spécifique plugin Fin de l'installation Début de l'installation --2021-03-27 21:45:08-- https://raw.githubusercontent.com/lunarok/jeedom_nodejs/master/nodejs.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1491 (1.5K) [text/plain] Saving to: 'dependencies.sh' 0K . 100% 1.32M=0.001s 2021-03-27 21:45:08 (1.32 MB/s) - 'dependencies.sh' saved [1491/1491] dependencies.sh: 3: [: maillistener: unexpected operator Version actuelle : 12 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://ftp.uk.debian.org/debian buster InRelease [121 kB] Hit:4 https://deb.nodesource.com/node_12.x buster InRelease Get:5 http://ftp.uk.debian.org/debian buster-updates InRelease [51.9 kB] Get:6 http://security.debian.org/debian-security buster/updates/main Sources [179 kB] Get:7 http://security.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] Get:8 http://security.debian.org/debian-security buster/updates/main Translation-en [143 kB] Get:9 http://ftp.uk.debian.org/debian buster/contrib Sources [42.5 kB] Get:10 http://ftp.uk.debian.org/debian buster/main Sources [7841 kB] Get:11 http://www.deb-multimedia.org buster InRelease [18.0 kB] Hit:12 https://oph.mdrjr.net/meveric all InRelease Hit:13 https://oph.mdrjr.net/meveric buster InRelease Get:14 http://ftp.uk.debian.org/debian buster/non-free Sources [85.7 kB] Get:15 http://ftp.uk.debian.org/debian buster/main arm64 Packages [7736 kB] Get:16 http://ftp.uk.debian.org/debian buster/main Translation-en [5969 kB] Err:2 https://repo.jeedom.com/odroid stable InRelease 502 Bad Gateway [IP: 51.178.69.128 443] Fetched 22.5 MB in 23s (967 kB/s) Reading package lists... W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.178.69.128 443] W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... lsb-release is already the newest version (10.2019051400). 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. Ok, version suffisante npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated mailparser@0.4.9: Mailparser versions older than v2.3.0 are deprecated npm WARN deprecated mimelib@0.3.1: This project is unmaintained npm WARN deprecated har-validator@5.1.5: this library is no longer supported added 84 packages from 73 contributors and audited 84 packages in 13.378s 8 packages are looking for funding run `npm fund` for details found 0 vulnerabilities Installation spécifique plugin Fin de l'installation