+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_mqtt2 + echo 1 + echo 2 + sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh + sudo /var/www/html/core/class/../../resources/install_nodejs.sh Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Get:3 http://mirrordirector.raspbian.org/raspbian buster InRelease [15.0 kB] Hit:4 https://download.docker.com/linux/debian buster InRelease Hit:5 https://deb.nodesource.com/node_16.x nodistro InRelease Fetched 62.6 kB in 2s (26.3 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (1.8.2.3). build-essential is already the newest version (12.6). git is already the newest version (1:2.20.1-2+deb10u8). lsb-release is already the newest version (10.2019051400+rpi1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [Check Version NodeJS actuelle : v10.24.0 : [ KO ] Installation de NodeJS 16 Utilisation du dépot officiel ================================================================================ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ================================================================================ SCRIPT DEPRECATION WARNING This script, located at https://deb.nodesource.com/setup_X, used to install Node.js is deprecated now and will eventually be made inactive. Please visit the NodeSource distributions Github and follow the instructions to migrate your repo. https://github.com/nodesource/distributions The NodeSource Node.js Linux distributions GitHub repository contains information about which versions of Node.js and which Linux distributions are supported and how to install it. https://github.com/nodesource/distributions SCRIPT DEPRECATION WARNING ================================================================================ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ================================================================================ TO AVOID THIS WAIT MIGRATE THE SCRIPT Continuing in 60 seconds (press Ctrl-C to abort) ... ## Installing the NodeSource Node.js 16.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://mirrordirector.raspbian.org/raspbian buster InRelease Hit:3 http://archive.raspberrypi.org/debian buster InRelease Hit:4 https://download.docker.com/linux/debian buster InRelease Hit:5 https://deb.nodesource.com/node_16.x nodistro InRelease Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.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 16.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.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_16.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://mirrordirector.raspbian.org/raspbian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://archive.raspberrypi.org/debian buster InRelease Hit:4 https://download.docker.com/linux/debian buster InRelease Get:5 https://deb.nodesource.com/node_16.x buster InRelease [4584 B] Get:6 https://deb.nodesource.com/node_16.x buster/main armhf Packages [782 B] Fetched 5366 B in 2s (2249 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 16.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 additional packages will be installed: libc-ares2 libnode64 nodejs-doc Suggested packages: npm The following NEW packages will be installed: libc-ares2 libnode64 nodejs nodejs-doc 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/6005 kB of archives. After this operation, 27.5 MB of additional disk space will be used. Selecting previously unselected package libc-ares2:armhf. (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 ... 200308 files and directories currently installed.) Preparing to unpack .../libc-ares2_1.14.0-1+deb10u4_armhf.deb ... Unpacking libc-ares2:armhf (1.14.0-1+deb10u4) ... Selecting previously unselected package libnode64:armhf. Preparing to unpack .../libnode64_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking libnode64:armhf (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package nodejs. Preparing to unpack .../nodejs_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking nodejs (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package nodejs-doc. Preparing to unpack .../nodejs-doc_10.24.0~dfsg-1~deb10u3_all.deb ... Unpacking nodejs-doc (10.24.0~dfsg-1~deb10u3) ... Setting up libc-ares2:armhf (1.14.0-1+deb10u4) ... Setting up libnode64:armhf (10.24.0~dfsg-1~deb10u3) ... Setting up nodejs-doc (10.24.0~dfsg-1~deb10u3) ... Setting up nodejs (10.24.0~dfsg-1~deb10u3) ... update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode Processing triggers for libc-bin (2.28-10+rpt2+rpi1+deb10u2) ... Processing triggers for man-db (2.8.5-2) ... [Check Version NodeJS après install : v10.24.0 : [ KO ] -> relancez les dépendances Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gyp libjs-inherits libjs-is-typedarray libnode-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-combined-stream node-concat-map node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash node-decamelize node-decompress-response node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-npm-package-arg node-npm-run-path node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard node-proto-list node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser The following NEW packages will be installed: gyp libjs-inherits libjs-is-typedarray libnode-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-combined-stream node-concat-map node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash node-decamelize node-decompress-response node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-npm-package-arg node-npm-run-path node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard node-proto-list node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser npm 0 upgraded, 245 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/3686 kB of archives. After this operation, 19.7 MB of additional disk space will be used. Selecting previously unselected package gyp. (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 ... 200446 files and directories currently installed.) Preparing to unpack .../000-gyp_0.1+20180428git4d467626-3_all.deb ... Unpacking gyp (0.1+20180428git4d467626-3) ... Selecting previously unselected package libjs-is-typedarray. Preparing to unpack .../001-libjs-is-typedarray_1.0.0-2_all.deb ... Unpacking libjs-is-typedarray (1.0.0-2) ... Selecting previously unselected package libuv1-dev:armhf. Preparing to unpack .../002-libuv1-dev_1.24.1-1+deb10u1_armhf.deb ... Unpacking libuv1-dev:armhf (1.24.1-1+deb10u1) ... Selecting previously unselected package libnode-dev:armhf. Preparing to unpack .../003-libnode-dev_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking libnode-dev:armhf (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package node-abbrev. Preparing to unpack .../004-node-abbrev_1.1.1-1_all.deb ... Unpacking node-abbrev (1.1.1-1) ... Selecting previously unselected package node-jsonify. Preparing to unpack .../005-node-jsonify_0.0.0-1_all.deb ... Unpacking node-jsonify (0.0.0-1) ... Selecting previously unselected package node-json-stable-stringify. Preparing to unpack .../006-node-json-stable-stringify_1.0.1-1_all.deb ... Unpacking node-json-stable-stringify (1.0.1-1) ... Selecting previously unselected package node-co. Preparing to unpack .../007-node-co_4.6.0-1_all.deb ... Unpacking node-co (4.6.0-1) ... Selecting previously unselected package node-ajv. Preparing to unpack .../008-node-ajv_5.0.0-1_all.deb ... Unpacking node-ajv (5.0.0-1) ... Selecting previously unselected package node-ansi. Preparing to unpack .../009-node-ansi_0.3.0-3_all.deb ... Unpacking node-ansi (0.3.0-3) ... Selecting previously unselected package node-clone. Preparing to unpack .../010-node-clone_2.1.2-1_all.deb ... Unpacking node-clone (2.1.2-1) ... Selecting previously unselected package node-defaults. Preparing to unpack .../011-node-defaults_1.0.3-1_all.deb ... Unpacking node-defaults (1.0.3-1) ... Selecting previously unselected package node-wcwidth.js. Preparing to unpack .../012-node-wcwidth.js_1.0.0-1_all.deb ... Unpacking node-wcwidth.js (1.0.0-1) ... Selecting previously unselected package node-ansi-regex. Preparing to unpack .../013-node-ansi-regex_3.0.0-1+deb10u1_all.deb ... Unpacking node-ansi-regex (3.0.0-1+deb10u1) ... Selecting previously unselected package node-strip-ansi. Preparing to unpack .../014-node-strip-ansi_4.0.0-1_all.deb ... Unpacking node-strip-ansi (4.0.0-1) ... Selecting previously unselected package node-string-width. Preparing to unpack .../015-node-string-width_2.1.1-1_all.deb ... Unpacking node-string-width (2.1.1-1) ... Selecting previously unselected package node-ansi-align. Preparing to unpack .../016-node-ansi-align_2.0.0-1_all.deb ... Unpacking node-ansi-align (2.0.0-1) ... Selecting previously unselected package node-color-name. Preparing to unpack .../017-node-color-name_1.1.3-1_all.deb ... Unpacking node-color-name (1.1.3-1) ... Selecting previously unselected package node-color-convert. Preparing to unpack .../018-node-color-convert_1.9.0-3_all.deb ... Unpacking node-color-convert (1.9.0-3) ... Selecting previously unselected package node-ansi-styles. Preparing to unpack .../019-node-ansi-styles_3.2.1-1_all.deb ... Unpacking node-ansi-styles (3.2.1-1) ... Selecting previously unselected package node-ansistyles. Preparing to unpack .../020-node-ansistyles_0.1.3-1_all.deb ... Unpacking node-ansistyles (0.1.3-1) ... Selecting previously unselected package node-aproba. Preparing to unpack .../021-node-aproba_1.2.0-1_all.deb ... Unpacking node-aproba (1.2.0-1) ... Selecting previously unselected package node-archy. Preparing to unpack .../022-node-archy_1.0.0-2_all.deb ... Unpacking node-archy (1.0.0-2) ... Selecting previously unselected package node-delegates. Preparing to unpack .../023-node-delegates_1.0.0-1_all.deb ... Unpacking node-delegates (1.0.0-1) ... Selecting previously unselected package node-are-we-there-yet. Preparing to unpack .../024-node-are-we-there-yet_1.1.4-1_all.deb ... Unpacking node-are-we-there-yet (1.1.4-1) ... Selecting previously unselected package node-asn1. Preparing to unpack .../025-node-asn1_0.2.3-1_all.deb ... Unpacking node-asn1 (0.2.3-1) ... Selecting previously unselected package node-assert-plus. Preparing to unpack .../026-node-assert-plus_1.0.0-1_all.deb ... Unpacking node-assert-plus (1.0.0-1) ... Selecting previously unselected package node-asynckit. Preparing to unpack .../027-node-asynckit_0.4.0-2_all.deb ... Unpacking node-asynckit (0.4.0-2) ... Selecting previously unselected package node-aws-sign2. Preparing to unpack .../028-node-aws-sign2_0.7.1-1_all.deb ... Unpacking node-aws-sign2 (0.7.1-1) ... Selecting previously unselected package node-aws4. Preparing to unpack .../029-node-aws4_1.8.0-1_all.deb ... Unpacking node-aws4 (1.8.0-1) ... Selecting previously unselected package node-tweetnacl. Preparing to unpack .../030-node-tweetnacl_0.14.5+dfsg-3_all.deb ... Unpacking node-tweetnacl (0.14.5+dfsg-3) ... Selecting previously unselected package node-bcrypt-pbkdf. Preparing to unpack .../031-node-bcrypt-pbkdf_1.0.1-1_all.deb ... Unpacking node-bcrypt-pbkdf (1.0.1-1) ... Selecting previously unselected package node-bluebird. Preparing to unpack .../032-node-bluebird_3.5.1+dfsg2-2_all.deb ... Unpacking node-bluebird (3.5.1+dfsg2-2) ... Selecting previously unselected package node-camelcase. Preparing to unpack .../033-node-camelcase_5.0.0-1_all.deb ... Unpacking node-camelcase (5.0.0-1) ... Selecting previously unselected package node-escape-string-regexp. Preparing to unpack .../034-node-escape-string-regexp_1.0.5-1_all.deb ... Unpacking node-escape-string-regexp (1.0.5-1) ... Selecting previously unselected package node-has-flag. Preparing to unpack .../035-node-has-flag_2.0.0-1_all.deb ... Unpacking node-has-flag (2.0.0-1) ... Selecting previously unselected package node-supports-color. Preparing to unpack .../036-node-supports-color_4.4.0-2_all.deb ... Unpacking node-supports-color (4.4.0-2) ... Selecting previously unselected package node-chalk. Preparing to unpack .../037-node-chalk_2.3.0-2_all.deb ... Unpacking node-chalk (2.3.0-2) ... Selecting previously unselected package node-cli-boxes. Preparing to unpack .../038-node-cli-boxes_1.0.0-1_all.deb ... Unpacking node-cli-boxes (1.0.0-1) ... Selecting previously unselected package node-yallist. Preparing to unpack .../039-node-yallist_3.0.3-1_all.deb ... Unpacking node-yallist (3.0.3-1) ... Selecting previously unselected package node-lru-cache. Preparing to unpack .../040-node-lru-cache_5.1.1-4_all.deb ... Unpacking node-lru-cache (5.1.1-4) ... Selecting previously unselected package node-isexe. Preparing to unpack .../041-node-isexe_2.0.0-4_all.deb ... Unpacking node-isexe (2.0.0-4) ... Selecting previously unselected package node-which. Preparing to unpack .../042-node-which_1.3.0-2_all.deb ... Unpacking node-which (1.3.0-2) ... Selecting previously unselected package node-shebang-regex. Preparing to unpack .../043-node-shebang-regex_2.0.0-1_all.deb ... Unpacking node-shebang-regex (2.0.0-1) ... Selecting previously unselected package node-shebang-command. Preparing to unpack .../044-node-shebang-command_1.2.0-1_all.deb ... Unpacking node-shebang-command (1.2.0-1) ... Selecting previously unselected package node-cross-spawn. Preparing to unpack .../045-node-cross-spawn_5.1.0-2_all.deb ... Unpacking node-cross-spawn (5.1.0-2) ... Selecting previously unselected package node-get-stream. Preparing to unpack .../046-node-get-stream_3.0.0-1_all.deb ... Unpacking node-get-stream (3.0.0-1) ... Selecting previously unselected package node-is-stream. Preparing to unpack .../047-node-is-stream_1.1.0-1_all.deb ... Unpacking node-is-stream (1.1.0-1) ... Selecting previously unselected package node-npm-run-path. Preparing to unpack .../048-node-npm-run-path_2.0.2-2_all.deb ... Unpacking node-npm-run-path (2.0.2-2) ... Selecting previously unselected package node-p-finally. Preparing to unpack .../049-node-p-finally_1.0.0-2_all.deb ... Unpacking node-p-finally (1.0.0-2) ... Selecting previously unselected package node-signal-exit. Preparing to unpack .../050-node-signal-exit_3.0.2-1_all.deb ... Unpacking node-signal-exit (3.0.2-1) ... Selecting previously unselected package node-strip-eof. Preparing to unpack .../051-node-strip-eof_1.0.0-2_all.deb ... Unpacking node-strip-eof (1.0.0-2) ... Selecting previously unselected package node-execa. Preparing to unpack .../052-node-execa_0.10.0+dfsg-1_all.deb ... Unpacking node-execa (0.10.0+dfsg-1) ... Selecting previously unselected package node-term-size. Preparing to unpack .../053-node-term-size_1.2.0+dfsg-2_all.deb ... Unpacking node-term-size (1.2.0+dfsg-2) ... Selecting previously unselected package node-widest-line. Preparing to unpack .../054-node-widest-line_1.2.2-1_all.deb ... Unpacking node-widest-line (1.2.2-1) ... Selecting previously unselected package node-boxen. Preparing to unpack .../055-node-boxen_1.2.2-1_all.deb ... Unpacking node-boxen (1.2.2-1) ... Selecting previously unselected package node-balanced-match. Preparing to unpack .../056-node-balanced-match_0.4.2-1_all.deb ... Unpacking node-balanced-match (0.4.2-1) ... Selecting previously unselected package node-concat-map. Preparing to unpack .../057-node-concat-map_0.0.1-1_all.deb ... Unpacking node-concat-map (0.0.1-1) ... Selecting previously unselected package node-brace-expansion. Preparing to unpack .../058-node-brace-expansion_1.1.8-1_all.deb ... Unpacking node-brace-expansion (1.1.8-1) ... Selecting previously unselected package node-builtin-modules. Preparing to unpack .../059-node-builtin-modules_3.0.0-1_all.deb ... Unpacking node-builtin-modules (3.0.0-1) ... Selecting previously unselected package node-builtins. Preparing to unpack .../060-node-builtins_1.0.3-1_all.deb ... Unpacking node-builtins (1.0.3-1) ... Selecting previously unselected package node-chownr. Preparing to unpack .../061-node-chownr_1.1.1-1_all.deb ... Unpacking node-chownr (1.1.1-1) ... Selecting previously unselected package node-minimatch. Preparing to unpack .../062-node-minimatch_3.0.4-3+deb10u1_all.deb ... Unpacking node-minimatch (3.0.4-3+deb10u1) ... Selecting previously unselected package libjs-inherits. Preparing to unpack .../063-libjs-inherits_2.0.3-1_all.deb ... Unpacking libjs-inherits (2.0.3-1) ... Selecting previously unselected package node-inherits. Preparing to unpack .../064-node-inherits_2.0.3-1_all.deb ... Unpacking node-inherits (2.0.3-1) ... Selecting previously unselected package node-wrappy. Preparing to unpack .../065-node-wrappy_1.0.2-1_all.deb ... Unpacking node-wrappy (1.0.2-1) ... Selecting previously unselected package node-once. Preparing to unpack .../066-node-once_1.4.0-3_all.deb ... Unpacking node-once (1.4.0-3) ... Selecting previously unselected package node-fs.realpath. Preparing to unpack .../067-node-fs.realpath_1.0.0-1_all.deb ... Unpacking node-fs.realpath (1.0.0-1) ... Selecting previously unselected package node-inflight. Preparing to unpack .../068-node-inflight_1.0.6-1_all.deb ... Unpacking node-inflight (1.0.6-1) ... Selecting previously unselected package node-path-is-absolute. Preparing to unpack .../069-node-path-is-absolute_1.0.0-1_all.deb ... Unpacking node-path-is-absolute (1.0.0-1) ... Selecting previously unselected package node-glob. Preparing to unpack .../070-node-glob_7.1.3-2_all.deb ... Unpacking node-glob (7.1.3-2) ... Selecting previously unselected package node-graceful-fs. Preparing to unpack .../071-node-graceful-fs_4.1.11-1_all.deb ... Unpacking node-graceful-fs (4.1.11-1) ... Selecting previously unselected package node-typedarray. Preparing to unpack .../072-node-typedarray_0.0.6-1_all.deb ... Unpacking node-typedarray (0.0.6-1) ... Selecting previously unselected package node-concat-stream. Preparing to unpack .../073-node-concat-stream_1.6.2-1_all.deb ... Unpacking node-concat-stream (1.6.2-1) ... Selecting previously unselected package node-end-of-stream. Preparing to unpack .../074-node-end-of-stream_1.4.1-1+deb10u1_all.deb ... Unpacking node-end-of-stream (1.4.1-1+deb10u1) ... Selecting previously unselected package node-core-util-is. Preparing to unpack .../075-node-core-util-is_1.0.2-1_all.deb ... Unpacking node-core-util-is (1.0.2-1) ... Selecting previously unselected package node-safe-buffer. Preparing to unpack .../076-node-safe-buffer_5.1.2-1_all.deb ... Unpacking node-safe-buffer (5.1.2-1) ... Selecting previously unselected package node-string-decoder. Preparing to unpack .../077-node-string-decoder_1.2.0-1_all.deb ... Unpacking node-string-decoder (1.2.0-1) ... Selecting previously unselected package node-process-nextick-args. Preparing to unpack .../078-node-process-nextick-args_2.0.0-1_all.deb ... Unpacking node-process-nextick-args (2.0.0-1) ... Selecting previously unselected package node-util-deprecate. Preparing to unpack .../079-node-util-deprecate_1.0.2-1_all.deb ... Unpacking node-util-deprecate (1.0.2-1) ... Selecting previously unselected package node-isarray. Preparing to unpack .../080-node-isarray_2.0.4-1_all.deb ... Unpacking node-isarray (2.0.4-1) ... Selecting previously unselected package node-readable-stream. Preparing to unpack .../081-node-readable-stream_2.3.6-1_all.deb ... Unpacking node-readable-stream (2.3.6-1) ... Selecting previously unselected package node-stream-shift. Preparing to unpack .../082-node-stream-shift_1.0.0-1_all.deb ... Unpacking node-stream-shift (1.0.0-1) ... Selecting previously unselected package node-duplexify. Preparing to unpack .../083-node-duplexify_3.6.1-1_all.deb ... Unpacking node-duplexify (3.6.1-1) ... Selecting previously unselected package node-flush-write-stream. Preparing to unpack .../084-node-flush-write-stream_1.0.3-1_all.deb ... Unpacking node-flush-write-stream (1.0.3-1) ... Selecting previously unselected package node-from2. Preparing to unpack .../085-node-from2_2.3.0-1_all.deb ... Unpacking node-from2 (2.3.0-1) ... Selecting previously unselected package node-cyclist. Preparing to unpack .../086-node-cyclist_1.0.1-2_all.deb ... Unpacking node-cyclist (1.0.1-2) ... Selecting previously unselected package node-parallel-transform. Preparing to unpack .../087-node-parallel-transform_1.1.0-2_all.deb ... Unpacking node-parallel-transform (1.1.0-2) ... Selecting previously unselected package node-pump. Preparing to unpack .../088-node-pump_3.0.0-1_all.deb ... Unpacking node-pump (3.0.0-1) ... Selecting previously unselected package node-pumpify. Preparing to unpack .../089-node-pumpify_1.5.1-1_all.deb ... Unpacking node-pumpify (1.5.1-1) ... Selecting previously unselected package node-stream-each. Preparing to unpack .../090-node-stream-each_1.2.2-2_all.deb ... Unpacking node-stream-each (1.2.2-2) ... Selecting previously unselected package node-xtend. Preparing to unpack .../091-node-xtend_4.0.1-2_all.deb ... Unpacking node-xtend (4.0.1-2) ... Selecting previously unselected package node-through2. Preparing to unpack .../092-node-through2_2.0.5-2_all.deb ... Unpacking node-through2 (2.0.5-2) ... Selecting previously unselected package node-mississippi. Preparing to unpack .../093-node-mississippi_3.0.0-1_all.deb ... Unpacking node-mississippi (3.0.0-1) ... Selecting previously unselected package node-mkdirp. Preparing to unpack .../094-node-mkdirp_0.5.1-1_all.deb ... Unpacking node-mkdirp (0.5.1-1) ... Selecting previously unselected package node-run-queue. Preparing to unpack .../095-node-run-queue_1.0.3-1_all.deb ... Unpacking node-run-queue (1.0.3-1) ... Selecting previously unselected package node-rimraf. Preparing to unpack .../096-node-rimraf_2.6.2-1_all.deb ... Unpacking node-rimraf (2.6.2-1) ... Selecting previously unselected package node-imurmurhash. Preparing to unpack .../097-node-imurmurhash_0.1.4-1_all.deb ... Unpacking node-imurmurhash (0.1.4-1) ... Selecting previously unselected package node-iferr. Preparing to unpack .../098-node-iferr_1.0.2-1_all.deb ... Unpacking node-iferr (1.0.2-1) ... Selecting previously unselected package node-fs-write-stream-atomic. Preparing to unpack .../099-node-fs-write-stream-atomic_1.0.10-4_all.deb ... Unpacking node-fs-write-stream-atomic (1.0.10-4) ... Selecting previously unselected package node-copy-concurrently. Preparing to unpack .../100-node-copy-concurrently_1.0.5-4_all.deb ... Unpacking node-copy-concurrently (1.0.5-4) ... Selecting previously unselected package node-move-concurrently. Preparing to unpack .../101-node-move-concurrently_1.0.1-2_all.deb ... Unpacking node-move-concurrently (1.0.1-2) ... Selecting previously unselected package node-promise-inflight. Preparing to unpack .../102-node-promise-inflight_1.0.1-1_all.deb ... Unpacking node-promise-inflight (1.0.1-1) ... Selecting previously unselected package node-ssri. Preparing to unpack .../103-node-ssri_5.2.4-2_all.deb ... Unpacking node-ssri (5.2.4-2) ... Selecting previously unselected package node-unique-filename. Preparing to unpack .../104-node-unique-filename_1.1.0+ds-2_all.deb ... Unpacking node-unique-filename (1.1.0+ds-2) ... Selecting previously unselected package node-y18n. Preparing to unpack .../105-node-y18n_3.2.1-2+deb10u1_all.deb ... Unpacking node-y18n (3.2.1-2+deb10u1) ... Selecting previously unselected package node-cacache. Preparing to unpack .../106-node-cacache_11.3.2-2_all.deb ... Unpacking node-cacache (11.3.2-2) ... Selecting previously unselected package node-call-limit. Preparing to unpack .../107-node-call-limit_1.1.0-1_all.deb ... Unpacking node-call-limit (1.1.0-1) ... Selecting previously unselected package node-caseless. Preparing to unpack .../108-node-caseless_0.12.0-1_all.deb ... Unpacking node-caseless (0.12.0-1) ... Selecting previously unselected package node-wrap-ansi. Preparing to unpack .../109-node-wrap-ansi_4.0.0-1_all.deb ... Unpacking node-wrap-ansi (4.0.0-1) ... Selecting previously unselected package node-cliui. Preparing to unpack .../110-node-cliui_4.1.0-1_all.deb ... Unpacking node-cliui (4.1.0-1) ... Selecting previously unselected package node-delayed-stream. Preparing to unpack .../111-node-delayed-stream_0.0.5-1_all.deb ... Unpacking node-delayed-stream (0.0.5-1) ... Selecting previously unselected package node-combined-stream. Preparing to unpack .../112-node-combined-stream_1.0.7-1_all.deb ... Unpacking node-combined-stream (1.0.7-1) ... Selecting previously unselected package node-proto-list. Preparing to unpack .../113-node-proto-list_1.2.4-1_all.deb ... Unpacking node-proto-list (1.2.4-1) ... Selecting previously unselected package node-ini. Preparing to unpack .../114-node-ini_1.3.5-1+deb10u1_all.deb ... Unpacking node-ini (1.3.5-1+deb10u1) ... Selecting previously unselected package node-config-chain. Preparing to unpack .../115-node-config-chain_1.1.11-1_all.deb ... Unpacking node-config-chain (1.1.11-1) ... Selecting previously unselected package node-console-control-strings. Preparing to unpack .../116-node-console-control-strings_1.1.0-1_all.deb ... Unpacking node-console-control-strings (1.1.0-1) ... Selecting previously unselected package node-dashdash. Preparing to unpack .../117-node-dashdash_1.14.1-2_all.deb ... Unpacking node-dashdash (1.14.1-2) ... Selecting previously unselected package node-decamelize. Preparing to unpack .../118-node-decamelize_1.2.0-1_all.deb ... Unpacking node-decamelize (1.2.0-1) ... Selecting previously unselected package node-mimic-response. Preparing to unpack .../119-node-mimic-response_1.0.0-1_all.deb ... Unpacking node-mimic-response (1.0.0-1) ... Selecting previously unselected package node-decompress-response. Preparing to unpack .../120-node-decompress-response_3.3.0-1_all.deb ... Unpacking node-decompress-response (3.3.0-1) ... Selecting previously unselected package node-deep-extend. Preparing to unpack .../121-node-deep-extend_0.4.1-2_all.deb ... Unpacking node-deep-extend (0.4.1-2) ... Selecting previously unselected package node-detect-indent. Preparing to unpack .../122-node-detect-indent_5.0.0-1_all.deb ... Unpacking node-detect-indent (5.0.0-1) ... Selecting previously unselected package node-detect-newline. Preparing to unpack .../123-node-detect-newline_2.1.0-1_all.deb ... Unpacking node-detect-newline (2.1.0-1) ... Selecting previously unselected package node-duplexer3. Preparing to unpack .../124-node-duplexer3_0.1.4-4_all.deb ... Unpacking node-duplexer3 (0.1.4-4) ... Selecting previously unselected package node-jsbn. Preparing to unpack .../125-node-jsbn_1.1.0-1_all.deb ... Unpacking node-jsbn (1.1.0-1) ... Selecting previously unselected package node-ecc-jsbn. Preparing to unpack .../126-node-ecc-jsbn_0.1.1-1_all.deb ... Unpacking node-ecc-jsbn (0.1.1-1) ... Selecting previously unselected package node-editor. Preparing to unpack .../127-node-editor_1.0.0-1_all.deb ... Unpacking node-editor (1.0.0-1) ... Selecting previously unselected package node-extend. Preparing to unpack .../128-node-extend_3.0.2-1_all.deb ... Unpacking node-extend (3.0.2-1) ... Selecting previously unselected package node-extsprintf. Preparing to unpack .../129-node-extsprintf_1.3.0-1_all.deb ... Unpacking node-extsprintf (1.3.0-1) ... Selecting previously unselected package node-p-limit. Preparing to unpack .../130-node-p-limit_1.1.0-1_all.deb ... Unpacking node-p-limit (1.1.0-1) ... Selecting previously unselected package node-p-locate. Preparing to unpack .../131-node-p-locate_2.0.0-1_all.deb ... Unpacking node-p-locate (2.0.0-1) ... Selecting previously unselected package node-path-exists. Preparing to unpack .../132-node-path-exists_3.0.0-1_all.deb ... Unpacking node-path-exists (3.0.0-1) ... Selecting previously unselected package node-locate-path. Preparing to unpack .../133-node-locate-path_2.0.0-1_all.deb ... Unpacking node-locate-path (2.0.0-1) ... Selecting previously unselected package node-find-up. Preparing to unpack .../134-node-find-up_2.1.0-1_all.deb ... Unpacking node-find-up (2.1.0-1) ... Selecting previously unselected package node-forever-agent. Preparing to unpack .../135-node-forever-agent_0.6.1-1_all.deb ... Unpacking node-forever-agent (0.6.1-1) ... Selecting previously unselected package node-mime-types. Preparing to unpack .../136-node-mime-types_2.1.21-1_all.deb ... Unpacking node-mime-types (2.1.21-1) ... Selecting previously unselected package node-form-data. Preparing to unpack .../137-node-form-data_2.3.2-2_all.deb ... Unpacking node-form-data (2.3.2-2) ... Selecting previously unselected package node-path-is-inside. Preparing to unpack .../138-node-path-is-inside_1.0.2-1_all.deb ... Unpacking node-path-is-inside (1.0.2-1) ... Selecting previously unselected package node-fs-vacuum. Preparing to unpack .../139-node-fs-vacuum_1.2.10-2_all.deb ... Unpacking node-fs-vacuum (1.2.10-2) ... Selecting previously unselected package node-object-assign. Preparing to unpack .../140-node-object-assign_4.1.1-2_all.deb ... Unpacking node-object-assign (4.1.1-2) ... Selecting previously unselected package node-has-unicode. Preparing to unpack .../141-node-has-unicode_2.0.1-2_all.deb ... Unpacking node-has-unicode (2.0.1-2) ... Selecting previously unselected package node-wide-align. Preparing to unpack .../142-node-wide-align_1.1.0-1_all.deb ... Unpacking node-wide-align (1.1.0-1) ... Selecting previously unselected package node-gauge. Preparing to unpack .../143-node-gauge_2.7.4-1_all.deb ... Unpacking node-gauge (2.7.4-1) ... Selecting previously unselected package node-get-caller-file. Preparing to unpack .../144-node-get-caller-file_1.0.2-1_all.deb ... Unpacking node-get-caller-file (1.0.2-1) ... Selecting previously unselected package node-getpass. Preparing to unpack .../145-node-getpass_0.1.7-1_all.deb ... Unpacking node-getpass (0.1.7-1) ... Selecting previously unselected package node-is-retry-allowed. Preparing to unpack .../146-node-is-retry-allowed_1.1.0-1_all.deb ... Unpacking node-is-retry-allowed (1.1.0-1) ... Selecting previously unselected package node-p-cancelable. Preparing to unpack .../147-node-p-cancelable_0.3.0-1_all.deb ... Unpacking node-p-cancelable (0.3.0-1) ... Selecting previously unselected package node-p-timeout. Preparing to unpack .../148-node-p-timeout_1.2.0-1_all.deb ... Unpacking node-p-timeout (1.2.0-1) ... Selecting previously unselected package node-is-plain-obj. Preparing to unpack .../149-node-is-plain-obj_1.1.0-1_all.deb ... Unpacking node-is-plain-obj (1.1.0-1) ... Selecting previously unselected package node-url-to-options. Preparing to unpack .../150-node-url-to-options_1.0.1-1_all.deb ... Unpacking node-url-to-options (1.0.1-1) ... Selecting previously unselected package node-timed-out. Preparing to unpack .../151-node-timed-out_4.0.1-4_all.deb ... Unpacking node-timed-out (4.0.1-4) ... Selecting previously unselected package node-lowercase-keys. Preparing to unpack .../152-node-lowercase-keys_1.0.0-2_all.deb ... Unpacking node-lowercase-keys (1.0.0-2) ... Selecting previously unselected package node-is-object. Preparing to unpack .../153-node-is-object_1.0.1-1_all.deb ... Unpacking node-is-object (1.0.1-1) ... Selecting previously unselected package node-has-symbol-support-x. Preparing to unpack .../154-node-has-symbol-support-x_1.4.1+dfsg-1_all.deb ... Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ... Selecting previously unselected package node-has-to-string-tag-x. Preparing to unpack .../155-node-has-to-string-tag-x_1.4.1+dfsg-1_all.deb ... Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ... Selecting previously unselected package node-isurl. Preparing to unpack .../156-node-isurl_1.0.0-1_all.deb ... Unpacking node-isurl (1.0.0-1) ... Selecting previously unselected package node-prepend-http. Preparing to unpack .../157-node-prepend-http_2.0.0-1_all.deb ... Unpacking node-prepend-http (2.0.0-1) ... Selecting previously unselected package node-url-parse-lax. Preparing to unpack .../158-node-url-parse-lax_1.0.0-1_all.deb ... Unpacking node-url-parse-lax (1.0.0-1) ... Selecting previously unselected package node-got. Preparing to unpack .../159-node-got_7.1.0-1_all.deb ... Unpacking node-got (7.1.0-1) ... Selecting previously unselected package node-nopt. Preparing to unpack .../160-node-nopt_3.0.6-3_all.deb ... Unpacking node-nopt (3.0.6-3) ... Selecting previously unselected package node-set-blocking. Preparing to unpack .../161-node-set-blocking_2.0.0-1_all.deb ... Unpacking node-set-blocking (2.0.0-1) ... Selecting previously unselected package node-npmlog. Preparing to unpack .../162-node-npmlog_4.1.2-1_all.deb ... Unpacking node-npmlog (4.1.2-1) ... Selecting previously unselected package node-osenv. Preparing to unpack .../163-node-osenv_0.1.5-1_all.deb ... Unpacking node-osenv (0.1.5-1) ... Selecting previously unselected package node-har-schema. Preparing to unpack .../164-node-har-schema_2.0.0-1_all.deb ... Unpacking node-har-schema (2.0.0-1) ... Selecting previously unselected package node-har-validator. Preparing to unpack .../165-node-har-validator_5.1.0-1_all.deb ... Unpacking node-har-validator (5.1.0-1) ... Selecting previously unselected package node-json-schema. Preparing to unpack .../166-node-json-schema_0.2.3-1+deb10u1_all.deb ... Unpacking node-json-schema (0.2.3-1+deb10u1) ... Selecting previously unselected package node-verror. Preparing to unpack .../167-node-verror_1.10.0-1_all.deb ... Unpacking node-verror (1.10.0-1) ... Selecting previously unselected package node-jsprim. Preparing to unpack .../168-node-jsprim_1.4.0-1_all.deb ... Unpacking node-jsprim (1.4.0-1) ... Selecting previously unselected package node-sshpk. Preparing to unpack .../169-node-sshpk_1.13.1+dfsg-2_all.deb ... Unpacking node-sshpk (1.13.1+dfsg-2) ... Selecting previously unselected package node-http-signature. Preparing to unpack .../170-node-http-signature_1.2.0-1_all.deb ... Unpacking node-http-signature (1.2.0-1) ... Selecting previously unselected package node-is-typedarray. Preparing to unpack .../171-node-is-typedarray_1.0.0-2_all.deb ... Unpacking node-is-typedarray (1.0.0-2) ... Selecting previously unselected package node-isstream. Preparing to unpack .../172-node-isstream_0.1.2+dfsg-1_all.deb ... Unpacking node-isstream (0.1.2+dfsg-1) ... Selecting previously unselected package node-json-stringify-safe. Preparing to unpack .../173-node-json-stringify-safe_5.0.1-1_all.deb ... Unpacking node-json-stringify-safe (5.0.1-1) ... Selecting previously unselected package node-oauth-sign. Preparing to unpack .../174-node-oauth-sign_0.9.0-1_all.deb ... Unpacking node-oauth-sign (0.9.0-1) ... Selecting previously unselected package node-performance-now. Preparing to unpack .../175-node-performance-now_2.1.0+debian-1_all.deb ... Unpacking node-performance-now (2.1.0+debian-1) ... Selecting previously unselected package node-qs. Preparing to unpack .../176-node-qs_6.5.2-1+deb10u1_all.deb ... Unpacking node-qs (6.5.2-1+deb10u1) ... Selecting previously unselected package node-punycode. Preparing to unpack .../177-node-punycode_2.1.1-2_all.deb ... Unpacking node-punycode (2.1.1-2) ... Selecting previously unselected package node-tough-cookie. Preparing to unpack .../178-node-tough-cookie_2.3.4+dfsg-1+deb10u1_all.deb ... Unpacking node-tough-cookie (2.3.4+dfsg-1+deb10u1) ... Selecting previously unselected package node-tunnel-agent. Preparing to unpack .../179-node-tunnel-agent_0.6.1-1_all.deb ... Unpacking node-tunnel-agent (0.6.1-1) ... Selecting previously unselected package node-uuid. Preparing to unpack .../180-node-uuid_3.3.2-2_all.deb ... Unpacking node-uuid (3.3.2-2) ... Selecting previously unselected package node-node-uuid. Preparing to unpack .../181-node-node-uuid_3.3.2-2_all.deb ... Unpacking node-node-uuid (3.3.2-2) ... Selecting previously unselected package node-request. Preparing to unpack .../182-node-request_2.88.1-2_all.deb ... Unpacking node-request (2.88.1-2) ... Selecting previously unselected package node-semver. Preparing to unpack .../183-node-semver_5.5.1-1_all.deb ... Unpacking node-semver (5.5.1-1) ... Selecting previously unselected package node-tar. Preparing to unpack .../184-node-tar_4.4.6+ds1-3+deb10u2_all.deb ... Unpacking node-tar (4.4.6+ds1-3+deb10u2) ... Selecting previously unselected package node-gyp. Preparing to unpack .../185-node-gyp_3.8.0-6_all.deb ... Unpacking node-gyp (3.8.0-6) ... Selecting previously unselected package node-hosted-git-info. Preparing to unpack .../186-node-hosted-git-info_2.7.1-1+deb10u1_all.deb ... Unpacking node-hosted-git-info (2.7.1-1+deb10u1) ... Selecting previously unselected package node-iconv-lite. Preparing to unpack .../187-node-iconv-lite_0.4.13-2_all.deb ... Unpacking node-iconv-lite (0.4.13-2) ... Selecting previously unselected package node-import-lazy. Preparing to unpack .../188-node-import-lazy_3.0.0.REALLY.2.1.0-1_all.deb ... Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ... Selecting previously unselected package node-invert-kv. Preparing to unpack .../189-node-invert-kv_1.0.0-1_all.deb ... Unpacking node-invert-kv (1.0.0-1) ... Selecting previously unselected package node-is-builtin-module. Preparing to unpack .../190-node-is-builtin-module_2.0.0-1_all.deb ... Unpacking node-is-builtin-module (2.0.0-1) ... Selecting previously unselected package node-is-npm. Preparing to unpack .../191-node-is-npm_1.0.0-1_all.deb ... Unpacking node-is-npm (1.0.0-1) ... Selecting previously unselected package node-json-parse-better-errors. Preparing to unpack .../192-node-json-parse-better-errors_1.0.2-2_all.deb ... Unpacking node-json-parse-better-errors (1.0.2-2) ... Selecting previously unselected package node-jsonparse. Preparing to unpack .../193-node-jsonparse_1.3.1-6_all.deb ... Unpacking node-jsonparse (1.3.1-6) ... Selecting previously unselected package node-through. Preparing to unpack .../194-node-through_2.3.8-1_all.deb ... Unpacking node-through (2.3.8-1) ... Selecting previously unselected package node-jsonstream. Preparing to unpack .../195-node-jsonstream_1.3.2-1_all.deb ... Unpacking node-jsonstream (1.3.2-1) ... Selecting previously unselected package node-minimist. Preparing to unpack .../196-node-minimist_1.2.0-1+deb10u2_all.deb ... Unpacking node-minimist (1.2.0-1+deb10u2) ... Selecting previously unselected package node-strip-json-comments. Preparing to unpack .../197-node-strip-json-comments_2.0.1-2_all.deb ... Unpacking node-strip-json-comments (2.0.1-2) ... Selecting previously unselected package node-rc. Preparing to unpack .../198-node-rc_1.1.6-2_all.deb ... Unpacking node-rc (1.1.6-2) ... Selecting previously unselected package node-registry-url. Preparing to unpack .../199-node-registry-url_3.1.0-1_all.deb ... Unpacking node-registry-url (3.1.0-1) ... Selecting previously unselected package node-registry-auth-token. Preparing to unpack .../200-node-registry-auth-token_3.3.1-1_all.deb ... Unpacking node-registry-auth-token (3.3.1-1) ... Selecting previously unselected package node-package-json. Preparing to unpack .../201-node-package-json_4.0.1-1_all.deb ... Unpacking node-package-json (4.0.1-1) ... Selecting previously unselected package node-latest-version. Preparing to unpack .../202-node-latest-version_3.1.0-1_all.deb ... Unpacking node-latest-version (3.1.0-1) ... Selecting previously unselected package node-lazy-property. Preparing to unpack .../203-node-lazy-property_1.0.0-3_all.deb ... Unpacking node-lazy-property (1.0.0-3) ... Selecting previously unselected package node-lcid. Preparing to unpack .../204-node-lcid_1.0.0-1_all.deb ... Unpacking node-lcid (1.0.0-1) ... Selecting previously unselected package node-validate-npm-package-name. Preparing to unpack .../205-node-validate-npm-package-name_3.0.0-1_all.deb ... Unpacking node-validate-npm-package-name (3.0.0-1) ... Selecting previously unselected package node-npm-package-arg. Preparing to unpack .../206-node-npm-package-arg_6.0.0-2_all.deb ... Unpacking node-npm-package-arg (6.0.0-2) ... Selecting previously unselected package node-require-directory. Preparing to unpack .../207-node-require-directory_2.1.1-1_all.deb ... Unpacking node-require-directory (2.1.1-1) ... Selecting previously unselected package node-require-main-filename. Preparing to unpack .../208-node-require-main-filename_1.0.1-1_all.deb ... Unpacking node-require-main-filename (1.0.1-1) ... Selecting previously unselected package node-which-module. Preparing to unpack .../209-node-which-module_2.0.0-1_all.deb ... Unpacking node-which-module (2.0.0-1) ... Selecting previously unselected package node-mimic-fn. Preparing to unpack .../210-node-mimic-fn_1.1.0-1_all.deb ... Unpacking node-mimic-fn (1.1.0-1) ... Selecting previously unselected package node-mem. Preparing to unpack .../211-node-mem_1.1.0-1_all.deb ... Unpacking node-mem (1.1.0-1) ... Selecting previously unselected package node-os-locale. Preparing to unpack .../212-node-os-locale_2.0.0-1_all.deb ... Unpacking node-os-locale (2.0.0-1) ... Selecting previously unselected package node-yargs-parser. Preparing to unpack .../213-node-yargs-parser_11.1.1-1+deb10u1_all.deb ... Unpacking node-yargs-parser (11.1.1-1+deb10u1) ... Selecting previously unselected package node-yargs. Preparing to unpack .../214-node-yargs_10.0.3-2_all.deb ... Unpacking node-yargs (10.0.3-2) ... Selecting previously unselected package node-libnpx. Preparing to unpack .../215-node-libnpx_10.2.0+repack-1_all.deb ... Unpacking node-libnpx (10.2.0+repack-1) ... Selecting previously unselected package node-lockfile. Preparing to unpack .../216-node-lockfile_1.0.4-1_all.deb ... Unpacking node-lockfile (1.0.4-1) ... Selecting previously unselected package node-mute-stream. Preparing to unpack .../217-node-mute-stream_0.0.8-1_all.deb ... Unpacking node-mute-stream (0.0.8-1) ... Selecting previously unselected package node-spdx-license-ids. Preparing to unpack .../218-node-spdx-license-ids_1.2.2-1_all.deb ... Unpacking node-spdx-license-ids (1.2.2-1) ... Selecting previously unselected package node-spdx-correct. Preparing to unpack .../219-node-spdx-correct_1.0.2-1_all.deb ... Unpacking node-spdx-correct (1.0.2-1) ... Selecting previously unselected package node-spdx-expression-parse. Preparing to unpack .../220-node-spdx-expression-parse_1.0.4-1_all.deb ... Unpacking node-spdx-expression-parse (1.0.4-1) ... Selecting previously unselected package node-validate-npm-package-license. Preparing to unpack .../221-node-validate-npm-package-license_3.0.1-1_all.deb ... Unpacking node-validate-npm-package-license (3.0.1-1) ... Selecting previously unselected package node-normalize-package-data. Preparing to unpack .../222-node-normalize-package-data_2.4.0-1_all.deb ... Unpacking node-normalize-package-data (2.4.0-1) ... Selecting previously unselected package node-opener. Preparing to unpack .../223-node-opener_1.4.3-1_all.deb ... Unpacking node-opener (1.4.3-1) ... Selecting previously unselected package node-read. Preparing to unpack .../224-node-read_1.0.7-1_all.deb ... Unpacking node-read (1.0.7-1) ... Selecting previously unselected package node-promzard. Preparing to unpack .../225-node-promzard_0.3.0-1_all.deb ... Unpacking node-promzard (0.3.0-1) ... Selecting previously unselected package node-qw. Preparing to unpack .../226-node-qw_1.0.1-1_all.deb ... Unpacking node-qw (1.0.1-1) ... Selecting previously unselected package node-slash. Preparing to unpack .../227-node-slash_1.0.0-1_all.deb ... Unpacking node-slash (1.0.0-1) ... Selecting previously unselected package node-read-package-json. Preparing to unpack .../228-node-read-package-json_2.0.13-1_all.deb ... Unpacking node-read-package-json (2.0.13-1) ... Selecting previously unselected package node-resolve-from. Preparing to unpack .../229-node-resolve-from_4.0.0-1_all.deb ... Unpacking node-resolve-from (4.0.0-1) ... Selecting previously unselected package node-retry. Preparing to unpack .../230-node-retry_0.10.1-1_all.deb ... Unpacking node-retry (0.10.1-1) ... Selecting previously unselected package node-semver-diff. Preparing to unpack .../231-node-semver-diff_2.1.0-2_all.deb ... Unpacking node-semver-diff (2.1.0-2) ... Selecting previously unselected package node-sha. Preparing to unpack .../232-node-sha_2.0.1-1_all.deb ... Unpacking node-sha (2.0.1-1) ... Selecting previously unselected package node-slide. Preparing to unpack .../233-node-slide_1.1.6-2_all.deb ... Unpacking node-slide (1.1.6-2) ... Selecting previously unselected package node-sorted-object. Preparing to unpack .../234-node-sorted-object_2.0.1-1_all.deb ... Unpacking node-sorted-object (2.0.1-1) ... Selecting previously unselected package node-stream-iterate. Preparing to unpack .../235-node-stream-iterate_1.2.0-4_all.deb ... Unpacking node-stream-iterate (1.2.0-4) ... Selecting previously unselected package node-text-table. Preparing to unpack .../236-node-text-table_0.2.0-2_all.deb ... Unpacking node-text-table (0.2.0-2) ... Selecting previously unselected package node-uid-number. Preparing to unpack .../237-node-uid-number_0.0.6-1_all.deb ... Unpacking node-uid-number (0.0.6-1) ... Selecting previously unselected package node-unpipe. Preparing to unpack .../238-node-unpipe_1.0.0-1_all.deb ... Unpacking node-unpipe (1.0.0-1) ... Selecting previously unselected package node-write-file-atomic. Preparing to unpack .../239-node-write-file-atomic_2.3.0-1_all.deb ... Unpacking node-write-file-atomic (2.3.0-1) ... Selecting previously unselected package node-xdg-basedir. Preparing to unpack .../240-node-xdg-basedir_3.0.0-1_all.deb ... Unpacking node-xdg-basedir (3.0.0-1) ... Selecting previously unselected package node-encoding. Preparing to unpack .../241-node-encoding_0.1.12-2_all.deb ... Unpacking node-encoding (0.1.12-2) ... Selecting previously unselected package node-prr. Preparing to unpack .../242-node-prr_1.0.1-1_all.deb ... Unpacking node-prr (1.0.1-1) ... Selecting previously unselected package node-errno. Preparing to unpack .../243-node-errno_0.1.4-1_all.deb ... Unpacking node-errno (0.1.4-1) ... Selecting previously unselected package npm. Preparing to unpack .../244-npm_5.8.0+ds6-4+deb10u2_all.deb ... Unpacking npm (5.8.0+ds6-4+deb10u2) ... Setting up node-forever-agent (0.6.1-1) ... Setting up node-unpipe (1.0.0-1) ... Setting up node-qs (6.5.2-1+deb10u1) ... Setting up node-slide (1.1.6-2) ... Setting up node-delayed-stream (0.0.5-1) ... Setting up node-isstream (0.1.2+dfsg-1) ... Setting up node-builtins (1.0.3-1) ... Setting up node-stream-shift (1.0.0-1) ... Setting up libuv1-dev:armhf (1.24.1-1+deb10u1) ... Setting up node-fs.realpath (1.0.0-1) ... Setting up node-oauth-sign (0.9.0-1) ... Setting up node-url-to-options (1.0.1-1) ... Setting up node-jsbn (1.1.0-1) ... Setting up node-object-assign (4.1.1-2) ... Setting up node-extsprintf (1.3.0-1) ... Setting up node-abbrev (1.1.1-1) ... Setting up node-path-is-inside (1.0.2-1) ... Setting up node-invert-kv (1.0.0-1) ... Setting up node-p-limit (1.1.0-1) ... Setting up node-yallist (3.0.3-1) ... Setting up libjs-inherits (2.0.3-1) ... Setting up node-p-cancelable (0.3.0-1) ... Setting up node-ansi-regex (3.0.0-1+deb10u1) ... Setting up node-timed-out (4.0.1-4) ... Setting up node-strip-json-comments (2.0.1-2) ... Setting up libnode-dev:armhf (10.24.0~dfsg-1~deb10u3) ... Setting up node-slash (1.0.0-1) ... Setting up node-util-deprecate (1.0.2-1) ... Setting up node-editor (1.0.0-1) ... Setting up node-retry (0.10.1-1) ... Setting up node-get-caller-file (1.0.2-1) ... Setting up node-require-main-filename (1.0.1-1) ... Setting up node-concat-map (0.0.1-1) ... Setting up node-import-lazy (3.0.0.REALLY.2.1.0-1) ... Setting up node-is-retry-allowed (1.1.0-1) ... Setting up node-assert-plus (1.0.0-1) ... Setting up node-ansistyles (0.1.3-1) ... Setting up node-delegates (1.0.0-1) ... Setting up node-xdg-basedir (3.0.0-1) ... Setting up node-co (4.6.0-1) ... Setting up node-isexe (2.0.0-4) ... Setting up node-jsonparse (1.3.1-6) ... Setting up node-path-exists (3.0.0-1) ... Setting up node-qw (1.0.1-1) ... Setting up node-tweetnacl (0.14.5+dfsg-3) ... Setting up node-escape-string-regexp (1.0.5-1) ... Setting up node-are-we-there-yet (1.1.4-1) ... Setting up node-through (2.3.8-1) ... Setting up node-p-locate (2.0.0-1) ... Setting up node-which-module (2.0.0-1) ... Setting up node-decamelize (1.2.0-1) ... Setting up node-aws-sign2 (0.7.1-1) ... Setting up node-color-name (1.1.3-1) ... Setting up node-bluebird (3.5.1+dfsg2-2) ... Setting up node-console-control-strings (1.1.0-1) ... Setting up node-camelcase (5.0.0-1) ... Setting up node-uuid (3.3.2-2) ... Setting up node-extend (3.0.2-1) ... Setting up node-jsonstream (1.3.2-1) ... Setting up node-lazy-property (1.0.0-3) ... Setting up node-minimist (1.2.0-1+deb10u2) ... Setting up node-aws4 (1.8.0-1) ... Setting up node-yargs-parser (11.1.1-1+deb10u1) ... Setting up node-prepend-http (2.0.0-1) ... Setting up node-typedarray (0.0.6-1) ... Setting up node-dashdash (1.14.1-2) ... Setting up node-clone (2.1.2-1) ... Setting up node-iferr (1.0.2-1) ... Setting up node-chownr (1.1.1-1) ... Setting up node-has-flag (2.0.0-1) ... Setting up node-validate-npm-package-name (3.0.0-1) ... Setting up node-inherits (2.0.3-1) ... Setting up node-builtin-modules (3.0.0-1) ... Setting up node-path-is-absolute (1.0.0-1) ... Setting up node-locate-path (2.0.0-1) ... Setting up node-ini (1.3.5-1+deb10u1) ... Setting up node-iconv-lite (0.4.13-2) ... Setting up node-is-npm (1.0.0-1) ... Setting up node-ecc-jsbn (0.1.1-1) ... Setting up node-safe-buffer (5.1.2-1) ... Setting up node-promise-inflight (1.0.1-1) ... Setting up node-combined-stream (1.0.7-1) ... Setting up node-json-stringify-safe (5.0.1-1) ... Setting up node-json-parse-better-errors (1.0.2-2) ... Setting up node-y18n (3.2.1-2+deb10u1) ... Setting up node-detect-newline (2.1.0-1) ... Setting up node-shebang-regex (2.0.0-1) ... Setting up node-har-schema (2.0.0-1) ... Setting up node-mime-types (2.1.21-1) ... Setting up node-performance-now (2.1.0+debian-1) ... Setting up node-resolve-from (4.0.0-1) ... Setting up node-balanced-match (0.4.2-1) ... Setting up node-ansi (0.3.0-3) ... Setting up node-brace-expansion (1.1.8-1) ... Setting up node-is-object (1.0.1-1) ... Setting up node-is-stream (1.1.0-1) ... Setting up node-deep-extend (0.4.1-2) ... Setting up node-p-finally (1.0.0-2) ... Setting up node-get-stream (3.0.0-1) ... Setting up node-strip-ansi (4.0.0-1) ... Setting up node-set-blocking (2.0.0-1) ... Setting up node-prr (1.0.1-1) ... Setting up node-tunnel-agent (0.6.1-1) ... Setting up node-uid-number (0.0.6-1) ... Setting up node-signal-exit (3.0.2-1) ... Setting up node-spdx-expression-parse (1.0.4-1) ... Setting up node-cyclist (1.0.1-2) ... Setting up node-which (1.3.0-2) ... Setting up node-lcid (1.0.0-1) ... Setting up node-wrappy (1.0.2-1) ... Setting up node-text-table (0.2.0-2) ... Setting up node-asynckit (0.4.0-2) ... Setting up node-proto-list (1.2.4-1) ... Setting up node-require-directory (2.1.1-1) ... Setting up node-punycode (2.1.1-2) ... Setting up node-concat-stream (1.6.2-1) ... Setting up node-defaults (1.0.3-1) ... Setting up node-mute-stream (0.0.8-1) ... Setting up node-mimic-response (1.0.0-1) ... Setting up node-duplexer3 (0.1.4-4) ... Setting up node-stream-iterate (1.2.0-4) ... Setting up node-graceful-fs (4.1.11-1) ... Setting up node-node-uuid (3.3.2-2) ... Setting up node-jsonify (0.0.0-1) ... Setting up node-json-stable-stringify (1.0.1-1) ... Setting up node-hosted-git-info (2.7.1-1+deb10u1) ... Setting up node-aproba (1.2.0-1) ... Setting up node-tough-cookie (2.3.4+dfsg-1+deb10u1) ... Setting up node-mimic-fn (1.1.0-1) ... Setting up node-rc (1.1.6-2) ... Setting up node-spdx-license-ids (1.2.2-1) ... Setting up node-string-decoder (1.2.0-1) ... Setting up node-mkdirp (0.5.1-1) ... Setting up node-run-queue (1.0.3-1) ... Setting up node-call-limit (1.1.0-1) ... Setting up node-core-util-is (1.0.2-1) ... Setting up node-json-schema (0.2.3-1+deb10u1) ... Setting up node-minimatch (3.0.4-3+deb10u1) ... Setting up node-is-builtin-module (2.0.0-1) ... Setting up node-cli-boxes (1.0.0-1) ... Setting up node-opener (1.4.3-1) ... Setting up node-archy (1.0.0-2) ... Setting up node-caseless (0.12.0-1) ... Setting up node-imurmurhash (0.1.4-1) ... Setting up node-xtend (4.0.1-2) ... Setting up node-p-timeout (1.2.0-1) ... Setting up node-verror (1.10.0-1) ... Setting up node-getpass (0.1.7-1) ... Setting up node-encoding (0.1.12-2) ... Setting up node-config-chain (1.1.11-1) ... Setting up node-read (1.0.7-1) ... Setting up node-detect-indent (5.0.0-1) ... Setting up node-nopt (3.0.6-3) ... Setting up node-npm-run-path (2.0.2-2) ... Setting up node-asn1 (0.2.3-1) ... Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ... Setting up node-sorted-object (2.0.1-1) ... Setting up node-color-convert (1.9.0-3) ... Setting up node-isarray (2.0.4-1) ... Setting up node-osenv (0.1.5-1) ... Setting up node-is-plain-obj (1.1.0-1) ... Setting up node-shebang-command (1.2.0-1) ... Setting up libjs-is-typedarray (1.0.0-2) ... Setting up node-lowercase-keys (1.0.0-2) ... Setting up node-decompress-response (3.3.0-1) ... Setting up node-strip-eof (1.0.0-2) ... Setting up node-process-nextick-args (2.0.0-1) ... Setting up node-semver (5.5.1-1) ... Setting up node-has-unicode (2.0.1-2) ... Setting up node-fs-write-stream-atomic (1.0.10-4) ... Setting up gyp (0.1+20180428git4d467626-3) ... Setting up node-readable-stream (2.3.6-1) ... Setting up node-ssri (5.2.4-2) ... Setting up node-through2 (2.0.5-2) ... Setting up node-lru-cache (5.1.1-4) ... Setting up node-bcrypt-pbkdf (1.0.1-1) ... Setting up node-mem (1.1.0-1) ... Setting up node-supports-color (4.4.0-2) ... Setting up node-once (1.4.0-3) ... Setting up node-write-file-atomic (2.3.0-1) ... Setting up node-jsprim (1.4.0-1) ... Setting up node-sha (2.0.1-1) ... Setting up node-url-parse-lax (1.0.0-1) ... Setting up node-flush-write-stream (1.0.3-1) ... Setting up node-ajv (5.0.0-1) ... Setting up node-errno (0.1.4-1) ... Setting up node-find-up (2.1.0-1) ... Setting up node-semver-diff (2.1.0-2) ... Setting up node-from2 (2.3.0-1) ... Setting up node-promzard (0.3.0-1) ... Setting up node-wcwidth.js (1.0.0-1) ... Setting up node-spdx-correct (1.0.2-1) ... Setting up node-unique-filename (1.1.0+ds-2) ... Setting up node-cross-spawn (5.1.0-2) ... Setting up node-ansi-styles (3.2.1-1) ... Setting up node-form-data (2.3.2-2) ... Setting up node-lockfile (1.0.4-1) ... Setting up node-chalk (2.3.0-2) ... Setting up node-parallel-transform (1.1.0-2) ... Setting up node-registry-url (3.1.0-1) ... Setting up node-is-typedarray (1.0.0-2) ... Setting up node-registry-auth-token (3.3.1-1) ... Setting up node-tar (4.4.6+ds1-3+deb10u2) ... Setting up node-inflight (1.0.6-1) ... Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ... Setting up node-npm-package-arg (6.0.0-2) ... Setting up node-isurl (1.0.0-1) ... Setting up node-string-width (2.1.1-1) ... Setting up node-sshpk (1.13.1+dfsg-2) ... Setting up node-har-validator (5.1.0-1) ... Setting up node-validate-npm-package-license (3.0.1-1) ... Setting up node-end-of-stream (1.4.1-1+deb10u1) ... Setting up node-execa (0.10.0+dfsg-1) ... Setting up node-pump (3.0.0-1) ... Setting up node-term-size (1.2.0+dfsg-2) ... Setting up node-os-locale (2.0.0-1) ... Setting up node-http-signature (1.2.0-1) ... Setting up node-duplexify (3.6.1-1) ... Setting up node-wrap-ansi (4.0.0-1) ... Setting up node-normalize-package-data (2.4.0-1) ... Setting up node-glob (7.1.3-2) ... Setting up node-pumpify (1.5.1-1) ... Setting up node-widest-line (1.2.2-1) ... Setting up node-got (7.1.0-1) ... Setting up node-package-json (4.0.1-1) ... Setting up node-latest-version (3.1.0-1) ... Setting up node-wide-align (1.1.0-1) ... Setting up node-ansi-align (2.0.0-1) ... Setting up node-request (2.88.1-2) ... Setting up node-cliui (4.1.0-1) ... Setting up node-rimraf (2.6.2-1) ... Setting up node-stream-each (1.2.2-2) ... Setting up node-yargs (10.0.3-2) ... Setting up node-mississippi (3.0.0-1) ... Setting up node-read-package-json (2.0.13-1) ... Setting up node-copy-concurrently (1.0.5-4) ... Setting up node-move-concurrently (1.0.1-2) ... Setting up node-fs-vacuum (1.2.10-2) ... Setting up node-gauge (2.7.4-1) ... Setting up node-boxen (1.2.2-1) ... Setting up node-libnpx (10.2.0+repack-1) ... Setting up node-npmlog (4.1.2-1) ... Setting up node-cacache (11.3.2-2) ... Setting up node-gyp (3.8.0-6) ... Setting up npm (5.8.0+ds6-4+deb10u2) ... Processing triggers for man-db (2.8.5-2) ... npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm@10.2.0 had bundled packages that do not match the required version(s). They have been replaced with non-bundled versions. npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "npm:": npm:string-width@^4.2.0 npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-10-11T17_15_18_310Z-debug.log npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ [Check Prefix : /usr/local and sudo prefix : /usr/local and www-data prefix : /usr/local : [ OK ] + echo 3 + sudo chmod +x /var/www/html/core/class/../../resources/install_nodejs.sh + sudo /var/www/html/core/class/../../resources/install_nodejs.sh Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://mirrordirector.raspbian.org/raspbian buster InRelease Hit:4 https://download.docker.com/linux/debian buster InRelease Hit:5 https://deb.nodesource.com/node_16.x buster InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... apt-utils is already the newest version (1.8.2.3). build-essential is already the newest version (12.6). git is already the newest version (1:2.20.1-2+deb10u8). lsb-release is already the newest version (10.2019051400+rpi1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [Check Version NodeJS actuelle : v10.24.0 : [ KO ] Installation de NodeJS 16 npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ Utilisation du dépot officiel ================================================================================ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ================================================================================ SCRIPT DEPRECATION WARNING This script, located at https://deb.nodesource.com/setup_X, used to install Node.js is deprecated now and will eventually be made inactive. Please visit the NodeSource distributions Github and follow the instructions to migrate your repo. https://github.com/nodesource/distributions The NodeSource Node.js Linux distributions GitHub repository contains information about which versions of Node.js and which Linux distributions are supported and how to install it. https://github.com/nodesource/distributions SCRIPT DEPRECATION WARNING ================================================================================ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ================================================================================ TO AVOID THIS WAIT MIGRATE THE SCRIPT Continuing in 60 seconds (press Ctrl-C to abort) ... ## Installing the NodeSource Node.js 16.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://mirrordirector.raspbian.org/raspbian buster InRelease Hit:4 https://download.docker.com/linux/debian buster InRelease Hit:5 https://deb.nodesource.com/node_16.x buster InRelease Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.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 16.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.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_16.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://mirrordirector.raspbian.org/raspbian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://archive.raspberrypi.org/debian buster InRelease Hit:4 https://download.docker.com/linux/debian buster InRelease Hit:5 https://deb.nodesource.com/node_16.x buster InRelease Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 16.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 additional packages will be installed: libc-ares2 libnode64 nodejs-doc Suggested packages: npm The following NEW packages will be installed: libc-ares2 libnode64 nodejs nodejs-doc 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/6005 kB of archives. After this operation, 27.5 MB of additional disk space will be used. Selecting previously unselected package libc-ares2:armhf. (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 ... 200308 files and directories currently installed.) Preparing to unpack .../libc-ares2_1.14.0-1+deb10u4_armhf.deb ... Unpacking libc-ares2:armhf (1.14.0-1+deb10u4) ... Selecting previously unselected package libnode64:armhf. Preparing to unpack .../libnode64_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking libnode64:armhf (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package nodejs. Preparing to unpack .../nodejs_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking nodejs (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package nodejs-doc. Preparing to unpack .../nodejs-doc_10.24.0~dfsg-1~deb10u3_all.deb ... Unpacking nodejs-doc (10.24.0~dfsg-1~deb10u3) ... Setting up libc-ares2:armhf (1.14.0-1+deb10u4) ... Setting up libnode64:armhf (10.24.0~dfsg-1~deb10u3) ... Setting up nodejs-doc (10.24.0~dfsg-1~deb10u3) ... Setting up nodejs (10.24.0~dfsg-1~deb10u3) ... update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode Processing triggers for libc-bin (2.28-10+rpt2+rpi1+deb10u2) ... Processing triggers for man-db (2.8.5-2) ... [Check Version NodeJS après install : v10.24.0 : [ KO ] -> relancez les dépendances Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gyp libjs-inherits libjs-is-typedarray libnode-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-combined-stream node-concat-map node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash node-decamelize node-decompress-response node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-npm-package-arg node-npm-run-path node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard node-proto-list node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser The following NEW packages will be installed: gyp libjs-inherits libjs-is-typedarray libnode-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-combined-stream node-concat-map node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash node-decamelize node-decompress-response node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-npm-package-arg node-npm-run-path node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard node-proto-list node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser npm 0 upgraded, 245 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/3686 kB of archives. After this operation, 19.7 MB of additional disk space will be used. Selecting previously unselected package gyp. (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 ... 200446 files and directories currently installed.) Preparing to unpack .../000-gyp_0.1+20180428git4d467626-3_all.deb ... Unpacking gyp (0.1+20180428git4d467626-3) ... Selecting previously unselected package libjs-is-typedarray. Preparing to unpack .../001-libjs-is-typedarray_1.0.0-2_all.deb ... Unpacking libjs-is-typedarray (1.0.0-2) ... Selecting previously unselected package libuv1-dev:armhf. Preparing to unpack .../002-libuv1-dev_1.24.1-1+deb10u1_armhf.deb ... Unpacking libuv1-dev:armhf (1.24.1-1+deb10u1) ... Selecting previously unselected package libnode-dev:armhf. Preparing to unpack .../003-libnode-dev_10.24.0~dfsg-1~deb10u3_armhf.deb ... Unpacking libnode-dev:armhf (10.24.0~dfsg-1~deb10u3) ... Selecting previously unselected package node-abbrev. Preparing to unpack .../004-node-abbrev_1.1.1-1_all.deb ... Unpacking node-abbrev (1.1.1-1) ... Selecting previously unselected package node-jsonify. Preparing to unpack .../005-node-jsonify_0.0.0-1_all.deb ... Unpacking node-jsonify (0.0.0-1) ... Selecting previously unselected package node-json-stable-stringify. Preparing to unpack .../006-node-json-stable-stringify_1.0.1-1_all.deb ... Unpacking node-json-stable-stringify (1.0.1-1) ... Selecting previously unselected package node-co. Preparing to unpack .../007-node-co_4.6.0-1_all.deb ... Unpacking node-co (4.6.0-1) ... Selecting previously unselected package node-ajv. Preparing to unpack .../008-node-ajv_5.0.0-1_all.deb ... Unpacking node-ajv (5.0.0-1) ... Selecting previously unselected package node-ansi. Preparing to unpack .../009-node-ansi_0.3.0-3_all.deb ... Unpacking node-ansi (0.3.0-3) ... Selecting previously unselected package node-clone. Preparing to unpack .../010-node-clone_2.1.2-1_all.deb ... Unpacking node-clone (2.1.2-1) ... Selecting previously unselected package node-defaults. Preparing to unpack .../011-node-defaults_1.0.3-1_all.deb ... Unpacking node-defaults (1.0.3-1) ... Selecting previously unselected package node-wcwidth.js. Preparing to unpack .../012-node-wcwidth.js_1.0.0-1_all.deb ... Unpacking node-wcwidth.js (1.0.0-1) ... Selecting previously unselected package node-ansi-regex. Preparing to unpack .../013-node-ansi-regex_3.0.0-1+deb10u1_all.deb ... Unpacking node-ansi-regex (3.0.0-1+deb10u1) ... Selecting previously unselected package node-strip-ansi. Preparing to unpack .../014-node-strip-ansi_4.0.0-1_all.deb ... Unpacking node-strip-ansi (4.0.0-1) ... Selecting previously unselected package node-string-width. Preparing to unpack .../015-node-string-width_2.1.1-1_all.deb ... Unpacking node-string-width (2.1.1-1) ... Selecting previously unselected package node-ansi-align. Preparing to unpack .../016-node-ansi-align_2.0.0-1_all.deb ... Unpacking node-ansi-align (2.0.0-1) ... Selecting previously unselected package node-color-name. Preparing to unpack .../017-node-color-name_1.1.3-1_all.deb ... Unpacking node-color-name (1.1.3-1) ... Selecting previously unselected package node-color-convert. Preparing to unpack .../018-node-color-convert_1.9.0-3_all.deb ... Unpacking node-color-convert (1.9.0-3) ... Selecting previously unselected package node-ansi-styles. Preparing to unpack .../019-node-ansi-styles_3.2.1-1_all.deb ... Unpacking node-ansi-styles (3.2.1-1) ... Selecting previously unselected package node-ansistyles. Preparing to unpack .../020-node-ansistyles_0.1.3-1_all.deb ... Unpacking node-ansistyles (0.1.3-1) ... Selecting previously unselected package node-aproba. Preparing to unpack .../021-node-aproba_1.2.0-1_all.deb ... Unpacking node-aproba (1.2.0-1) ... Selecting previously unselected package node-archy. Preparing to unpack .../022-node-archy_1.0.0-2_all.deb ... Unpacking node-archy (1.0.0-2) ... Selecting previously unselected package node-delegates. Preparing to unpack .../023-node-delegates_1.0.0-1_all.deb ... Unpacking node-delegates (1.0.0-1) ... Selecting previously unselected package node-are-we-there-yet. Preparing to unpack .../024-node-are-we-there-yet_1.1.4-1_all.deb ... Unpacking node-are-we-there-yet (1.1.4-1) ... Selecting previously unselected package node-asn1. Preparing to unpack .../025-node-asn1_0.2.3-1_all.deb ... Unpacking node-asn1 (0.2.3-1) ... Selecting previously unselected package node-assert-plus. Preparing to unpack .../026-node-assert-plus_1.0.0-1_all.deb ... Unpacking node-assert-plus (1.0.0-1) ... Selecting previously unselected package node-asynckit. Preparing to unpack .../027-node-asynckit_0.4.0-2_all.deb ... Unpacking node-asynckit (0.4.0-2) ... Selecting previously unselected package node-aws-sign2. Preparing to unpack .../028-node-aws-sign2_0.7.1-1_all.deb ... Unpacking node-aws-sign2 (0.7.1-1) ... Selecting previously unselected package node-aws4. Preparing to unpack .../029-node-aws4_1.8.0-1_all.deb ... Unpacking node-aws4 (1.8.0-1) ... Selecting previously unselected package node-tweetnacl. Preparing to unpack .../030-node-tweetnacl_0.14.5+dfsg-3_all.deb ... Unpacking node-tweetnacl (0.14.5+dfsg-3) ... Selecting previously unselected package node-bcrypt-pbkdf. Preparing to unpack .../031-node-bcrypt-pbkdf_1.0.1-1_all.deb ... Unpacking node-bcrypt-pbkdf (1.0.1-1) ... Selecting previously unselected package node-bluebird. Preparing to unpack .../032-node-bluebird_3.5.1+dfsg2-2_all.deb ... Unpacking node-bluebird (3.5.1+dfsg2-2) ... Selecting previously unselected package node-camelcase. Preparing to unpack .../033-node-camelcase_5.0.0-1_all.deb ... Unpacking node-camelcase (5.0.0-1) ... Selecting previously unselected package node-escape-string-regexp. Preparing to unpack .../034-node-escape-string-regexp_1.0.5-1_all.deb ... Unpacking node-escape-string-regexp (1.0.5-1) ... Selecting previously unselected package node-has-flag. Preparing to unpack .../035-node-has-flag_2.0.0-1_all.deb ... Unpacking node-has-flag (2.0.0-1) ... Selecting previously unselected package node-supports-color. Preparing to unpack .../036-node-supports-color_4.4.0-2_all.deb ... Unpacking node-supports-color (4.4.0-2) ... Selecting previously unselected package node-chalk. Preparing to unpack .../037-node-chalk_2.3.0-2_all.deb ... Unpacking node-chalk (2.3.0-2) ... Selecting previously unselected package node-cli-boxes. Preparing to unpack .../038-node-cli-boxes_1.0.0-1_all.deb ... Unpacking node-cli-boxes (1.0.0-1) ... Selecting previously unselected package node-yallist. Preparing to unpack .../039-node-yallist_3.0.3-1_all.deb ... Unpacking node-yallist (3.0.3-1) ... Selecting previously unselected package node-lru-cache. Preparing to unpack .../040-node-lru-cache_5.1.1-4_all.deb ... Unpacking node-lru-cache (5.1.1-4) ... Selecting previously unselected package node-isexe. Preparing to unpack .../041-node-isexe_2.0.0-4_all.deb ... Unpacking node-isexe (2.0.0-4) ... Selecting previously unselected package node-which. Preparing to unpack .../042-node-which_1.3.0-2_all.deb ... Unpacking node-which (1.3.0-2) ... Selecting previously unselected package node-shebang-regex. Preparing to unpack .../043-node-shebang-regex_2.0.0-1_all.deb ... Unpacking node-shebang-regex (2.0.0-1) ... Selecting previously unselected package node-shebang-command. Preparing to unpack .../044-node-shebang-command_1.2.0-1_all.deb ... Unpacking node-shebang-command (1.2.0-1) ... Selecting previously unselected package node-cross-spawn. Preparing to unpack .../045-node-cross-spawn_5.1.0-2_all.deb ... Unpacking node-cross-spawn (5.1.0-2) ... Selecting previously unselected package node-get-stream. Preparing to unpack .../046-node-get-stream_3.0.0-1_all.deb ... Unpacking node-get-stream (3.0.0-1) ... Selecting previously unselected package node-is-stream. Preparing to unpack .../047-node-is-stream_1.1.0-1_all.deb ... Unpacking node-is-stream (1.1.0-1) ... Selecting previously unselected package node-npm-run-path. Preparing to unpack .../048-node-npm-run-path_2.0.2-2_all.deb ... Unpacking node-npm-run-path (2.0.2-2) ... Selecting previously unselected package node-p-finally. Preparing to unpack .../049-node-p-finally_1.0.0-2_all.deb ... Unpacking node-p-finally (1.0.0-2) ... Selecting previously unselected package node-signal-exit. Preparing to unpack .../050-node-signal-exit_3.0.2-1_all.deb ... Unpacking node-signal-exit (3.0.2-1) ... Selecting previously unselected package node-strip-eof. Preparing to unpack .../051-node-strip-eof_1.0.0-2_all.deb ... Unpacking node-strip-eof (1.0.0-2) ... Selecting previously unselected package node-execa. Preparing to unpack .../052-node-execa_0.10.0+dfsg-1_all.deb ... Unpacking node-execa (0.10.0+dfsg-1) ... Selecting previously unselected package node-term-size. Preparing to unpack .../053-node-term-size_1.2.0+dfsg-2_all.deb ... Unpacking node-term-size (1.2.0+dfsg-2) ... Selecting previously unselected package node-widest-line. Preparing to unpack .../054-node-widest-line_1.2.2-1_all.deb ... Unpacking node-widest-line (1.2.2-1) ... Selecting previously unselected package node-boxen. Preparing to unpack .../055-node-boxen_1.2.2-1_all.deb ... Unpacking node-boxen (1.2.2-1) ... Selecting previously unselected package node-balanced-match. Preparing to unpack .../056-node-balanced-match_0.4.2-1_all.deb ... Unpacking node-balanced-match (0.4.2-1) ... Selecting previously unselected package node-concat-map. Preparing to unpack .../057-node-concat-map_0.0.1-1_all.deb ... Unpacking node-concat-map (0.0.1-1) ... Selecting previously unselected package node-brace-expansion. Preparing to unpack .../058-node-brace-expansion_1.1.8-1_all.deb ... Unpacking node-brace-expansion (1.1.8-1) ... Selecting previously unselected package node-builtin-modules. Preparing to unpack .../059-node-builtin-modules_3.0.0-1_all.deb ... Unpacking node-builtin-modules (3.0.0-1) ... Selecting previously unselected package node-builtins. Preparing to unpack .../060-node-builtins_1.0.3-1_all.deb ... Unpacking node-builtins (1.0.3-1) ... Selecting previously unselected package node-chownr. Preparing to unpack .../061-node-chownr_1.1.1-1_all.deb ... Unpacking node-chownr (1.1.1-1) ... Selecting previously unselected package node-minimatch. Preparing to unpack .../062-node-minimatch_3.0.4-3+deb10u1_all.deb ... Unpacking node-minimatch (3.0.4-3+deb10u1) ... Selecting previously unselected package libjs-inherits. Preparing to unpack .../063-libjs-inherits_2.0.3-1_all.deb ... Unpacking libjs-inherits (2.0.3-1) ... Selecting previously unselected package node-inherits. Preparing to unpack .../064-node-inherits_2.0.3-1_all.deb ... Unpacking node-inherits (2.0.3-1) ... Selecting previously unselected package node-wrappy. Preparing to unpack .../065-node-wrappy_1.0.2-1_all.deb ... Unpacking node-wrappy (1.0.2-1) ... Selecting previously unselected package node-once. Preparing to unpack .../066-node-once_1.4.0-3_all.deb ... Unpacking node-once (1.4.0-3) ... Selecting previously unselected package node-fs.realpath. Preparing to unpack .../067-node-fs.realpath_1.0.0-1_all.deb ... Unpacking node-fs.realpath (1.0.0-1) ... Selecting previously unselected package node-inflight. Preparing to unpack .../068-node-inflight_1.0.6-1_all.deb ... Unpacking node-inflight (1.0.6-1) ... Selecting previously unselected package node-path-is-absolute. Preparing to unpack .../069-node-path-is-absolute_1.0.0-1_all.deb ... Unpacking node-path-is-absolute (1.0.0-1) ... Selecting previously unselected package node-glob. Preparing to unpack .../070-node-glob_7.1.3-2_all.deb ... Unpacking node-glob (7.1.3-2) ... Selecting previously unselected package node-graceful-fs. Preparing to unpack .../071-node-graceful-fs_4.1.11-1_all.deb ... Unpacking node-graceful-fs (4.1.11-1) ... Selecting previously unselected package node-typedarray. Preparing to unpack .../072-node-typedarray_0.0.6-1_all.deb ... Unpacking node-typedarray (0.0.6-1) ... Selecting previously unselected package node-concat-stream. Preparing to unpack .../073-node-concat-stream_1.6.2-1_all.deb ... Unpacking node-concat-stream (1.6.2-1) ... Selecting previously unselected package node-end-of-stream. Preparing to unpack .../074-node-end-of-stream_1.4.1-1+deb10u1_all.deb ... Unpacking node-end-of-stream (1.4.1-1+deb10u1) ... Selecting previously unselected package node-core-util-is. Preparing to unpack .../075-node-core-util-is_1.0.2-1_all.deb ... Unpacking node-core-util-is (1.0.2-1) ... Selecting previously unselected package node-safe-buffer. Preparing to unpack .../076-node-safe-buffer_5.1.2-1_all.deb ... Unpacking node-safe-buffer (5.1.2-1) ... Selecting previously unselected package node-string-decoder. Preparing to unpack .../077-node-string-decoder_1.2.0-1_all.deb ... Unpacking node-string-decoder (1.2.0-1) ... Selecting previously unselected package node-process-nextick-args. Preparing to unpack .../078-node-process-nextick-args_2.0.0-1_all.deb ... Unpacking node-process-nextick-args (2.0.0-1) ... Selecting previously unselected package node-util-deprecate. Preparing to unpack .../079-node-util-deprecate_1.0.2-1_all.deb ... Unpacking node-util-deprecate (1.0.2-1) ... Selecting previously unselected package node-isarray. Preparing to unpack .../080-node-isarray_2.0.4-1_all.deb ... Unpacking node-isarray (2.0.4-1) ... Selecting previously unselected package node-readable-stream. Preparing to unpack .../081-node-readable-stream_2.3.6-1_all.deb ... Unpacking node-readable-stream (2.3.6-1) ... Selecting previously unselected package node-stream-shift. Preparing to unpack .../082-node-stream-shift_1.0.0-1_all.deb ... Unpacking node-stream-shift (1.0.0-1) ... Selecting previously unselected package node-duplexify. Preparing to unpack .../083-node-duplexify_3.6.1-1_all.deb ... Unpacking node-duplexify (3.6.1-1) ... Selecting previously unselected package node-flush-write-stream. Preparing to unpack .../084-node-flush-write-stream_1.0.3-1_all.deb ... Unpacking node-flush-write-stream (1.0.3-1) ... Selecting previously unselected package node-from2. Preparing to unpack .../085-node-from2_2.3.0-1_all.deb ... Unpacking node-from2 (2.3.0-1) ... Selecting previously unselected package node-cyclist. Preparing to unpack .../086-node-cyclist_1.0.1-2_all.deb ... Unpacking node-cyclist (1.0.1-2) ... Selecting previously unselected package node-parallel-transform. Preparing to unpack .../087-node-parallel-transform_1.1.0-2_all.deb ... Unpacking node-parallel-transform (1.1.0-2) ... Selecting previously unselected package node-pump. Preparing to unpack .../088-node-pump_3.0.0-1_all.deb ... Unpacking node-pump (3.0.0-1) ... Selecting previously unselected package node-pumpify. Preparing to unpack .../089-node-pumpify_1.5.1-1_all.deb ... Unpacking node-pumpify (1.5.1-1) ... Selecting previously unselected package node-stream-each. Preparing to unpack .../090-node-stream-each_1.2.2-2_all.deb ... Unpacking node-stream-each (1.2.2-2) ... Selecting previously unselected package node-xtend. Preparing to unpack .../091-node-xtend_4.0.1-2_all.deb ... Unpacking node-xtend (4.0.1-2) ... Selecting previously unselected package node-through2. Preparing to unpack .../092-node-through2_2.0.5-2_all.deb ... Unpacking node-through2 (2.0.5-2) ... Selecting previously unselected package node-mississippi. Preparing to unpack .../093-node-mississippi_3.0.0-1_all.deb ... Unpacking node-mississippi (3.0.0-1) ... Selecting previously unselected package node-mkdirp. Preparing to unpack .../094-node-mkdirp_0.5.1-1_all.deb ... Unpacking node-mkdirp (0.5.1-1) ... Selecting previously unselected package node-run-queue. Preparing to unpack .../095-node-run-queue_1.0.3-1_all.deb ... Unpacking node-run-queue (1.0.3-1) ... Selecting previously unselected package node-rimraf. Preparing to unpack .../096-node-rimraf_2.6.2-1_all.deb ... Unpacking node-rimraf (2.6.2-1) ... Selecting previously unselected package node-imurmurhash. Preparing to unpack .../097-node-imurmurhash_0.1.4-1_all.deb ... Unpacking node-imurmurhash (0.1.4-1) ... Selecting previously unselected package node-iferr. Preparing to unpack .../098-node-iferr_1.0.2-1_all.deb ... Unpacking node-iferr (1.0.2-1) ... Selecting previously unselected package node-fs-write-stream-atomic. Preparing to unpack .../099-node-fs-write-stream-atomic_1.0.10-4_all.deb ... Unpacking node-fs-write-stream-atomic (1.0.10-4) ... Selecting previously unselected package node-copy-concurrently. Preparing to unpack .../100-node-copy-concurrently_1.0.5-4_all.deb ... Unpacking node-copy-concurrently (1.0.5-4) ... Selecting previously unselected package node-move-concurrently. Preparing to unpack .../101-node-move-concurrently_1.0.1-2_all.deb ... Unpacking node-move-concurrently (1.0.1-2) ... Selecting previously unselected package node-promise-inflight. Preparing to unpack .../102-node-promise-inflight_1.0.1-1_all.deb ... Unpacking node-promise-inflight (1.0.1-1) ... Selecting previously unselected package node-ssri. Preparing to unpack .../103-node-ssri_5.2.4-2_all.deb ... Unpacking node-ssri (5.2.4-2) ... Selecting previously unselected package node-unique-filename. Preparing to unpack .../104-node-unique-filename_1.1.0+ds-2_all.deb ... Unpacking node-unique-filename (1.1.0+ds-2) ... Selecting previously unselected package node-y18n. Preparing to unpack .../105-node-y18n_3.2.1-2+deb10u1_all.deb ... Unpacking node-y18n (3.2.1-2+deb10u1) ... Selecting previously unselected package node-cacache. Preparing to unpack .../106-node-cacache_11.3.2-2_all.deb ... Unpacking node-cacache (11.3.2-2) ... Selecting previously unselected package node-call-limit. Preparing to unpack .../107-node-call-limit_1.1.0-1_all.deb ... Unpacking node-call-limit (1.1.0-1) ... Selecting previously unselected package node-caseless. Preparing to unpack .../108-node-caseless_0.12.0-1_all.deb ... Unpacking node-caseless (0.12.0-1) ... Selecting previously unselected package node-wrap-ansi. Preparing to unpack .../109-node-wrap-ansi_4.0.0-1_all.deb ... Unpacking node-wrap-ansi (4.0.0-1) ... Selecting previously unselected package node-cliui. Preparing to unpack .../110-node-cliui_4.1.0-1_all.deb ... Unpacking node-cliui (4.1.0-1) ... Selecting previously unselected package node-delayed-stream. Preparing to unpack .../111-node-delayed-stream_0.0.5-1_all.deb ... Unpacking node-delayed-stream (0.0.5-1) ... Selecting previously unselected package node-combined-stream. Preparing to unpack .../112-node-combined-stream_1.0.7-1_all.deb ... Unpacking node-combined-stream (1.0.7-1) ... Selecting previously unselected package node-proto-list. Preparing to unpack .../113-node-proto-list_1.2.4-1_all.deb ... Unpacking node-proto-list (1.2.4-1) ... Selecting previously unselected package node-ini. Preparing to unpack .../114-node-ini_1.3.5-1+deb10u1_all.deb ... Unpacking node-ini (1.3.5-1+deb10u1) ... Selecting previously unselected package node-config-chain. Preparing to unpack .../115-node-config-chain_1.1.11-1_all.deb ... Unpacking node-config-chain (1.1.11-1) ... Selecting previously unselected package node-console-control-strings. Preparing to unpack .../116-node-console-control-strings_1.1.0-1_all.deb ... Unpacking node-console-control-strings (1.1.0-1) ... Selecting previously unselected package node-dashdash. Preparing to unpack .../117-node-dashdash_1.14.1-2_all.deb ... Unpacking node-dashdash (1.14.1-2) ... Selecting previously unselected package node-decamelize. Preparing to unpack .../118-node-decamelize_1.2.0-1_all.deb ... Unpacking node-decamelize (1.2.0-1) ... Selecting previously unselected package node-mimic-response. Preparing to unpack .../119-node-mimic-response_1.0.0-1_all.deb ... Unpacking node-mimic-response (1.0.0-1) ... Selecting previously unselected package node-decompress-response. Preparing to unpack .../120-node-decompress-response_3.3.0-1_all.deb ... Unpacking node-decompress-response (3.3.0-1) ... Selecting previously unselected package node-deep-extend. Preparing to unpack .../121-node-deep-extend_0.4.1-2_all.deb ... Unpacking node-deep-extend (0.4.1-2) ... Selecting previously unselected package node-detect-indent. Preparing to unpack .../122-node-detect-indent_5.0.0-1_all.deb ... Unpacking node-detect-indent (5.0.0-1) ... Selecting previously unselected package node-detect-newline. Preparing to unpack .../123-node-detect-newline_2.1.0-1_all.deb ... Unpacking node-detect-newline (2.1.0-1) ... Selecting previously unselected package node-duplexer3. Preparing to unpack .../124-node-duplexer3_0.1.4-4_all.deb ... Unpacking node-duplexer3 (0.1.4-4) ... Selecting previously unselected package node-jsbn. Preparing to unpack .../125-node-jsbn_1.1.0-1_all.deb ... Unpacking node-jsbn (1.1.0-1) ... Selecting previously unselected package node-ecc-jsbn. Preparing to unpack .../126-node-ecc-jsbn_0.1.1-1_all.deb ... Unpacking node-ecc-jsbn (0.1.1-1) ... Selecting previously unselected package node-editor. Preparing to unpack .../127-node-editor_1.0.0-1_all.deb ... Unpacking node-editor (1.0.0-1) ... Selecting previously unselected package node-extend. Preparing to unpack .../128-node-extend_3.0.2-1_all.deb ... Unpacking node-extend (3.0.2-1) ... Selecting previously unselected package node-extsprintf. Preparing to unpack .../129-node-extsprintf_1.3.0-1_all.deb ... Unpacking node-extsprintf (1.3.0-1) ... Selecting previously unselected package node-p-limit. Preparing to unpack .../130-node-p-limit_1.1.0-1_all.deb ... Unpacking node-p-limit (1.1.0-1) ... Selecting previously unselected package node-p-locate. Preparing to unpack .../131-node-p-locate_2.0.0-1_all.deb ... Unpacking node-p-locate (2.0.0-1) ... Selecting previously unselected package node-path-exists. Preparing to unpack .../132-node-path-exists_3.0.0-1_all.deb ... Unpacking node-path-exists (3.0.0-1) ... Selecting previously unselected package node-locate-path. Preparing to unpack .../133-node-locate-path_2.0.0-1_all.deb ... Unpacking node-locate-path (2.0.0-1) ... Selecting previously unselected package node-find-up. Preparing to unpack .../134-node-find-up_2.1.0-1_all.deb ... Unpacking node-find-up (2.1.0-1) ... Selecting previously unselected package node-forever-agent. Preparing to unpack .../135-node-forever-agent_0.6.1-1_all.deb ... Unpacking node-forever-agent (0.6.1-1) ... Selecting previously unselected package node-mime-types. Preparing to unpack .../136-node-mime-types_2.1.21-1_all.deb ... Unpacking node-mime-types (2.1.21-1) ... Selecting previously unselected package node-form-data. Preparing to unpack .../137-node-form-data_2.3.2-2_all.deb ... Unpacking node-form-data (2.3.2-2) ... Selecting previously unselected package node-path-is-inside. Preparing to unpack .../138-node-path-is-inside_1.0.2-1_all.deb ... Unpacking node-path-is-inside (1.0.2-1) ... Selecting previously unselected package node-fs-vacuum. Preparing to unpack .../139-node-fs-vacuum_1.2.10-2_all.deb ... Unpacking node-fs-vacuum (1.2.10-2) ... Selecting previously unselected package node-object-assign. Preparing to unpack .../140-node-object-assign_4.1.1-2_all.deb ... Unpacking node-object-assign (4.1.1-2) ... Selecting previously unselected package node-has-unicode. Preparing to unpack .../141-node-has-unicode_2.0.1-2_all.deb ... Unpacking node-has-unicode (2.0.1-2) ... Selecting previously unselected package node-wide-align. Preparing to unpack .../142-node-wide-align_1.1.0-1_all.deb ... Unpacking node-wide-align (1.1.0-1) ... Selecting previously unselected package node-gauge. Preparing to unpack .../143-node-gauge_2.7.4-1_all.deb ... Unpacking node-gauge (2.7.4-1) ... Selecting previously unselected package node-get-caller-file. Preparing to unpack .../144-node-get-caller-file_1.0.2-1_all.deb ... Unpacking node-get-caller-file (1.0.2-1) ... Selecting previously unselected package node-getpass. Preparing to unpack .../145-node-getpass_0.1.7-1_all.deb ... Unpacking node-getpass (0.1.7-1) ... Selecting previously unselected package node-is-retry-allowed. Preparing to unpack .../146-node-is-retry-allowed_1.1.0-1_all.deb ... Unpacking node-is-retry-allowed (1.1.0-1) ... Selecting previously unselected package node-p-cancelable. Preparing to unpack .../147-node-p-cancelable_0.3.0-1_all.deb ... Unpacking node-p-cancelable (0.3.0-1) ... Selecting previously unselected package node-p-timeout. Preparing to unpack .../148-node-p-timeout_1.2.0-1_all.deb ... Unpacking node-p-timeout (1.2.0-1) ... Selecting previously unselected package node-is-plain-obj. Preparing to unpack .../149-node-is-plain-obj_1.1.0-1_all.deb ... Unpacking node-is-plain-obj (1.1.0-1) ... Selecting previously unselected package node-url-to-options. Preparing to unpack .../150-node-url-to-options_1.0.1-1_all.deb ... Unpacking node-url-to-options (1.0.1-1) ... Selecting previously unselected package node-timed-out. Preparing to unpack .../151-node-timed-out_4.0.1-4_all.deb ... Unpacking node-timed-out (4.0.1-4) ... Selecting previously unselected package node-lowercase-keys. Preparing to unpack .../152-node-lowercase-keys_1.0.0-2_all.deb ... Unpacking node-lowercase-keys (1.0.0-2) ... Selecting previously unselected package node-is-object. Preparing to unpack .../153-node-is-object_1.0.1-1_all.deb ... Unpacking node-is-object (1.0.1-1) ... Selecting previously unselected package node-has-symbol-support-x. Preparing to unpack .../154-node-has-symbol-support-x_1.4.1+dfsg-1_all.deb ... Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ... Selecting previously unselected package node-has-to-string-tag-x. Preparing to unpack .../155-node-has-to-string-tag-x_1.4.1+dfsg-1_all.deb ... Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ... Selecting previously unselected package node-isurl. Preparing to unpack .../156-node-isurl_1.0.0-1_all.deb ... Unpacking node-isurl (1.0.0-1) ... Selecting previously unselected package node-prepend-http. Preparing to unpack .../157-node-prepend-http_2.0.0-1_all.deb ... Unpacking node-prepend-http (2.0.0-1) ... Selecting previously unselected package node-url-parse-lax. Preparing to unpack .../158-node-url-parse-lax_1.0.0-1_all.deb ... Unpacking node-url-parse-lax (1.0.0-1) ... Selecting previously unselected package node-got. Preparing to unpack .../159-node-got_7.1.0-1_all.deb ... Unpacking node-got (7.1.0-1) ... Selecting previously unselected package node-nopt. Preparing to unpack .../160-node-nopt_3.0.6-3_all.deb ... Unpacking node-nopt (3.0.6-3) ... Selecting previously unselected package node-set-blocking. Preparing to unpack .../161-node-set-blocking_2.0.0-1_all.deb ... Unpacking node-set-blocking (2.0.0-1) ... Selecting previously unselected package node-npmlog. Preparing to unpack .../162-node-npmlog_4.1.2-1_all.deb ... Unpacking node-npmlog (4.1.2-1) ... Selecting previously unselected package node-osenv. Preparing to unpack .../163-node-osenv_0.1.5-1_all.deb ... Unpacking node-osenv (0.1.5-1) ... Selecting previously unselected package node-har-schema. Preparing to unpack .../164-node-har-schema_2.0.0-1_all.deb ... Unpacking node-har-schema (2.0.0-1) ... Selecting previously unselected package node-har-validator. Preparing to unpack .../165-node-har-validator_5.1.0-1_all.deb ... Unpacking node-har-validator (5.1.0-1) ... Selecting previously unselected package node-json-schema. Preparing to unpack .../166-node-json-schema_0.2.3-1+deb10u1_all.deb ... Unpacking node-json-schema (0.2.3-1+deb10u1) ... Selecting previously unselected package node-verror. Preparing to unpack .../167-node-verror_1.10.0-1_all.deb ... Unpacking node-verror (1.10.0-1) ... Selecting previously unselected package node-jsprim. Preparing to unpack .../168-node-jsprim_1.4.0-1_all.deb ... Unpacking node-jsprim (1.4.0-1) ... Selecting previously unselected package node-sshpk. Preparing to unpack .../169-node-sshpk_1.13.1+dfsg-2_all.deb ... Unpacking node-sshpk (1.13.1+dfsg-2) ... Selecting previously unselected package node-http-signature. Preparing to unpack .../170-node-http-signature_1.2.0-1_all.deb ... Unpacking node-http-signature (1.2.0-1) ... Selecting previously unselected package node-is-typedarray. Preparing to unpack .../171-node-is-typedarray_1.0.0-2_all.deb ... Unpacking node-is-typedarray (1.0.0-2) ... Selecting previously unselected package node-isstream. Preparing to unpack .../172-node-isstream_0.1.2+dfsg-1_all.deb ... Unpacking node-isstream (0.1.2+dfsg-1) ... Selecting previously unselected package node-json-stringify-safe. Preparing to unpack .../173-node-json-stringify-safe_5.0.1-1_all.deb ... Unpacking node-json-stringify-safe (5.0.1-1) ... Selecting previously unselected package node-oauth-sign. Preparing to unpack .../174-node-oauth-sign_0.9.0-1_all.deb ... Unpacking node-oauth-sign (0.9.0-1) ... Selecting previously unselected package node-performance-now. Preparing to unpack .../175-node-performance-now_2.1.0+debian-1_all.deb ... Unpacking node-performance-now (2.1.0+debian-1) ... Selecting previously unselected package node-qs. Preparing to unpack .../176-node-qs_6.5.2-1+deb10u1_all.deb ... Unpacking node-qs (6.5.2-1+deb10u1) ... Selecting previously unselected package node-punycode. Preparing to unpack .../177-node-punycode_2.1.1-2_all.deb ... Unpacking node-punycode (2.1.1-2) ... Selecting previously unselected package node-tough-cookie. Preparing to unpack .../178-node-tough-cookie_2.3.4+dfsg-1+deb10u1_all.deb ... Unpacking node-tough-cookie (2.3.4+dfsg-1+deb10u1) ... Selecting previously unselected package node-tunnel-agent. Preparing to unpack .../179-node-tunnel-agent_0.6.1-1_all.deb ... Unpacking node-tunnel-agent (0.6.1-1) ... Selecting previously unselected package node-uuid. Preparing to unpack .../180-node-uuid_3.3.2-2_all.deb ... Unpacking node-uuid (3.3.2-2) ... Selecting previously unselected package node-node-uuid. Preparing to unpack .../181-node-node-uuid_3.3.2-2_all.deb ... Unpacking node-node-uuid (3.3.2-2) ... Selecting previously unselected package node-request. Preparing to unpack .../182-node-request_2.88.1-2_all.deb ... Unpacking node-request (2.88.1-2) ... Selecting previously unselected package node-semver. Preparing to unpack .../183-node-semver_5.5.1-1_all.deb ... Unpacking node-semver (5.5.1-1) ... Selecting previously unselected package node-tar. Preparing to unpack .../184-node-tar_4.4.6+ds1-3+deb10u2_all.deb ... Unpacking node-tar (4.4.6+ds1-3+deb10u2) ... Selecting previously unselected package node-gyp. Preparing to unpack .../185-node-gyp_3.8.0-6_all.deb ... Unpacking node-gyp (3.8.0-6) ... Selecting previously unselected package node-hosted-git-info. Preparing to unpack .../186-node-hosted-git-info_2.7.1-1+deb10u1_all.deb ... Unpacking node-hosted-git-info (2.7.1-1+deb10u1) ... Selecting previously unselected package node-iconv-lite. Preparing to unpack .../187-node-iconv-lite_0.4.13-2_all.deb ... Unpacking node-iconv-lite (0.4.13-2) ... Selecting previously unselected package node-import-lazy. Preparing to unpack .../188-node-import-lazy_3.0.0.REALLY.2.1.0-1_all.deb ... Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ... Selecting previously unselected package node-invert-kv. Preparing to unpack .../189-node-invert-kv_1.0.0-1_all.deb ... Unpacking node-invert-kv (1.0.0-1) ... Selecting previously unselected package node-is-builtin-module. Preparing to unpack .../190-node-is-builtin-module_2.0.0-1_all.deb ... Unpacking node-is-builtin-module (2.0.0-1) ... Selecting previously unselected package node-is-npm. Preparing to unpack .../191-node-is-npm_1.0.0-1_all.deb ... Unpacking node-is-npm (1.0.0-1) ... Selecting previously unselected package node-json-parse-better-errors. Preparing to unpack .../192-node-json-parse-better-errors_1.0.2-2_all.deb ... Unpacking node-json-parse-better-errors (1.0.2-2) ... Selecting previously unselected package node-jsonparse. Preparing to unpack .../193-node-jsonparse_1.3.1-6_all.deb ... Unpacking node-jsonparse (1.3.1-6) ... Selecting previously unselected package node-through. Preparing to unpack .../194-node-through_2.3.8-1_all.deb ... Unpacking node-through (2.3.8-1) ... Selecting previously unselected package node-jsonstream. Preparing to unpack .../195-node-jsonstream_1.3.2-1_all.deb ... Unpacking node-jsonstream (1.3.2-1) ... Selecting previously unselected package node-minimist. Preparing to unpack .../196-node-minimist_1.2.0-1+deb10u2_all.deb ... Unpacking node-minimist (1.2.0-1+deb10u2) ... Selecting previously unselected package node-strip-json-comments. Preparing to unpack .../197-node-strip-json-comments_2.0.1-2_all.deb ... Unpacking node-strip-json-comments (2.0.1-2) ... Selecting previously unselected package node-rc. Preparing to unpack .../198-node-rc_1.1.6-2_all.deb ... Unpacking node-rc (1.1.6-2) ... Selecting previously unselected package node-registry-url. Preparing to unpack .../199-node-registry-url_3.1.0-1_all.deb ... Unpacking node-registry-url (3.1.0-1) ... Selecting previously unselected package node-registry-auth-token. Preparing to unpack .../200-node-registry-auth-token_3.3.1-1_all.deb ... Unpacking node-registry-auth-token (3.3.1-1) ... Selecting previously unselected package node-package-json. Preparing to unpack .../201-node-package-json_4.0.1-1_all.deb ... Unpacking node-package-json (4.0.1-1) ... Selecting previously unselected package node-latest-version. Preparing to unpack .../202-node-latest-version_3.1.0-1_all.deb ... Unpacking node-latest-version (3.1.0-1) ... Selecting previously unselected package node-lazy-property. Preparing to unpack .../203-node-lazy-property_1.0.0-3_all.deb ... Unpacking node-lazy-property (1.0.0-3) ... Selecting previously unselected package node-lcid. Preparing to unpack .../204-node-lcid_1.0.0-1_all.deb ... Unpacking node-lcid (1.0.0-1) ... Selecting previously unselected package node-validate-npm-package-name. Preparing to unpack .../205-node-validate-npm-package-name_3.0.0-1_all.deb ... Unpacking node-validate-npm-package-name (3.0.0-1) ... Selecting previously unselected package node-npm-package-arg. Preparing to unpack .../206-node-npm-package-arg_6.0.0-2_all.deb ... Unpacking node-npm-package-arg (6.0.0-2) ... Selecting previously unselected package node-require-directory. Preparing to unpack .../207-node-require-directory_2.1.1-1_all.deb ... Unpacking node-require-directory (2.1.1-1) ... Selecting previously unselected package node-require-main-filename. Preparing to unpack .../208-node-require-main-filename_1.0.1-1_all.deb ... Unpacking node-require-main-filename (1.0.1-1) ... Selecting previously unselected package node-which-module. Preparing to unpack .../209-node-which-module_2.0.0-1_all.deb ... Unpacking node-which-module (2.0.0-1) ... Selecting previously unselected package node-mimic-fn. Preparing to unpack .../210-node-mimic-fn_1.1.0-1_all.deb ... Unpacking node-mimic-fn (1.1.0-1) ... Selecting previously unselected package node-mem. Preparing to unpack .../211-node-mem_1.1.0-1_all.deb ... Unpacking node-mem (1.1.0-1) ... Selecting previously unselected package node-os-locale. Preparing to unpack .../212-node-os-locale_2.0.0-1_all.deb ... Unpacking node-os-locale (2.0.0-1) ... Selecting previously unselected package node-yargs-parser. Preparing to unpack .../213-node-yargs-parser_11.1.1-1+deb10u1_all.deb ... Unpacking node-yargs-parser (11.1.1-1+deb10u1) ... Selecting previously unselected package node-yargs. Preparing to unpack .../214-node-yargs_10.0.3-2_all.deb ... Unpacking node-yargs (10.0.3-2) ... Selecting previously unselected package node-libnpx. Preparing to unpack .../215-node-libnpx_10.2.0+repack-1_all.deb ... Unpacking node-libnpx (10.2.0+repack-1) ... Selecting previously unselected package node-lockfile. Preparing to unpack .../216-node-lockfile_1.0.4-1_all.deb ... Unpacking node-lockfile (1.0.4-1) ... Selecting previously unselected package node-mute-stream. Preparing to unpack .../217-node-mute-stream_0.0.8-1_all.deb ... Unpacking node-mute-stream (0.0.8-1) ... Selecting previously unselected package node-spdx-license-ids. Preparing to unpack .../218-node-spdx-license-ids_1.2.2-1_all.deb ... Unpacking node-spdx-license-ids (1.2.2-1) ... Selecting previously unselected package node-spdx-correct. Preparing to unpack .../219-node-spdx-correct_1.0.2-1_all.deb ... Unpacking node-spdx-correct (1.0.2-1) ... Selecting previously unselected package node-spdx-expression-parse. Preparing to unpack .../220-node-spdx-expression-parse_1.0.4-1_all.deb ... Unpacking node-spdx-expression-parse (1.0.4-1) ... Selecting previously unselected package node-validate-npm-package-license. Preparing to unpack .../221-node-validate-npm-package-license_3.0.1-1_all.deb ... Unpacking node-validate-npm-package-license (3.0.1-1) ... Selecting previously unselected package node-normalize-package-data. Preparing to unpack .../222-node-normalize-package-data_2.4.0-1_all.deb ... Unpacking node-normalize-package-data (2.4.0-1) ... Selecting previously unselected package node-opener. Preparing to unpack .../223-node-opener_1.4.3-1_all.deb ... Unpacking node-opener (1.4.3-1) ... Selecting previously unselected package node-read. Preparing to unpack .../224-node-read_1.0.7-1_all.deb ... Unpacking node-read (1.0.7-1) ... Selecting previously unselected package node-promzard. Preparing to unpack .../225-node-promzard_0.3.0-1_all.deb ... Unpacking node-promzard (0.3.0-1) ... Selecting previously unselected package node-qw. Preparing to unpack .../226-node-qw_1.0.1-1_all.deb ... Unpacking node-qw (1.0.1-1) ... Selecting previously unselected package node-slash. Preparing to unpack .../227-node-slash_1.0.0-1_all.deb ... Unpacking node-slash (1.0.0-1) ... Selecting previously unselected package node-read-package-json. Preparing to unpack .../228-node-read-package-json_2.0.13-1_all.deb ... Unpacking node-read-package-json (2.0.13-1) ... Selecting previously unselected package node-resolve-from. Preparing to unpack .../229-node-resolve-from_4.0.0-1_all.deb ... Unpacking node-resolve-from (4.0.0-1) ... Selecting previously unselected package node-retry. Preparing to unpack .../230-node-retry_0.10.1-1_all.deb ... Unpacking node-retry (0.10.1-1) ... Selecting previously unselected package node-semver-diff. Preparing to unpack .../231-node-semver-diff_2.1.0-2_all.deb ... Unpacking node-semver-diff (2.1.0-2) ... Selecting previously unselected package node-sha. Preparing to unpack .../232-node-sha_2.0.1-1_all.deb ... Unpacking node-sha (2.0.1-1) ... Selecting previously unselected package node-slide. Preparing to unpack .../233-node-slide_1.1.6-2_all.deb ... Unpacking node-slide (1.1.6-2) ... Selecting previously unselected package node-sorted-object. Preparing to unpack .../234-node-sorted-object_2.0.1-1_all.deb ... Unpacking node-sorted-object (2.0.1-1) ... Selecting previously unselected package node-stream-iterate. Preparing to unpack .../235-node-stream-iterate_1.2.0-4_all.deb ... Unpacking node-stream-iterate (1.2.0-4) ... Selecting previously unselected package node-text-table. Preparing to unpack .../236-node-text-table_0.2.0-2_all.deb ... Unpacking node-text-table (0.2.0-2) ... Selecting previously unselected package node-uid-number. Preparing to unpack .../237-node-uid-number_0.0.6-1_all.deb ... Unpacking node-uid-number (0.0.6-1) ... Selecting previously unselected package node-unpipe. Preparing to unpack .../238-node-unpipe_1.0.0-1_all.deb ... Unpacking node-unpipe (1.0.0-1) ... Selecting previously unselected package node-write-file-atomic. Preparing to unpack .../239-node-write-file-atomic_2.3.0-1_all.deb ... Unpacking node-write-file-atomic (2.3.0-1) ... Selecting previously unselected package node-xdg-basedir. Preparing to unpack .../240-node-xdg-basedir_3.0.0-1_all.deb ... Unpacking node-xdg-basedir (3.0.0-1) ... Selecting previously unselected package node-encoding. Preparing to unpack .../241-node-encoding_0.1.12-2_all.deb ... Unpacking node-encoding (0.1.12-2) ... Selecting previously unselected package node-prr. Preparing to unpack .../242-node-prr_1.0.1-1_all.deb ... Unpacking node-prr (1.0.1-1) ... Selecting previously unselected package node-errno. Preparing to unpack .../243-node-errno_0.1.4-1_all.deb ... Unpacking node-errno (0.1.4-1) ... Selecting previously unselected package npm. Preparing to unpack .../244-npm_5.8.0+ds6-4+deb10u2_all.deb ... Unpacking npm (5.8.0+ds6-4+deb10u2) ... Setting up node-forever-agent (0.6.1-1) ... Setting up node-unpipe (1.0.0-1) ... Setting up node-qs (6.5.2-1+deb10u1) ... Setting up node-slide (1.1.6-2) ... Setting up node-delayed-stream (0.0.5-1) ... Setting up node-isstream (0.1.2+dfsg-1) ... Setting up node-builtins (1.0.3-1) ... Setting up node-stream-shift (1.0.0-1) ... Setting up libuv1-dev:armhf (1.24.1-1+deb10u1) ... Setting up node-fs.realpath (1.0.0-1) ... Setting up node-oauth-sign (0.9.0-1) ... Setting up node-url-to-options (1.0.1-1) ... Setting up node-jsbn (1.1.0-1) ... Setting up node-object-assign (4.1.1-2) ... Setting up node-extsprintf (1.3.0-1) ... Setting up node-abbrev (1.1.1-1) ... Setting up node-path-is-inside (1.0.2-1) ... Setting up node-invert-kv (1.0.0-1) ... Setting up node-p-limit (1.1.0-1) ... Setting up node-yallist (3.0.3-1) ... Setting up libjs-inherits (2.0.3-1) ... Setting up node-p-cancelable (0.3.0-1) ... Setting up node-ansi-regex (3.0.0-1+deb10u1) ... Setting up node-timed-out (4.0.1-4) ... Setting up node-strip-json-comments (2.0.1-2) ... Setting up libnode-dev:armhf (10.24.0~dfsg-1~deb10u3) ... Setting up node-slash (1.0.0-1) ... Setting up node-util-deprecate (1.0.2-1) ... Setting up node-editor (1.0.0-1) ... Setting up node-retry (0.10.1-1) ... Setting up node-get-caller-file (1.0.2-1) ... Setting up node-require-main-filename (1.0.1-1) ... Setting up node-concat-map (0.0.1-1) ... Setting up node-import-lazy (3.0.0.REALLY.2.1.0-1) ... Setting up node-is-retry-allowed (1.1.0-1) ... Setting up node-assert-plus (1.0.0-1) ... Setting up node-ansistyles (0.1.3-1) ... Setting up node-delegates (1.0.0-1) ... Setting up node-xdg-basedir (3.0.0-1) ... Setting up node-co (4.6.0-1) ... Setting up node-isexe (2.0.0-4) ... Setting up node-jsonparse (1.3.1-6) ... Setting up node-path-exists (3.0.0-1) ... Setting up node-qw (1.0.1-1) ... Setting up node-tweetnacl (0.14.5+dfsg-3) ... Setting up node-escape-string-regexp (1.0.5-1) ... Setting up node-are-we-there-yet (1.1.4-1) ... Setting up node-through (2.3.8-1) ... Setting up node-p-locate (2.0.0-1) ... Setting up node-which-module (2.0.0-1) ... Setting up node-decamelize (1.2.0-1) ... Setting up node-aws-sign2 (0.7.1-1) ... Setting up node-color-name (1.1.3-1) ... Setting up node-bluebird (3.5.1+dfsg2-2) ... Setting up node-console-control-strings (1.1.0-1) ... Setting up node-camelcase (5.0.0-1) ... Setting up node-uuid (3.3.2-2) ... Setting up node-extend (3.0.2-1) ... Setting up node-jsonstream (1.3.2-1) ... Setting up node-lazy-property (1.0.0-3) ... Setting up node-minimist (1.2.0-1+deb10u2) ... Setting up node-aws4 (1.8.0-1) ... Setting up node-yargs-parser (11.1.1-1+deb10u1) ... Setting up node-prepend-http (2.0.0-1) ... Setting up node-typedarray (0.0.6-1) ... Setting up node-dashdash (1.14.1-2) ... Setting up node-clone (2.1.2-1) ... Setting up node-iferr (1.0.2-1) ... Setting up node-chownr (1.1.1-1) ... Setting up node-has-flag (2.0.0-1) ... Setting up node-validate-npm-package-name (3.0.0-1) ... Setting up node-inherits (2.0.3-1) ... Setting up node-builtin-modules (3.0.0-1) ... Setting up node-path-is-absolute (1.0.0-1) ... Setting up node-locate-path (2.0.0-1) ... Setting up node-ini (1.3.5-1+deb10u1) ... Setting up node-iconv-lite (0.4.13-2) ... Setting up node-is-npm (1.0.0-1) ... Setting up node-ecc-jsbn (0.1.1-1) ... Setting up node-safe-buffer (5.1.2-1) ... Setting up node-promise-inflight (1.0.1-1) ... Setting up node-combined-stream (1.0.7-1) ... Setting up node-json-stringify-safe (5.0.1-1) ... Setting up node-json-parse-better-errors (1.0.2-2) ... Setting up node-y18n (3.2.1-2+deb10u1) ... Setting up node-detect-newline (2.1.0-1) ... Setting up node-shebang-regex (2.0.0-1) ... Setting up node-har-schema (2.0.0-1) ... Setting up node-mime-types (2.1.21-1) ... Setting up node-performance-now (2.1.0+debian-1) ... Setting up node-resolve-from (4.0.0-1) ... Setting up node-balanced-match (0.4.2-1) ... Setting up node-ansi (0.3.0-3) ... Setting up node-brace-expansion (1.1.8-1) ... Setting up node-is-object (1.0.1-1) ... Setting up node-is-stream (1.1.0-1) ... Setting up node-deep-extend (0.4.1-2) ... Setting up node-p-finally (1.0.0-2) ... Setting up node-get-stream (3.0.0-1) ... Setting up node-strip-ansi (4.0.0-1) ... Setting up node-set-blocking (2.0.0-1) ... Setting up node-prr (1.0.1-1) ... Setting up node-tunnel-agent (0.6.1-1) ... Setting up node-uid-number (0.0.6-1) ... Setting up node-signal-exit (3.0.2-1) ... Setting up node-spdx-expression-parse (1.0.4-1) ... Setting up node-cyclist (1.0.1-2) ... Setting up node-which (1.3.0-2) ... Setting up node-lcid (1.0.0-1) ... Setting up node-wrappy (1.0.2-1) ... Setting up node-text-table (0.2.0-2) ... Setting up node-asynckit (0.4.0-2) ... Setting up node-proto-list (1.2.4-1) ... Setting up node-require-directory (2.1.1-1) ... Setting up node-punycode (2.1.1-2) ... Setting up node-concat-stream (1.6.2-1) ... Setting up node-defaults (1.0.3-1) ... Setting up node-mute-stream (0.0.8-1) ... Setting up node-mimic-response (1.0.0-1) ... Setting up node-duplexer3 (0.1.4-4) ... Setting up node-stream-iterate (1.2.0-4) ... Setting up node-graceful-fs (4.1.11-1) ... Setting up node-node-uuid (3.3.2-2) ... Setting up node-jsonify (0.0.0-1) ... Setting up node-json-stable-stringify (1.0.1-1) ... Setting up node-hosted-git-info (2.7.1-1+deb10u1) ... Setting up node-aproba (1.2.0-1) ... Setting up node-tough-cookie (2.3.4+dfsg-1+deb10u1) ... Setting up node-mimic-fn (1.1.0-1) ... Setting up node-rc (1.1.6-2) ... Setting up node-spdx-license-ids (1.2.2-1) ... Setting up node-string-decoder (1.2.0-1) ... Setting up node-mkdirp (0.5.1-1) ... Setting up node-run-queue (1.0.3-1) ... Setting up node-call-limit (1.1.0-1) ... Setting up node-core-util-is (1.0.2-1) ... Setting up node-json-schema (0.2.3-1+deb10u1) ... Setting up node-minimatch (3.0.4-3+deb10u1) ... Setting up node-is-builtin-module (2.0.0-1) ... Setting up node-cli-boxes (1.0.0-1) ... Setting up node-opener (1.4.3-1) ... Setting up node-archy (1.0.0-2) ... Setting up node-caseless (0.12.0-1) ... Setting up node-imurmurhash (0.1.4-1) ... Setting up node-xtend (4.0.1-2) ... Setting up node-p-timeout (1.2.0-1) ... Setting up node-verror (1.10.0-1) ... Setting up node-getpass (0.1.7-1) ... Setting up node-encoding (0.1.12-2) ... Setting up node-config-chain (1.1.11-1) ... Setting up node-read (1.0.7-1) ... Setting up node-detect-indent (5.0.0-1) ... Setting up node-nopt (3.0.6-3) ... Setting up node-npm-run-path (2.0.2-2) ... Setting up node-asn1 (0.2.3-1) ... Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ... Setting up node-sorted-object (2.0.1-1) ... Setting up node-color-convert (1.9.0-3) ... Setting up node-isarray (2.0.4-1) ... Setting up node-osenv (0.1.5-1) ... Setting up node-is-plain-obj (1.1.0-1) ... Setting up node-shebang-command (1.2.0-1) ... Setting up libjs-is-typedarray (1.0.0-2) ... Setting up node-lowercase-keys (1.0.0-2) ... Setting up node-decompress-response (3.3.0-1) ... Setting up node-strip-eof (1.0.0-2) ... Setting up node-process-nextick-args (2.0.0-1) ... Setting up node-semver (5.5.1-1) ... Setting up node-has-unicode (2.0.1-2) ... Setting up node-fs-write-stream-atomic (1.0.10-4) ... Setting up gyp (0.1+20180428git4d467626-3) ... Setting up node-readable-stream (2.3.6-1) ... Setting up node-ssri (5.2.4-2) ... Setting up node-through2 (2.0.5-2) ... Setting up node-lru-cache (5.1.1-4) ... Setting up node-bcrypt-pbkdf (1.0.1-1) ... Setting up node-mem (1.1.0-1) ... Setting up node-supports-color (4.4.0-2) ... Setting up node-once (1.4.0-3) ... Setting up node-write-file-atomic (2.3.0-1) ... Setting up node-jsprim (1.4.0-1) ... Setting up node-sha (2.0.1-1) ... Setting up node-url-parse-lax (1.0.0-1) ... Setting up node-flush-write-stream (1.0.3-1) ... Setting up node-ajv (5.0.0-1) ... Setting up node-errno (0.1.4-1) ... Setting up node-find-up (2.1.0-1) ... Setting up node-semver-diff (2.1.0-2) ... Setting up node-from2 (2.3.0-1) ... Setting up node-promzard (0.3.0-1) ... Setting up node-wcwidth.js (1.0.0-1) ... Setting up node-spdx-correct (1.0.2-1) ... Setting up node-unique-filename (1.1.0+ds-2) ... Setting up node-cross-spawn (5.1.0-2) ... Setting up node-ansi-styles (3.2.1-1) ... Setting up node-form-data (2.3.2-2) ... Setting up node-lockfile (1.0.4-1) ... Setting up node-chalk (2.3.0-2) ... Setting up node-parallel-transform (1.1.0-2) ... Setting up node-registry-url (3.1.0-1) ... Setting up node-is-typedarray (1.0.0-2) ... Setting up node-registry-auth-token (3.3.1-1) ... Setting up node-tar (4.4.6+ds1-3+deb10u2) ... Setting up node-inflight (1.0.6-1) ... Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ... Setting up node-npm-package-arg (6.0.0-2) ... Setting up node-isurl (1.0.0-1) ... Setting up node-string-width (2.1.1-1) ... Setting up node-sshpk (1.13.1+dfsg-2) ... Setting up node-har-validator (5.1.0-1) ... Setting up node-validate-npm-package-license (3.0.1-1) ... Setting up node-end-of-stream (1.4.1-1+deb10u1) ... Setting up node-execa (0.10.0+dfsg-1) ... Setting up node-pump (3.0.0-1) ... Setting up node-term-size (1.2.0+dfsg-2) ... Setting up node-os-locale (2.0.0-1) ... Setting up node-http-signature (1.2.0-1) ... Setting up node-duplexify (3.6.1-1) ... Setting up node-wrap-ansi (4.0.0-1) ... Setting up node-normalize-package-data (2.4.0-1) ... Setting up node-glob (7.1.3-2) ... Setting up node-pumpify (1.5.1-1) ... Setting up node-widest-line (1.2.2-1) ... Setting up node-got (7.1.0-1) ... Setting up node-package-json (4.0.1-1) ... Setting up node-latest-version (3.1.0-1) ... Setting up node-wide-align (1.1.0-1) ... Setting up node-ansi-align (2.0.0-1) ... Setting up node-request (2.88.1-2) ... Setting up node-cliui (4.1.0-1) ... Setting up node-rimraf (2.6.2-1) ... Setting up node-stream-each (1.2.2-2) ... Setting up node-yargs (10.0.3-2) ... Setting up node-mississippi (3.0.0-1) ... Setting up node-read-package-json (2.0.13-1) ... Setting up node-copy-concurrently (1.0.5-4) ... Setting up node-move-concurrently (1.0.1-2) ... Setting up node-fs-vacuum (1.2.10-2) ... Setting up node-gauge (2.7.4-1) ... Setting up node-boxen (1.2.2-1) ... Setting up node-libnpx (10.2.0+repack-1) ... Setting up node-npmlog (4.1.2-1) ... Setting up node-cacache (11.3.2-2) ... Setting up node-gyp (3.8.0-6) ... Setting up npm (5.8.0+ds6-4+deb10u2) ... Processing triggers for man-db (2.8.5-2) ... npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm@10.2.0 had bundled packages that do not match the required version(s). They have been replaced with non-bundled versions. npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "npm:": npm:string-width@^4.2.0 npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-10-11T17_23_33_356Z-debug.log npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ [Check Prefix : /usr/local and sudo prefix : /usr/local and www-data prefix : /usr/local : [ OK ] + echo 4 + cd /var/www/html/core/class/../../plugins/mqtt2/resources/mqtt2d + rm -rf node_modules + sudo npm install npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN mqtt2@1.0.0 No repository field. npm WARN mqtt2@1.0.0 No license field. added 110 packages from 91 contributors in 24.056s + chown -R www-data:www-data jeedom mqtt2d.js node_modules package-lock.json package.json + echo 5 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end mqtt2 Synchronizing state of mosquitto.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable mosquitto + rm /tmp/jeedom_install_in_progress_mqtt2 + echo '*******************End of package installation******************' *******************End of package installation******************