crypto:chia:install
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crypto:chia:install [2021/05/12 17:05] – created peter | crypto:chia:install [2021/07/10 11:33] (current) – [Crypto - Chia - Install] peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
< | < | ||
- | sudo apt-get update | + | sudo apt update |
- | sudo apt-get upgrade -y | + | sudo apt upgrade -y |
# Install Git. | # Install Git. | ||
Line 15: | Line 15: | ||
sh install.sh | sh install.sh | ||
+ | # Activate the virtual environment in dir chia-blockchain. | ||
. ./activate | . ./activate | ||
- | # The GUI requires you have Ubuntu Desktop or a similar windowing system installed. | + | # If the GUI is going to be used then install it too. |
- | # You can not install and run the GUI as root | + | |
sh install-gui.sh | sh install-gui.sh | ||
+ | </ | ||
+ | <WRAP info> | ||
+ | **NOTE:** If the GUI is going to be used: | ||
+ | |||
+ | <code bash> | ||
cd chia-blockchain-gui | cd chia-blockchain-gui | ||
npm run electron & | npm run electron & | ||
</ | </ | ||
+ | |||
+ | </ | ||
---- | ---- | ||
+ | |||
+ | ====== Initialize ====== | ||
<code bash> | <code bash> | ||
- | git clone https:// | + | chia init |
- | Cloning into 'chia-blockchain' | + | chia keys add |
- | remote: Enumerating objects: 43443, done. | + | |
- | remote: Counting objects: 100% (1765/ | + | |
- | remote: Compressing objects: 100% (765/765), done. | + | |
- | remote: Total 43443 (delta 1235), reused 1382 (delta 998), pack-reused 41678 | + | |
- | Receiving objects: 100% (43443/ | + | |
- | Resolving deltas: 100% (33189/ | + | |
- | Submodule ' | + | |
- | Submodule ' | + | |
- | Cloning into '/ | + | |
- | remote: Enumerating objects: 15658, done. | + | |
- | remote: Counting objects: 100% (123/123), done. | + | |
- | remote: Compressing objects: 100% (103/103), done. | + | |
- | remote: Total 15658 (delta 92), reused 0 (delta 0), pack-reused 15535 | + | |
- | Receiving objects: 100% (15658/ | + | |
- | Resolving deltas: 100% (9896/ | + | |
- | Cloning into '/ | + | |
- | remote: Enumerating objects: 29, done. | + | |
- | remote: Counting objects: 100% (29/29), done. | + | |
- | remote: Compressing objects: 100% (19/19), done. | + | |
- | remote: Total 29 (delta 4), reused 24 (delta 2), pack-reused 0 | + | |
- | Submodule path ' | + | |
- | Submodule path ' | + | |
</ | </ | ||
- | ---- | + | <WRAP info> |
+ | **NOTE: | ||
- | <code bash> | + | * The keys can be found from an existing chia install: |
- | cd chia-blockchain/ | + | chia keys show --show-mnemonic-seed |
+ | </code> | ||
- | sh install.sh | + | * Keep these keys secure! |
+ | </ | ||
- | apt-get is / | ||
- | Installing on Ubuntu/ | ||
- | [sudo] password for peter: | ||
- | Hit:1 http:// | ||
- | Hit:2 http:// | ||
- | Hit:3 http:// | ||
- | Hit:4 https:// | ||
- | Hit:5 http:// | ||
- | Get:6 http:// | ||
- | Hit:7 http:// | ||
- | Hit:8 http:// | ||
- | Get:9 http:// | ||
- | Get:10 http:// | ||
- | Fetched 324 kB in 1s (292 kB/s) | ||
- | Reading package lists... Done | ||
- | Reading package lists... Done | ||
- | Building dependency tree | ||
- | Reading state information... Done | ||
- | python3-distutils is already the newest version (3.8.5-1~20.04.1). | ||
- | python3.8-venv is already the newest version (3.8.5-1~20.04.2). | ||
- | 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. | ||
- | Python version is 3.8 | ||
- | Requirement already satisfied: pip in ./ | ||
- | Requirement already satisfied: wheel in ./ | ||
- | Looking in indexes: https:// | ||
- | Collecting miniupnpc==2.1 | ||
- | Downloading https:// | ||
- | | ||
- | Installing collected packages: miniupnpc | ||
- | Successfully installed miniupnpc-2.1 | ||
- | Looking in indexes: https:// | ||
- | Obtaining file:/// | ||
- | Installing build dependencies ... done | ||
- | Getting requirements to build wheel ... done | ||
- | Preparing wheel metadata ... done | ||
- | Collecting PyYAML==5.4.1 | ||
- | Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) | ||
- | | ||
- | Collecting chiapos==1.0.1 | ||
- | Downloading chiapos-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (336 kB) | ||
- | | ||
- | Collecting bitstring==3.1.7 | ||
- | Downloading bitstring-3.1.7.tar.gz (195 kB) | ||
- | | ||
- | Collecting keyrings.cryptfile==1.3.4 | ||
- | Downloading keyrings.cryptfile-1.3.4.tar.gz (17 kB) | ||
- | Collecting websockets==8.1.0 | ||
- | Downloading websockets-8.1-cp38-cp38-manylinux2010_x86_64.whl (78 kB) | ||
- | | ||
- | Collecting clvm==0.9.6 | ||
- | Downloading clvm-0.9.6-py3-none-any.whl (19 kB) | ||
- | Collecting clvm-tools==0.4.3 | ||
- | Downloading clvm_tools-0.4.3-py3-none-any.whl (36 kB) | ||
- | Collecting aiosqlite==0.17.0 | ||
- | Downloading aiosqlite-0.17.0-py3-none-any.whl (15 kB) | ||
- | Collecting click==7.1.2 | ||
- | Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) | ||
- | | ||
- | Collecting sortedcontainers==2.3.0 | ||
- | Downloading sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB) | ||
- | Collecting colorlog==5.0.1 | ||
- | Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB) | ||
- | Collecting blspy==1.0.2 | ||
- | Downloading blspy-1.0.2-cp38-cp38-manylinux2010_x86_64.whl (819 kB) | ||
- | | ||
- | Collecting setproctitle==1.2.2 | ||
- | Downloading setproctitle-1.2.2-cp38-cp38-manylinux1_x86_64.whl (36 kB) | ||
- | Collecting chiabip158==1.0 | ||
- | Downloading chiabip158-1.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB) | ||
- | | ||
- | Collecting cryptography==3.4.7 | ||
- | Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) | ||
- | | ||
- | Collecting aiohttp==3.7.4 | ||
- | Downloading aiohttp-3.7.4-cp38-cp38-manylinux2014_x86_64.whl (1.5 MB) | ||
- | | ||
- | Collecting concurrent-log-handler==0.9.19 | ||
- | Downloading concurrent_log_handler-0.9.19-py2.py3-none-any.whl (18 kB) | ||
- | Collecting chiavdf==1.0.1 | ||
- | Downloading chiavdf-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (452 kB) | ||
- | | ||
- | Collecting clvm-rs==0.1.7 | ||
- | Downloading clvm_rs-0.1.7-cp38-cp38-manylinux2010_x86_64.whl (647 kB) | ||
- | | ||
- | Collecting keyring==23.0.1 | ||
- | Downloading keyring-23.0.1-py3-none-any.whl (33 kB) | ||
- | Collecting chardet< | ||
- | Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) | ||
- | | ||
- | Collecting attrs> | ||
- | Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) | ||
- | | ||
- | Collecting multidict< | ||
- | Downloading multidict-5.1.0-cp38-cp38-manylinux2014_x86_64.whl (159 kB) | ||
- | | ||
- | Collecting async-timeout< | ||
- | Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB) | ||
- | Collecting yarl< | ||
- | Downloading yarl-1.6.3-cp38-cp38-manylinux2014_x86_64.whl (324 kB) | ||
- | | ||
- | Collecting typing-extensions> | ||
- | Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) | ||
- | Requirement already satisfied: wheel in ./ | ||
- | Collecting portalocker> | ||
- | Downloading portalocker-2.3.0-py2.py3-none-any.whl (15 kB) | ||
- | Collecting cffi> | ||
- | Downloading cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB) | ||
- | | ||
- | Collecting SecretStorage> | ||
- | Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB) | ||
- | Collecting jeepney> | ||
- | Downloading jeepney-0.6.0-py3-none-any.whl (45 kB) | ||
- | | ||
- | Collecting importlib-metadata> | ||
- | Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) | ||
- | Collecting argon2_cffi | ||
- | Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB) | ||
- | | ||
- | Collecting pycryptodome | ||
- | Downloading pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB) | ||
- | | ||
- | Collecting pycparser | ||
- | Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) | ||
- | | ||
- | Collecting zipp> | ||
- | Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) | ||
- | Collecting idna> | ||
- | Downloading idna-3.1-py3-none-any.whl (58 kB) | ||
- | | ||
- | Collecting six | ||
- | Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) | ||
- | Building wheels for collected packages: bitstring, keyrings.cryptfile | ||
- | Building wheel for bitstring (setup.py) ... done | ||
- | Created wheel for bitstring: filename=bitstring-3.1.7-py3-none-any.whl size=37947 sha256=6ae634b987ee0a772ff73c2ba38024e023a502fb0257309697ae16ad398f0e9f | ||
- | Stored in directory: / | ||
- | Building wheel for keyrings.cryptfile (setup.py) ... done | ||
- | Created wheel for keyrings.cryptfile: | ||
- | Stored in directory: / | ||
- | Successfully built bitstring keyrings.cryptfile | ||
- | Installing collected packages: pycparser, cffi, zipp, jeepney, cryptography, | ||
- | Running setup.py develop for chia-blockchain | ||
- | Successfully installed PyYAML-5.4.1 SecretStorage-3.3.1 aiohttp-3.7.4 aiosqlite-0.17.0 argon2-cffi-20.1.0 async-timeout-3.0.1 attrs-21.2.0 bitstring-3.1.7 blspy-1.0.2 cffi-1.14.5 chardet-3.0.4 chia-blockchain-1.1.5 chiabip158-1.0 chiapos-1.0.1 chiavdf-1.0.1 click-7.1.2 clvm-0.9.6 clvm-rs-0.1.7 clvm-tools-0.4.3 colorlog-5.0.1 concurrent-log-handler-0.9.19 cryptography-3.4.7 idna-3.1 importlib-metadata-4.0.1 jeepney-0.6.0 keyring-23.0.1 keyrings.cryptfile-1.3.4 multidict-5.1.0 portalocker-2.3.0 pycparser-2.20 pycryptodome-3.10.1 setproctitle-1.2.2 six-1.16.0 sortedcontainers-2.3.0 typing-extensions-3.10.0.0 websockets-8.1 yarl-1.6.3 zipp-3.4.1 | ||
- | |||
- | Chia blockchain install.sh complete. | ||
- | For assistance join us on Keybase in the #testnet chat channel | ||
- | https:// | ||
- | |||
- | Try the Quick Start Guide to running chia-blockchain | ||
- | https:// | ||
- | |||
- | To install the GUI type 'sh install-gui.sh' | ||
- | |||
- | Type '. ./ | ||
- | </ | ||
---- | ---- | ||
- | <code bash> | + | ===== References ===== |
- | . ./activate | + | |
- | sh install-gui.sh | + | https:// |
- | + | ||
- | apt-get is / | + | |
- | Reading package lists... Done | + | |
- | Building dependency tree | + | |
- | Reading state information... Done | + | |
- | libxss1 is already the newest version (1: | + | |
- | libxss1 set to manually installed. | + | |
- | The following additional packages will be installed: | + | |
- | gyp libc-ares2 libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode64 libssl-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-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match | + | |
- | node-bcrypt-pbkdf node-bl 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-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-concat-stream | + | |
- | node-config-chain node-configstore node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream node-delegates node-detect-indent node-detect-newline node-dot-prop | + | |
- | node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal 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-function-bind node-gauge node-genfun 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-ip node-ip-regex node-is-npm node-is-obj node-is-object node-is-path-inside 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-schema-traverse 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-lodash node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp | + | |
- | node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise 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-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-proto-list node-prr node-pseudomap node-psl 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 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-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-strict-uri-encode 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-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe node-uri-js 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 nodejs-doc python-pkg-resources | + | |
- | Suggested packages: | + | |
- | libssl-doc python-setuptools | + | |
- | The following NEW packages will be installed | + | |
- | gyp libc-ares2 libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode64 libssl-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-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match | + | |
- | node-bcrypt-pbkdf node-bl 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-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-concat-stream | + | |
- | node-config-chain node-configstore node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream node-delegates node-detect-indent node-detect-newline node-dot-prop | + | |
- | node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal 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-function-bind node-gauge node-genfun 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-ip node-ip-regex node-is-npm node-is-obj node-is-object node-is-path-inside 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-schema-traverse 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-lodash node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp | + | |
- | node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise 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-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-proto-list node-prr node-pseudomap node-psl 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 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-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-strict-uri-encode 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-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe node-uri-js 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 nodejs nodejs-doc npm python-pkg-resources | + | |
- | 0 to upgrade, 290 to newly install, 0 to remove and 0 not to upgrade. | + | |
- | Need to get 12.6 MB of archives. | + | |
- | After this operation, 67.5 MB of additional disk space will be used. | + | |
- | Get:1 http:// | + | |
- | Get:2 http:// | + | |
- | Get:3 http:// | + | |
- | Get:4 http:// | + | |
- | Get:5 http:// | + | |
- | Get:6 http:// | + | |
- | Get:7 http:// | + | |
- | Get:8 http:// | + | |
- | Get:9 http:// | + | |
- | Get:10 http:// | + | |
- | Get:11 http:// | + | |
- | Get:12 http:// | + | |
- | Get:13 http:// | + | |
- | Get:14 http:// | + | |
- | Get:15 http:// | + | |
- | Get:16 http:// | + | |
- | Get:17 http:// | + | |
- | Get:18 http:// | + | |
- | Get:19 http:// | + | |
- | Get:20 http:// | + | |
- | Get:21 http:// | + | |
- | Get:22 http:// | + | |
- | Get:23 http:// | + | |
- | Get:24 http:// | + | |
- | Get:25 http:// | + | |
- | Get:26 http:// | + | |
- | Get:27 http:// | + | |
- | Get:28 http:// | + | |
- | Get:29 http:// | + | |
- | Get:30 http:// | + | |
- | Get:31 http:// | + | |
- | Get:32 http:// | + | |
- | Get:33 http:// | + | |
- | Get:34 http:// | + | |
- | Get:35 http:// | + | |
- | Get:36 http:// | + | |
- | Get:37 http:// | + | |
- | Get:38 http:// | + | |
- | Get:39 http:// | + | |
- | Get:40 http:// | + | |
- | Get:41 http:// | + | |
- | Get:42 http:// | + | |
- | Get:43 http:// | + | |
- | Get:44 http:// | + | |
- | Get:45 http:// | + | |
- | Get:46 http:// | + | |
- | Get:47 http:// | + | |
- | Get:48 http:// | + | |
- | Get:49 http:// | + | |
- | Get:50 http:// | + | |
- | Get:51 http:// | + | |
- | Get:52 http:// | + | |
- | Get:53 http:// | + | |
- | Get:54 http:// | + | |
- | Get:55 http:// | + | |
- | Get:56 http:// | + | |
- | Get:57 http:// | + | |
- | Get:58 http:// | + | |
- | Get:59 http:// | + | |
- | Get:60 http:// | + | |
- | Get:61 http:// | + | |
- | Get:62 http:// | + | |
- | Get:63 http:// | + | |
- | Get:64 http:// | + | |
- | Get:65 http:// | + | |
- | Get:66 http:// | + | |
- | Get:67 http:// | + | |
- | Get:68 http:// | + | |
- | Get:69 http:// | + | |
- | Get:70 http:// | + | |
- | Get:71 http:// | + | |
- | Get:72 http:// | + | |
- | Get:73 http:// | + | |
- | Get:74 http:// | + | |
- | Get:75 http:// | + | |
- | Get:76 http:// | + | |
- | Get:77 http:// | + | |
- | Get:78 http:// | + | |
- | Get:79 http:// | + | |
- | Get:80 http:// | + | |
- | Get:81 http:// | + | |
- | Get:82 http:// | + | |
- | Get:83 http:// | + | |
- | Get:84 http:// | + | |
- | Get:85 http:// | + | |
- | Get:86 http:// | + | |
- | Get:87 http:// | + | |
- | Get:88 http:// | + | |
- | Get:89 http:// | + | |
- | Get:90 http:// | + | |
- | Get:91 http:// | + | |
- | Get:92 http:// | + | |
- | Get:93 http:// | + | |
- | Get:94 http:// | + | |
- | Get:95 http:// | + | |
- | Get:96 http:// | + | |
- | Get:97 http:// | + | |
- | Get:98 http:// | + | |
- | Get:99 http:// | + | |
- | Get:100 http:// | + | |
- | Get:101 http:// | + | |
- | Get:102 http:// | + | |
- | Get:103 http:// | + | |
- | Get:104 http:// | + | |
- | Get:105 http:// | + | |
- | Get:106 http:// | + | |
- | Get:107 http:// | + | |
- | Get:108 http:// | + | |
- | Get:109 http:// | + | |
- | Get:110 http:// | + | |
- | Get:111 http:// | + | |
- | Get:112 http:// | + | |
- | Get:113 http:// | + | |
- | Get:114 http:// | + | |
- | Get:115 http:// | + | |
- | Get:116 http:// | + | |
- | Get:117 http:// | + | |
- | Get:118 http:// | + | |
- | Get:119 http:// | + | |
- | Get:120 http:// | + | |
- | Get:121 http:// | + | |
- | Get:122 http:// | + | |
- | Get:123 http:// | + | |
- | Get:124 http:// | + | |
- | Get:125 http:// | + | |
- | Get:126 http:// | + | |
- | Get:127 http:// | + | |
- | Get:128 http:// | + | |
- | Get:129 http:// | + | |
- | Get:130 http:// | + | |
- | Get:131 http:// | + | |
- | Get:132 http:// | + | |
- | Get:133 http:// | + | |
- | Get:134 http:// | + | |
- | Get:135 http:// | + | |
- | Get:136 http:// | + | |
- | Get:137 http:// | + | |
- | Get:138 http:// | + | |
- | Get:139 http:// | + | |
- | Get:140 http:// | + | |
- | Get:141 http:// | + | |
- | Get:142 http:// | + | |
- | Get:143 http:// | + | |
- | Get:144 http:// | + | |
- | Get:145 http:// | + | |
- | Get:146 http:// | + | |
- | Get:147 http:// | + | |
- | Get:148 http:// | + | |
- | Get:149 http:// | + | |
- | Get:150 http:// | + | |
- | Get:151 http:// | + | |
- | Get:152 http:// | + | |
- | Get:153 http:// | + | |
- | Get:154 http:// | + | |
- | Get:155 http:// | + | |
- | Get:156 http:// | + | |
- | Get:157 http:// | + | |
- | Get:158 http:// | + | |
- | Get:159 http:// | + | |
- | Get:160 http:// | + | |
- | Get:161 http:// | + | |
- | Get:162 http:// | + | |
- | Get:163 http:// | + | |
- | Get:164 http:// | + | |
- | Get:165 http:// | + | |
- | Get:166 http:// | + | |
- | Get:167 http:// | + | |
- | Get:168 http:// | + | |
- | Get:169 http:// | + | |
- | Get:170 http:// | + | |
- | Get:171 http:// | + | |
- | Get:172 http:// | + | |
- | Get:173 http:// | + | |
- | Get:174 http:// | + | |
- | Get:175 http:// | + | |
- | Get:176 http:// | + | |
- | Get:177 http:// | + | |
- | Get:178 http:// | + | |
- | Get:179 http:// | + | |
- | Get:180 http:// | + | |
- | Get:181 http:// | + | |
- | Get:182 http:// | + | |
- | Get:183 http:// | + | |
- | Get:184 http:// | + | |
- | Get:185 http:// | + | |
- | Get:186 http:// | + | |
- | Get:187 http:// | + | |
- | Get:188 http:// | + | |
- | Get:189 http:// | + | |
- | Get:190 http:// | + | |
- | Get:191 http:// | + | |
- | Get:192 http:// | + | |
- | Get:193 http:// | + | |
- | Get:194 http:// | + | |
- | Get:195 http:// | + | |
- | Get:196 http:// | + | |
- | Get:197 http:// | + | |
- | Get:198 http:// | + | |
- | Get:199 http:// | + | |
- | Get:200 http:// | + | |
- | Get:201 http:// | + | |
- | Get:202 http:// | + | |
- | Get:203 http:// | + | |
- | Get:204 http:// | + | |
- | Get:205 http:// | + | |
- | Get:206 http:// | + | |
- | Get:207 http:// | + | |
- | Get:208 http:// | + | |
- | Get:209 http:// | + | |
- | Get:210 http:// | + | |
- | Get:211 http:// | + | |
- | Get:212 http:// | + | |
- | Get:213 http:// | + | |
- | Get:214 http:// | + | |
- | Get:215 http:// | + | |
- | Get:216 http:// | + | |
- | Get:217 http:// | + | |
- | Get:218 http:// | + | |
- | Get:219 http:// | + | |
- | Get:220 http:// | + | |
- | Get:221 http:// | + | |
- | Get:222 http:// | + | |
- | Get:223 http:// | + | |
- | Get:224 http:// | + | |
- | Get:225 http:// | + | |
- | Get:226 http:// | + | |
- | Get:227 http:// | + | |
- | Get:228 http:// | + | |
- | Get:229 http:// | + | |
- | Get:230 http:// | + | |
- | Get:231 http:// | + | |
- | Get:232 http:// | + | |
- | Get:233 http:// | + | |
- | Get:234 http:// | + | |
- | Get:235 http:// | + | |
- | Get:236 http:// | + | |
- | Get:237 http:// | + | |
- | Get:238 http:// | + | |
- | Get:239 http:// | + | |
- | Get:240 http:// | + | |
- | Get:241 http:// | + | |
- | Get:242 http:// | + | |
- | Get:243 http:// | + | |
- | Get:244 http:// | + | |
- | Get:245 http:// | + | |
- | Get:246 http:// | + | |
- | Get:247 http:// | + | |
- | Get:248 http:// | + | |
- | Get:249 http:// | + | |
- | Get:250 http:// | + | |
- | Get:251 http:// | + | |
- | Get:252 http:// | + | |
- | Get:253 http:// | + | |
- | Get:254 http:// | + | |
- | Get:255 http:// | + | |
- | Get:256 http:// | + | |
- | Get:257 http:// | + | |
- | Get:258 http:// | + | |
- | Get:259 http:// | + | |
- | Get:260 http:// | + | |
- | Get:261 http:// | + | |
- | Get:262 http:// | + | |
- | Get:263 http:// | + | |
- | Get:264 http:// | + | |
- | Get:265 http:// | + | |
- | Get:266 http:// | + | |
- | Get:267 http:// | + | |
- | Get:268 http:// | + | |
- | Get:269 http:// | + | |
- | Get:270 http:// | + | |
- | Get:271 http:// | + | |
- | Get:272 http:// | + | |
- | Get:273 http:// | + | |
- | Get:274 http:// | + | |
- | Get:275 http:// | + | |
- | Get:276 http:// | + | |
- | Get:277 http:// | + | |
- | Get:278 http:// | + | |
- | Get:279 http:// | + | |
- | Get:280 http:// | + | |
- | Get:281 http:// | + | |
- | Get:282 http:// | + | |
- | Get:283 http:// | + | |
- | Get:284 http:// | + | |
- | Get:285 http:// | + | |
- | Get:286 http:// | + | |
- | Get:287 http:// | + | |
- | Get:288 http:// | + | |
- | Get:289 http:// | + | |
- | Get:290 http:// | + | |
- | Fetched 12.6 MB in 1s (11.9 MB/s) | + | |
- | Extract templates from packages: 100% | + | |
- | Selecting previously unselected package python-pkg-resources. | + | |
- | (Reading database ... 263168 files and directories currently installed.) | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking python-pkg-resources (44.0.0-2) ... | + | |
- | Selecting previously unselected package gyp. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking gyp (0.1+20180428git4d467626-3ubuntu1) ... | + | |
- | Selecting previously unselected package libjs-is-typedarray. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libjs-is-typedarray (1.0.0-2) ... | + | |
- | Selecting previously unselected package libjs-psl. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libjs-psl (1.7.0+ds-1) ... | + | |
- | Selecting previously unselected package libjs-typedarray-to-buffer. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libjs-typedarray-to-buffer (3.0.3-3) ... | + | |
- | Selecting previously unselected package libssl-dev: | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libssl-dev: | + | |
- | Selecting previously unselected package libuv1-dev: | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libuv1-dev: | + | |
- | Selecting previously unselected package libc-ares2: | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libc-ares2: | + | |
- | Selecting previously unselected package libnode64: | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libnode64: | + | |
- | Selecting previously unselected package libnode-dev: | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libnode-dev: | + | |
- | Selecting previously unselected package nodejs. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking nodejs (10.19.0~dfsg-3ubuntu1) ... | + | |
- | Selecting previously unselected package node-fast-deep-equal. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-fast-deep-equal (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-jsonify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-jsonify (0.0.0-1) ... | + | |
- | Selecting previously unselected package node-json-stable-stringify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-json-stable-stringify (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-json-schema-traverse. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-json-schema-traverse (0.3.1-1) ... | + | |
- | Selecting previously unselected package node-punycode. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-punycode (2.1.1-3) ... | + | |
- | Selecting previously unselected package node-uri-js. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-uri-js (4.2.2+dfsg-5) ... | + | |
- | Selecting previously unselected package node-ajv. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ajv (6.10.2-1) ... | + | |
- | Selecting previously unselected package node-clone. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-clone (2.1.2-1) ... | + | |
- | Selecting previously unselected package node-defaults. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-defaults (1.0.3-1) ... | + | |
- | Selecting previously unselected package node-wcwidth.js. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-wcwidth.js (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-ansi-regex. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ansi-regex (5.0.0-1) ... | + | |
- | Selecting previously unselected package node-strip-ansi. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-strip-ansi (6.0.0-2) ... | + | |
- | Selecting previously unselected package node-string-width. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-string-width (2.1.1-1) ... | + | |
- | Selecting previously unselected package node-ansi-align. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ansi-align (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-ansistyles. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ansistyles (0.1.3-2) ... | + | |
- | Selecting previously unselected package node-aproba. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-aproba (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-delegates. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-delegates (1.0.0-1) ... | + | |
- | Selecting previously unselected package libjs-inherits. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking libjs-inherits (2.0.4-1) ... | + | |
- | Selecting previously unselected package node-inherits. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-inherits (2.0.4-1) ... | + | |
- | Selecting previously unselected package node-core-util-is. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-core-util-is (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-safe-buffer. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-safe-buffer (5.2.0-1) ... | + | |
- | Selecting previously unselected package node-string-decoder. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-string-decoder (1.2.0-2) ... | + | |
- | Selecting previously unselected package node-process-nextick-args. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-process-nextick-args (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-util-deprecate. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-util-deprecate (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-isarray. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-isarray (2.0.5-1) ... | + | |
- | Selecting previously unselected package node-readable-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-readable-stream (3.4.0-2) ... | + | |
- | Selecting previously unselected package node-are-we-there-yet. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-are-we-there-yet (1.1.5-1) ... | + | |
- | Selecting previously unselected package node-asap. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-asap (2.0.6-2) ... | + | |
- | Selecting previously unselected package node-asn1. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-asn1 (0.2.3-2) ... | + | |
- | Selecting previously unselected package node-assert-plus. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-assert-plus (1.0.0-2) ... | + | |
- | Selecting previously unselected package node-asynckit. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-asynckit (0.4.0-3) ... | + | |
- | Selecting previously unselected package node-aws-sign2. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-aws-sign2 (0.7.1-2) ... | + | |
- | Selecting previously unselected package node-aws4. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-aws4 (1.9.0-1) ... | + | |
- | Selecting previously unselected package node-tweetnacl. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-tweetnacl (1.0.1+dfsg-2) ... | + | |
- | Selecting previously unselected package node-bcrypt-pbkdf. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-bcrypt-pbkdf (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-bluebird. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-bluebird (3.5.1+dfsg2-2build1) ... | + | |
- | Selecting previously unselected package node-camelcase. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-camelcase (5.3.1-1) ... | + | |
- | Selecting previously unselected package node-color-name. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-color-name (1.1.3-1) ... | + | |
- | Selecting previously unselected package node-color-convert. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-color-convert (1.9.3-1) ... | + | |
- | Selecting previously unselected package node-ansi-styles. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ansi-styles (4.2.1-1) ... | + | |
- | Selecting previously unselected package node-escape-string-regexp. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-escape-string-regexp (1.0.5-1) ... | + | |
- | Selecting previously unselected package node-has-flag. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-has-flag (4.0.0-1) ... | + | |
- | Selecting previously unselected package node-supports-color. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-supports-color (6.1.0-2) ... | + | |
- | Selecting previously unselected package node-chalk. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-chalk (2.4.2-1) ... | + | |
- | Selecting previously unselected package node-cli-boxes. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-cli-boxes (2.2.0-2) ... | + | |
- | Selecting previously unselected package node-yallist. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-yallist (4.0.0-1) ... | + | |
- | Selecting previously unselected package node-lru-cache. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lru-cache (5.1.1-5) ... | + | |
- | Selecting previously unselected package node-isexe. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-isexe (2.0.0-4) ... | + | |
- | Selecting previously unselected package node-which. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-which (2.0.2-1) ... | + | |
- | Selecting previously unselected package node-shebang-regex. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-shebang-regex (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-shebang-command. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-shebang-command (1.2.0-1) ... | + | |
- | Selecting previously unselected package node-cross-spawn. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-cross-spawn (5.1.0-2) ... | + | |
- | Selecting previously unselected package node-wrappy. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-wrappy (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-once. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-once (1.4.0-3) ... | + | |
- | Selecting previously unselected package node-end-of-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-end-of-stream (1.4.4-1) ... | + | |
- | Selecting previously unselected package node-pump. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-pump (3.0.0-2) ... | + | |
- | Selecting previously unselected package node-get-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-get-stream (4.1.0-1) ... | + | |
- | Selecting previously unselected package node-is-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-stream (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-npm-run-path. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-npm-run-path (2.0.2-2) ... | + | |
- | Selecting previously unselected package node-p-finally. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-finally (1.0.0-2) ... | + | |
- | Selecting previously unselected package node-signal-exit. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-signal-exit (3.0.2-1) ... | + | |
- | Selecting previously unselected package node-strip-eof. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-strip-eof (1.0.0-2) ... | + | |
- | Selecting previously unselected package node-execa. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-execa (0.10.0+dfsg-1) ... | + | |
- | Selecting previously unselected package node-term-size. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-term-size (1.2.0+dfsg-2) ... | + | |
- | Selecting previously unselected package node-widest-line. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-widest-line (3.1.0-1) ... | + | |
- | Selecting previously unselected package node-boxen. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-boxen (4.2.0-2) ... | + | |
- | Selecting previously unselected package node-builtin-modules. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-builtin-modules (3.1.0-1) ... | + | |
- | Selecting previously unselected package node-builtins. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-builtins (1.0.3-1) ... | + | |
- | Selecting previously unselected package node-chownr. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-chownr (1.1.3-3) ... | + | |
- | Selecting previously unselected package node-balanced-match. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-balanced-match (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-concat-map. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-concat-map (0.0.1-2) ... | + | |
- | Selecting previously unselected package node-brace-expansion. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-brace-expansion (1.1.11-1) ... | + | |
- | Selecting previously unselected package node-minimatch. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-minimatch (3.0.4-4) ... | + | |
- | Selecting previously unselected package node-fs.realpath. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-fs.realpath (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-inflight. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-inflight (1.0.6-1) ... | + | |
- | Selecting previously unselected package node-path-is-absolute. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-path-is-absolute (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-glob. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-glob (7.1.6-1) ... | + | |
- | Selecting previously unselected package node-graceful-fs. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-graceful-fs (4.2.3-2) ... | + | |
- | Selecting previously unselected package node-typedarray. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-typedarray (0.0.6-1) ... | + | |
- | Selecting previously unselected package node-concat-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-concat-stream (1.6.2-1) ... | + | |
- | Selecting previously unselected package node-stream-shift. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-stream-shift (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-duplexify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-duplexify (4.1.1-1) ... | + | |
- | Selecting previously unselected package node-flush-write-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-flush-write-stream (2.0.0-2) ... | + | |
- | Selecting previously unselected package node-from2. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-from2 (2.3.0-1) ... | + | |
- | Selecting previously unselected package node-cyclist. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-cyclist (1.0.1-2) ... | + | |
- | Selecting previously unselected package node-parallel-transform. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-parallel-transform (1.1.0-2) ... | + | |
- | Selecting previously unselected package node-pumpify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-pumpify (2.0.1-1) ... | + | |
- | Selecting previously unselected package node-stream-each. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-stream-each (1.2.3-1) ... | + | |
- | Selecting previously unselected package node-through2. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-through2 (3.0.1-2) ... | + | |
- | Selecting previously unselected package node-mississippi. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mississippi (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-mkdirp. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mkdirp (0.5.1-2) ... | + | |
- | Selecting previously unselected package node-run-queue. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-run-queue (1.0.3-1) ... | + | |
- | Selecting previously unselected package node-rimraf. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-rimraf (2.6.3-1) ... | + | |
- | Selecting previously unselected package node-imurmurhash. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-imurmurhash (0.1.4-1) ... | + | |
- | Selecting previously unselected package node-iferr. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-iferr (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-fs-write-stream-atomic. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-fs-write-stream-atomic (1.0.10-4) ... | + | |
- | Selecting previously unselected package node-copy-concurrently. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-copy-concurrently (1.0.5-4) ... | + | |
- | Selecting previously unselected package node-move-concurrently. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-move-concurrently (1.0.1-2) ... | + | |
- | Selecting previously unselected package node-promise-inflight. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-promise-inflight (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-ssri. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ssri (7.1.0-2) ... | + | |
- | Selecting previously unselected package node-unique-filename. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-unique-filename (1.1.1+ds-1) ... | + | |
- | Selecting previously unselected package node-y18n. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-y18n (4.0.0-2) ... | + | |
- | Selecting previously unselected package node-cacache. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-cacache (11.3.3-2) ... | + | |
- | Selecting previously unselected package node-call-limit. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-call-limit (1.1.1-1) ... | + | |
- | Selecting previously unselected package node-caseless. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-caseless (0.12.0-1) ... | + | |
- | Selecting previously unselected package node-ci-info. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ci-info (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-wrap-ansi. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-wrap-ansi (4.0.0-2) ... | + | |
- | Selecting previously unselected package node-cliui. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-cliui (4.1.0-2) ... | + | |
- | Selecting previously unselected package node-co. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-co (4.6.0-1) ... | + | |
- | Selecting previously unselected package node-colors. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-colors (1.4.0-1) ... | + | |
- | Selecting previously unselected package node-columnify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-columnify (1.5.4-1) ... | + | |
- | Selecting previously unselected package node-proto-list. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-proto-list (1.2.4-1) ... | + | |
- | Selecting previously unselected package node-ini. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ini (1.3.5-1) ... | + | |
- | Selecting previously unselected package node-config-chain. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-config-chain (1.1.12-1) ... | + | |
- | Selecting previously unselected package node-is-obj. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-obj (1.0.1-2) ... | + | |
- | Selecting previously unselected package node-dot-prop. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-dot-prop (5.2.0-1) ... | + | |
- | Selecting previously unselected package node-semver. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-semver (7.1.3-1) ... | + | |
- | Selecting previously unselected package node-make-dir. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-make-dir (3.0.2-1) ... | + | |
- | Selecting previously unselected package node-crypto-random-string. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-crypto-random-string (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-unique-string. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-unique-string (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-is-typedarray. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-typedarray (1.0.0-2) ... | + | |
- | Selecting previously unselected package node-typedarray-to-buffer. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-typedarray-to-buffer (3.0.3-3) ... | + | |
- | Selecting previously unselected package node-write-file-atomic. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-write-file-atomic (3.0.3-1) ... | + | |
- | Selecting previously unselected package node-xdg-basedir. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-xdg-basedir (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-configstore. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-configstore (5.0.1-1) ... | + | |
- | Selecting previously unselected package node-console-control-strings. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-console-control-strings (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-dashdash. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-dashdash (1.14.1-2) ... | + | |
- | Selecting previously unselected package node-decamelize. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-decamelize (1.2.0-1) ... | + | |
- | Selecting previously unselected package node-mimic-response. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mimic-response (2.1.0-1) ... | + | |
- | Selecting previously unselected package node-decompress-response. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-decompress-response (3.3.0-1) ... | + | |
- | Selecting previously unselected package node-deep-extend. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-deep-extend (0.6.0-1) ... | + | |
- | Selecting previously unselected package node-lodash-packages. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lodash-packages (4.17.15+dfsg-2) ... | + | |
- | Selecting previously unselected package node-define-properties. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-define-properties (1.1.3-1) ... | + | |
- | Selecting previously unselected package node-detect-indent. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-detect-indent (5.0.0-1) ... | + | |
- | Selecting previously unselected package node-detect-newline. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-detect-newline (2.1.0-1) ... | + | |
- | Selecting previously unselected package node-duplexer3. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-duplexer3 (0.1.4-5) ... | + | |
- | Selecting previously unselected package node-jsbn. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-jsbn (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-ecc-jsbn. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ecc-jsbn (0.2.0-2) ... | + | |
- | Selecting previously unselected package node-editor. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-editor (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-err-code. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-err-code (2.0.0+dfsg-1) ... | + | |
- | Selecting previously unselected package node-es6-promise. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-es6-promise (4.2.8-6) ... | + | |
- | Selecting previously unselected package node-extsprintf. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-extsprintf (1.3.0-1) ... | + | |
- | Selecting previously unselected package node-p-limit. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-limit (2.2.2-1) ... | + | |
- | Selecting previously unselected package node-p-locate. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-locate (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-path-exists. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-path-exists (4.0.0-2) ... | + | |
- | Selecting previously unselected package node-locate-path. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-locate-path (5.0.0-2) ... | + | |
- | Selecting previously unselected package node-find-up. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-find-up (4.1.0-2) ... | + | |
- | Selecting previously unselected package node-path-is-inside. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-path-is-inside (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-fs-vacuum. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-fs-vacuum (1.2.10-3) ... | + | |
- | Selecting previously unselected package node-function-bind. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-function-bind (1.1.1+repack-1) ... | + | |
- | Selecting previously unselected package node-object-assign. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-object-assign (4.1.1-3) ... | + | |
- | Selecting previously unselected package node-has-unicode. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-has-unicode (2.0.1-2) ... | + | |
- | Selecting previously unselected package node-wide-align. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-wide-align (1.1.3-1) ... | + | |
- | Selecting previously unselected package node-gauge. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-gauge (2.7.4-1) ... | + | |
- | Selecting previously unselected package node-genfun. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-genfun (5.0.0-1) ... | + | |
- | Selecting previously unselected package node-get-caller-file. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-get-caller-file (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-getpass. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-getpass (0.1.7-1) ... | + | |
- | Selecting previously unselected package node-is-retry-allowed. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-retry-allowed (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-p-cancelable. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-cancelable (0.3.0-1) ... | + | |
- | Selecting previously unselected package node-p-timeout. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-timeout (1.2.0-1) ... | + | |
- | Selecting previously unselected package node-is-plain-obj. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-plain-obj (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-url-to-options. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-url-to-options (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-timed-out. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-timed-out (4.0.1-5) ... | + | |
- | Selecting previously unselected package node-lowercase-keys. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lowercase-keys (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-is-object. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-object (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-has-symbol-support-x. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ... | + | |
- | Selecting previously unselected package node-has-to-string-tag-x. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ... | + | |
- | Selecting previously unselected package node-isurl. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-isurl (4.0.1-2) ... | + | |
- | Selecting previously unselected package node-prepend-http. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-prepend-http (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-url-parse-lax. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-url-parse-lax (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-got. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-got (7.1.0-1) ... | + | |
- | Selecting previously unselected package node-har-schema. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-har-schema (2.0.0-3) ... | + | |
- | Selecting previously unselected package node-har-validator. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-har-validator (5.1.3-1) ... | + | |
- | Selecting previously unselected package node-hosted-git-info. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-hosted-git-info (2.8.5-1) ... | + | |
- | Selecting previously unselected package node-json-schema. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-json-schema (0.2.3-1) ... | + | |
- | Selecting previously unselected package node-verror. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-verror (1.10.0-1) ... | + | |
- | Selecting previously unselected package node-jsprim. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-jsprim (1.4.1-1) ... | + | |
- | Selecting previously unselected package node-sshpk. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-sshpk (1.16.1+dfsg-2) ... | + | |
- | Selecting previously unselected package node-http-signature. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-http-signature (1.3.2-1) ... | + | |
- | Selecting previously unselected package node-iconv-lite. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-iconv-lite (0.4.23-1) ... | + | |
- | Selecting previously unselected package node-import-lazy. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ... | + | |
- | Selecting previously unselected package node-invert-kv. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-invert-kv (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-ip. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ip (1.1.5-5) ... | + | |
- | Selecting previously unselected package node-ip-regex. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ip-regex (4.1.0-2) ... | + | |
- | Selecting previously unselected package node-is-npm. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-npm (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-is-path-inside. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-is-path-inside (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-isstream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-isstream (0.1.2+dfsg-1) ... | + | |
- | Selecting previously unselected package node-json-parse-better-errors. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-json-parse-better-errors (1.0.2-2) ... | + | |
- | Selecting previously unselected package node-jsonparse. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-jsonparse (1.3.1-7) ... | + | |
- | Selecting previously unselected package node-through. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-through (2.3.8-1) ... | + | |
- | Selecting previously unselected package node-jsonstream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-jsonstream (1.3.5-1) ... | + | |
- | Selecting previously unselected package node-minimist. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-minimist (1.2.5-1) ... | + | |
- | Selecting previously unselected package node-strip-json-comments. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-strip-json-comments (3.0.1-3) ... | + | |
- | Selecting previously unselected package node-rc. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-rc (1.2.8-1) ... | + | |
- | Selecting previously unselected package node-registry-url. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-registry-url (3.1.0-1) ... | + | |
- | Selecting previously unselected package node-registry-auth-token. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-registry-auth-token (3.3.1-1) ... | + | |
- | Selecting previously unselected package node-package-json. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-package-json (4.0.1-1) ... | + | |
- | Selecting previously unselected package node-latest-version. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-latest-version (3.1.0-1) ... | + | |
- | Selecting previously unselected package node-lazy-property. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lazy-property (1.0.0-3) ... | + | |
- | Selecting previously unselected package node-lcid. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lcid (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-osenv. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-osenv (0.1.5-1) ... | + | |
- | Selecting previously unselected package node-validate-npm-package-name. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-validate-npm-package-name (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-npm-package-arg. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-npm-package-arg (6.1.1-1) ... | + | |
- | Selecting previously unselected package node-require-directory. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-require-directory (2.1.1-1) ... | + | |
- | Selecting previously unselected package node-set-blocking. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-set-blocking (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-require-main-filename. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-require-main-filename (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-which-module. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-which-module (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-mimic-fn. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mimic-fn (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-mem. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mem (1.1.0-1) ... | + | |
- | Selecting previously unselected package node-os-locale. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-os-locale (4.0.0-1) ... | + | |
- | Selecting previously unselected package node-yargs-parser. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-yargs-parser (18.1.1-1) ... | + | |
- | Selecting previously unselected package node-yargs. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-yargs (15.3.0-1) ... | + | |
- | Selecting previously unselected package node-libnpx. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-libnpx (10.2.1-2) ... | + | |
- | Selecting previously unselected package node-lodash. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lodash (4.17.15+dfsg-2) ... | + | |
- | Selecting previously unselected package node-ms. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ms (2.1.1-1) ... | + | |
- | Selecting previously unselected package node-npm-bundled. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-npm-bundled (1.1.1-1) ... | + | |
- | Selecting previously unselected package node-number-is-nan. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-number-is-nan (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-opener. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-opener (1.5.1-1) ... | + | |
- | Selecting previously unselected package node-p-is-promise. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-p-is-promise (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-performance-now. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-performance-now (2.1.0+debian-1) ... | + | |
- | Selecting previously unselected package node-pify. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-pify (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-retry. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-retry (0.12.0-1) ... | + | |
- | Selecting previously unselected package node-promise-retry. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-promise-retry (1.1.1-4) ... | + | |
- | Selecting previously unselected package node-mute-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mute-stream (0.0.8-2) ... | + | |
- | Selecting previously unselected package node-read. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-read (1.0.7-2) ... | + | |
- | Selecting previously unselected package node-promzard. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-promzard (0.3.0-1) ... | + | |
- | Selecting previously unselected package node-pseudomap. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-pseudomap (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-psl. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-psl (1.7.0+ds-1) ... | + | |
- | Selecting previously unselected package node-qw. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-qw (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-resolve-from. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-resolve-from (4.0.0-1) ... | + | |
- | Selecting previously unselected package node-semver-diff. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-semver-diff (2.1.0-2) ... | + | |
- | Selecting previously unselected package node-slash. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-slash (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-sorted-object. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-sorted-object (2.0.1-1) ... | + | |
- | Selecting previously unselected package node-spdx-license-ids. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-spdx-license-ids (3.0.5-1) ... | + | |
- | Selecting previously unselected package node-spdx-exceptions. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-spdx-exceptions (2.2.0-1) ... | + | |
- | Selecting previously unselected package node-spdx-expression-parse. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-spdx-expression-parse (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-spdx-correct. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-spdx-correct (3.1.0-1) ... | + | |
- | Selecting previously unselected package node-stream-iterate. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-stream-iterate (1.2.0-4) ... | + | |
- | Selecting previously unselected package node-strict-uri-encode. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-strict-uri-encode (2.0.0-1) ... | + | |
- | Selecting previously unselected package node-text-table. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-text-table (0.2.0-2) ... | + | |
- | Selecting previously unselected package node-tough-cookie. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-tough-cookie (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-uid-number. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-uid-number (0.0.6-1ubuntu0.20.04.1) ... | + | |
- | Selecting previously unselected package node-unpipe. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-unpipe (1.0.0-1) ... | + | |
- | Selecting previously unselected package node-uuid. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-uuid (3.3.2-2) ... | + | |
- | Selecting previously unselected package node-validate-npm-package-license. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-validate-npm-package-license (3.0.4-1) ... | + | |
- | Selecting previously unselected package node-xtend. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-xtend (4.0.2-1) ... | + | |
- | Selecting previously unselected package nodejs-doc. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking nodejs-doc (10.19.0~dfsg-3ubuntu1) ... | + | |
- | Selecting previously unselected package node-abbrev. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-abbrev (1.1.1-2) ... | + | |
- | Selecting previously unselected package node-ansi. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-ansi (0.3.1-1) ... | + | |
- | Selecting previously unselected package node-archy. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-archy (1.0.0-3) ... | + | |
- | Selecting previously unselected package node-bl. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-bl (4.0.0-2) ... | + | |
- | Selecting previously unselected package node-delayed-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-delayed-stream (1.0.0-4) ... | + | |
- | Selecting previously unselected package node-combined-stream. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-combined-stream (1.0.8-1) ... | + | |
- | Selecting previously unselected package node-debug. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-debug (4.1.1-2) ... | + | |
- | Selecting previously unselected package node-encoding. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-encoding (0.1.12-3) ... | + | |
- | Selecting previously unselected package node-prr. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-prr (1.0.1-1) ... | + | |
- | Selecting previously unselected package node-errno. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-errno (0.1.7-1) ... | + | |
- | Selecting previously unselected package node-extend. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-extend (3.0.2-1) ... | + | |
- | Selecting previously unselected package node-forever-agent. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-forever-agent (0.6.1-2) ... | + | |
- | Selecting previously unselected package node-mime. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mime (2.4.4+dfsg-1) ... | + | |
- | Selecting previously unselected package node-mime-types. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-mime-types (2.1.25-1) ... | + | |
- | Selecting previously unselected package node-form-data. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-form-data (3.0.0-2) ... | + | |
- | Selecting previously unselected package node-nopt. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-nopt (3.0.6-4) ... | + | |
- | Selecting previously unselected package node-npmlog. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-npmlog (4.1.2-2) ... | + | |
- | Selecting previously unselected package node-json-stringify-safe. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-json-stringify-safe (5.0.1+repack-2) ... | + | |
- | Selecting previously unselected package node-oauth-sign. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-oauth-sign (0.9.0-2) ... | + | |
- | Selecting previously unselected package node-qs. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-qs (6.9.1+ds-1) ... | + | |
- | Selecting previously unselected package node-tunnel-agent. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-tunnel-agent (0.6.1-2) ... | + | |
- | Selecting previously unselected package node-request. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-request (2.88.1-4) ... | + | |
- | Selecting previously unselected package node-tar. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-tar (4.4.10+ds1-2ubuntu1) ... | + | |
- | Selecting previously unselected package node-gyp. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-gyp (6.1.0-3) ... | + | |
- | Selecting previously unselected package node-lockfile. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-lockfile (1.0.4-3) ... | + | |
- | Selecting previously unselected package node-resolve. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-resolve (1.15.1-3) ... | + | |
- | Selecting previously unselected package node-normalize-package-data. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-normalize-package-data (2.5.0-1) ... | + | |
- | Selecting previously unselected package node-os-tmpdir. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-os-tmpdir (1.0.2-1) ... | + | |
- | Selecting previously unselected package node-read-package-json. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-read-package-json (2.1.1-1) ... | + | |
- | Selecting previously unselected package node-sha. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-sha (3.0.0-1) ... | + | |
- | Selecting previously unselected package node-slide. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking node-slide (1.1.6-2) ... | + | |
- | Selecting previously unselected package npm. | + | |
- | Preparing to unpack .../ | + | |
- | Unpacking npm (6.14.4+ds-1ubuntu2) ... | + | |
- | Setting up libuv1-dev: | + | |
- | Setting up libjs-inherits (2.0.4-1) ... | + | |
- | Setting up python-pkg-resources (44.0.0-2) ... | + | |
- | Setting up libc-ares2: | + | |
- | Setting up libjs-psl (1.7.0+ds-1) ... | + | |
- | Setting up libssl-dev: | + | |
- | Setting up libnode64: | + | |
- | Setting up nodejs-doc (10.19.0~dfsg-3ubuntu1) ... | + | |
- | Setting up libjs-is-typedarray (1.0.0-2) ... | + | |
- | Setting up gyp (0.1+20180428git4d467626-3ubuntu1) ... | + | |
- | Setting up libnode-dev: | + | |
- | Setting up nodejs (10.19.0~dfsg-3ubuntu1) ... | + | |
- | update-alternatives: | + | |
- | Setting up node-minimist (1.2.5-1) ... | + | |
- | Setting up node-aws4 (1.9.0-1) ... | + | |
- | Setting up node-prepend-http (2.0.0-1) ... | + | |
- | Setting up node-typedarray (0.0.6-1) ... | + | |
- | Setting up node-function-bind (1.1.1+repack-1) ... | + | |
- | Setting up node-clone (2.1.2-1) ... | + | |
- | Setting up node-iferr (1.0.2-1) ... | + | |
- | Setting up node-chownr (1.1.3-3) ... | + | |
- | Setting up node-has-flag (4.0.0-1) ... | + | |
- | Setting up node-os-tmpdir (1.0.2-1) ... | + | |
- | Setting up node-lodash-packages (4.17.15+dfsg-2) ... | + | |
- | Setting up node-json-schema-traverse (0.3.1-1) ... | + | |
- | Setting up node-asap (2.0.6-2) ... | + | |
- | Setting up node-mime (2.4.4+dfsg-1) ... | + | |
- | Setting up node-inherits (2.0.4-1) ... | + | |
- | Setting up node-builtin-modules (3.1.0-1) ... | + | |
- | Setting up node-path-is-absolute (2.0.0-1) ... | + | |
- | Setting up node-ini (1.3.5-1) ... | + | |
- | Setting up node-iconv-lite (0.4.23-1) ... | + | |
- | Setting up node-is-npm (1.0.0-1) ... | + | |
- | Setting up node-safe-buffer (5.2.0-1) ... | + | |
- | Setting up node-promise-inflight (1.0.1-1) ... | + | |
- | Setting up node-json-stringify-safe (5.0.1+repack-2) ... | + | |
- | Setting up node-json-parse-better-errors (1.0.2-2) ... | + | |
- | Setting up node-strict-uri-encode (2.0.0-1) ... | + | |
- | Setting up node-y18n (4.0.0-2) ... | + | |
- | Setting up node-detect-newline (2.1.0-1) ... | + | |
- | Setting up node-fast-deep-equal (1.1.0-1) ... | + | |
- | Setting up node-shebang-regex (2.0.0-1) ... | + | |
- | Setting up node-har-schema (2.0.0-3) ... | + | |
- | Setting up node-mime-types (2.1.25-1) ... | + | |
- | Setting up node-performance-now (2.1.0+debian-1) ... | + | |
- | Setting up node-err-code (2.0.0+dfsg-1) ... | + | |
- | Setting up node-resolve-from (4.0.0-1) ... | + | |
- | Setting up node-balanced-match (1.0.0-1) ... | + | |
- | Setting up node-ansi (0.3.1-1) ... | + | |
- | Setting up node-is-object (1.0.1-1) ... | + | |
- | Setting up node-is-stream (1.1.0-1) ... | + | |
- | Setting up node-spdx-exceptions (2.2.0-1) ... | + | |
- | Setting up node-deep-extend (0.6.0-1) ... | + | |
- | Setting up node-p-finally (1.0.0-2) ... | + | |
- | 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-2) ... | + | |
- | Setting up node-npm-bundled (1.1.1-1) ... | + | |
- | Setting up node-uid-number (0.0.6-1ubuntu0.20.04.1) ... | + | |
- | Setting up node-signal-exit (3.0.2-1) ... | + | |
- | Setting up node-cyclist (1.0.1-2) ... | + | |
- | Setting up node-wrappy (1.0.2-1) ... | + | |
- | Setting up node-text-table (0.2.0-2) ... | + | |
- | Setting up node-asynckit (0.4.0-3) ... | + | |
- | Setting up node-proto-list (1.2.4-1) ... | + | |
- | Setting up node-require-directory (2.1.1-1) ... | + | |
- | Setting up node-ip (1.1.5-5) ... | + | |
- | Setting up node-punycode (2.1.1-3) ... | + | |
- | Setting up node-concat-stream (1.6.2-1) ... | + | |
- | Setting up node-defaults (1.0.3-1) ... | + | |
- | Setting up node-is-typedarray (1.0.0-2) ... | + | |
- | Setting up node-mute-stream (0.0.8-2) ... | + | |
- | Setting up node-mimic-response (2.1.0-1) ... | + | |
- | Setting up libjs-typedarray-to-buffer (3.0.3-3) ... | + | |
- | Setting up node-duplexer3 (0.1.4-5) ... | + | |
- | Setting up node-number-is-nan (2.0.0-1) ... | + | |
- | Setting up node-graceful-fs (4.2.3-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.8.5-1) ... | + | |
- | Setting up node-aproba (2.0.0-1) ... | + | |
- | Setting up node-mimic-fn (3.0.0-1) ... | + | |
- | Setting up node-ip-regex (4.1.0-2) ... | + | |
- | Setting up node-crypto-random-string (1.0.0-1) ... | + | |
- | Setting up node-spdx-license-ids (3.0.5-1) ... | + | |
- | Setting up node-string-decoder (1.2.0-2) ... | + | |
- | Setting up node-mkdirp (0.5.1-2) ... | + | |
- | Setting up node-run-queue (1.0.3-1) ... | + | |
- | Setting up node-call-limit (1.1.1-1) ... | + | |
- | Setting up node-core-util-is (1.0.2-1) ... | + | |
- | Setting up node-json-schema (0.2.3-1) ... | + | |
- | Setting up node-uri-js (4.2.2+dfsg-5) ... | + | |
- | Setting up node-cli-boxes (2.2.0-2) ... | + | |
- | Setting up node-opener (1.5.1-1) ... | + | |
- | Setting up node-archy (1.0.0-3) ... | + | |
- | Setting up node-caseless (0.12.0-1) ... | + | |
- | Setting up node-imurmurhash (0.1.4-1) ... | + | |
- | Setting up node-xtend (4.0.2-1) ... | + | |
- | Setting up node-p-timeout (1.2.0-1) ... | + | |
- | Setting up node-encoding (0.1.12-3) ... | + | |
- | Setting up node-config-chain (1.1.12-1) ... | + | |
- | Setting up node-read (1.0.7-2) ... | + | |
- | Setting up node-detect-indent (5.0.0-1) ... | + | |
- | Setting up node-npm-run-path (2.0.2-2) ... | + | |
- | Setting up node-asn1 (0.2.3-2) ... | + | |
- | Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ... | + | |
- | Setting up node-sorted-object (2.0.1-1) ... | + | |
- | Setting up node-lodash (4.17.15+dfsg-2) ... | + | |
- | Setting up node-isarray (2.0.5-1) ... | + | |
- | Setting up node-osenv (0.1.5-1) ... | + | |
- | Setting up node-is-plain-obj (1.1.0-1) ... | + | |
- | Setting up node-ms (2.1.1-1) ... | + | |
- | Setting up node-shebang-command (1.2.0-1) ... | + | |
- | Setting up node-lowercase-keys (2.0.0-1) ... | + | |
- | Setting up node-decompress-response (3.3.0-1) ... | + | |
- | Setting up node-es6-promise (4.2.8-6) ... | + | |
- | Setting up node-strip-eof (1.0.0-2) ... | + | |
- | Setting up node-process-nextick-args (2.0.0-1) ... | + | |
- | Setting up node-semver (7.1.3-1) ... | + | |
- | Setting up node-has-unicode (2.0.1-2) ... | + | |
- | Setting up node-fs-write-stream-atomic (1.0.10-4) ... | + | |
- | Setting up node-forever-agent (0.6.1-2) ... | + | |
- | Setting up node-unpipe (1.0.0-1) ... | + | |
- | Setting up node-qs (6.9.1+ds-1) ... | + | |
- | Setting up node-slide (1.1.6-2) ... | + | |
- | Setting up node-delayed-stream (1.0.0-4) ... | + | |
- | 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 node-colors (1.4.0-1) ... | + | |
- | Setting up node-fs.realpath (1.0.0-1) ... | + | |
- | Setting up node-oauth-sign (0.9.0-2) ... | + | |
- | 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-3) ... | + | |
- | Setting up node-extsprintf (1.3.0-1) ... | + | |
- | Setting up node-abbrev (1.1.1-2) ... | + | |
- | Setting up node-mem (1.1.0-1) ... | + | |
- | Setting up node-path-is-inside (1.0.2-1) ... | + | |
- | Setting up node-supports-color (6.1.0-2) ... | + | |
- | Setting up node-invert-kv (1.0.0-1) ... | + | |
- | Setting up node-pify (3.0.0-1) ... | + | |
- | Setting up node-p-limit (2.2.2-1) ... | + | |
- | Setting up node-yallist (4.0.0-1) ... | + | |
- | Setting up node-define-properties (1.1.3-1) ... | + | |
- | Setting up node-p-cancelable (0.3.0-1) ... | + | |
- | Setting up node-ansi-regex (5.0.0-1) ... | + | |
- | Setting up node-p-is-promise (3.0.0-1) ... | + | |
- | Setting up node-timed-out (4.0.1-5) ... | + | |
- | Setting up node-strip-json-comments (3.0.1-3) ... | + | |
- | Setting up node-once (1.4.0-3) ... | + | |
- | Setting up node-psl (1.7.0+ds-1) ... | + | |
- | Setting up node-slash (3.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.12.0-1) ... | + | |
- | Setting up node-get-caller-file (1.0.2-1) ... | + | |
- | Setting up node-sha (3.0.0-1) ... | + | |
- | Setting up node-require-main-filename (1.0.1-1) ... | + | |
- | Setting up node-url-parse-lax (1.0.0-1) ... | + | |
- | Setting up node-concat-map (0.0.1-2) ... | + | |
- | 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-2) ... | + | |
- | Setting up node-ansistyles (0.1.3-2) ... | + | |
- | 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-is-obj (1.0.1-2) ... | + | |
- | Setting up node-resolve (1.15.1-3) ... | + | |
- | Setting up node-jsonparse (1.3.1-7) ... | + | |
- | Setting up node-ajv (6.10.2-1) ... | + | |
- | Setting up node-path-exists (4.0.0-2) ... | + | |
- | Setting up node-qw (1.0.1-1) ... | + | |
- | Setting up node-tweetnacl (1.0.1+dfsg-2) ... | + | |
- | Setting up node-escape-string-regexp (1.0.5-1) ... | + | |
- | Setting up node-through (2.3.8-1) ... | + | |
- | Setting up node-genfun (5.0.0-1) ... | + | |
- | Setting up node-errno (0.1.7-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-ci-info (2.0.0-1) ... | + | |
- | Setting up node-aws-sign2 (0.7.1-2) ... | + | |
- | Setting up node-pseudomap (1.0.2-1) ... | + | |
- | Setting up node-color-name (1.1.3-1) ... | + | |
- | Setting up node-semver-diff (2.1.0-2) ... | + | |
- | Setting up node-bluebird (3.5.1+dfsg2-2build1) ... | + | |
- | Setting up node-unique-string (1.0.0-1) ... | + | |
- | Setting up node-console-control-strings (1.1.0-1) ... | + | |
- | Setting up node-debug (4.1.1-2) ... | + | |
- | Setting up node-camelcase (5.3.1-1) ... | + | |
- | Setting up node-uuid (3.3.2-2) ... | + | |
- | Setting up node-from2 (2.3.0-1) ... | + | |
- | Setting up node-extend (3.0.2-1) ... | + | |
- | Setting up node-jsonstream (1.3.5-1) ... | + | |
- | Setting up node-lazy-property (1.0.0-3) ... | + | |
- | Setting up node-yargs-parser (18.1.1-1) ... | + | |
- | Setting up node-dashdash (1.14.1-2) ... | + | |
- | Setting up node-make-dir (3.0.2-1) ... | + | |
- | Setting up node-validate-npm-package-name (3.0.0-1) ... | + | |
- | Setting up node-promzard (0.3.0-1) ... | + | |
- | Setting up node-wcwidth.js (1.0.0-1) ... | + | |
- | Setting up node-locate-path (5.0.0-2) ... | + | |
- | Setting up node-ecc-jsbn (0.2.0-2) ... | + | |
- | Setting up node-combined-stream (1.0.8-1) ... | + | |
- | Setting up node-unique-filename (1.1.1+ds-1) ... | + | |
- | Setting up node-brace-expansion (1.1.11-1) ... | + | |
- | Setting up node-form-data (3.0.0-2) ... | + | |
- | Setting up node-strip-ansi (6.0.0-2) ... | + | |
- | Setting up node-lockfile (1.0.4-3) ... | + | |
- | Setting up node-spdx-expression-parse (3.0.0-1) ... | + | |
- | Setting up node-parallel-transform (1.1.0-2) ... | + | |
- | Setting up node-which (2.0.2-1) ... | + | |
- | Setting up node-lcid (1.0.0-1) ... | + | |
- | Setting up node-typedarray-to-buffer (3.0.3-3) ... | + | |
- | Setting up node-dot-prop (5.2.0-1) ... | + | |
- | Setting up node-stream-iterate (1.2.0-4) ... | + | |
- | Setting up node-tar (4.4.10+ds1-2ubuntu1) ... | + | |
- | Setting up node-inflight (1.0.6-1) ... | + | |
- | Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ... | + | |
- | Setting up node-tough-cookie (3.0.0-1) ... | + | |
- | Setting up node-rc (1.2.8-1) ... | + | |
- | Setting up node-is-path-inside (1.0.1-1) ... | + | |
- | Setting up node-minimatch (3.0.4-4) ... | + | |
- | Setting up node-npm-package-arg (6.1.1-1) ... | + | |
- | Setting up node-verror (1.10.0-1) ... | + | |
- | Setting up node-getpass (0.1.7-1) ... | + | |
- | Setting up node-nopt (3.0.6-4) ... | + | |
- | Setting up node-isurl (4.0.1-2) ... | + | |
- | Setting up node-color-convert (1.9.3-1) ... | + | |
- | Setting up node-string-width (2.1.1-1) ... | + | |
- | Setting up node-har-validator (5.1.3-1) ... | + | |
- | Setting up node-readable-stream (3.4.0-2) ... | + | |
- | Setting up node-ssri (7.1.0-2) ... | + | |
- | Setting up node-through2 (3.0.1-2) ... | + | |
- | Setting up node-lru-cache (5.1.1-5) ... | + | |
- | Setting up node-bcrypt-pbkdf (1.0.2-1) ... | + | |
- | Setting up node-promise-retry (1.1.1-4) ... | + | |
- | Setting up node-end-of-stream (1.4.4-1) ... | + | |
- | Setting up node-pump (3.0.0-2) ... | + | |
- | Setting up node-write-file-atomic (3.0.3-1) ... | + | |
- | Setting up node-columnify (1.5.4-1) ... | + | |
- | Setting up node-jsprim (1.4.1-1) ... | + | |
- | Setting up node-flush-write-stream (2.0.0-2) ... | + | |
- | Setting up node-are-we-there-yet (1.1.5-1) ... | + | |
- | Setting up node-find-up (4.1.0-2) ... | + | |
- | Setting up node-duplexify (4.1.1-1) ... | + | |
- | Setting up node-spdx-correct (3.1.0-1) ... | + | |
- | Setting up node-cross-spawn (5.1.0-2) ... | + | |
- | Setting up node-ansi-styles (4.2.1-1) ... | + | |
- | Setting up node-glob (7.1.6-1) ... | + | |
- | Setting up node-get-stream (4.1.0-1) ... | + | |
- | Setting up node-pumpify (2.0.1-1) ... | + | |
- | Setting up node-widest-line (3.1.0-1) ... | + | |
- | Setting up node-got (7.1.0-1) ... | + | |
- | Setting up node-chalk (2.4.2-1) ... | + | |
- | Setting up node-configstore (5.0.1-1) ... | + | |
- | Setting up node-registry-url (3.1.0-1) ... | + | |
- | Setting up node-registry-auth-token (3.3.1-1) ... | + | |
- | Setting up node-wide-align (1.1.3-1) ... | + | |
- | Setting up node-ansi-align (3.0.0-1) ... | + | |
- | Setting up node-rimraf (2.6.3-1) ... | + | |
- | Setting up node-sshpk (1.16.1+dfsg-2) ... | + | |
- | Setting up node-bl (4.0.0-2) ... | + | |
- | Setting up node-validate-npm-package-license (3.0.4-1) ... | + | |
- | Setting up node-stream-each (1.2.3-1) ... | + | |
- | Setting up node-mississippi (3.0.0-1) ... | + | |
- | Setting up node-execa (0.10.0+dfsg-1) ... | + | |
- | Setting up node-copy-concurrently (1.0.5-4) ... | + | |
- | Setting up node-move-concurrently (1.0.1-2) ... | + | |
- | Setting up node-term-size (1.2.0+dfsg-2) ... | + | |
- | Setting up node-os-locale (4.0.0-1) ... | + | |
- | Setting up node-http-signature (1.3.2-1) ... | + | |
- | Setting up node-fs-vacuum (1.2.10-3) ... | + | |
- | Setting up node-gauge (2.7.4-1) ... | + | |
- | Setting up node-wrap-ansi (4.0.0-2) ... | + | |
- | Setting up node-normalize-package-data (2.5.0-1) ... | + | |
- | Setting up node-boxen (4.2.0-2) ... | + | |
- | Setting up node-package-json (4.0.1-1) ... | + | |
- | Setting up node-latest-version (3.1.0-1) ... | + | |
- | Setting up node-request (2.88.1-4) ... | + | |
- | Setting up node-npmlog (4.1.2-2) ... | + | |
- | Setting up node-cliui (4.1.0-2) ... | + | |
- | Setting up node-yargs (15.3.0-1) ... | + | |
- | Setting up node-cacache (11.3.3-2) ... | + | |
- | Setting up node-read-package-json (2.1.1-1) ... | + | |
- | Setting up node-gyp (6.1.0-3) ... | + | |
- | Setting up node-libnpx (10.2.1-2) ... | + | |
- | Setting up npm (6.14.4+ds-1ubuntu2) ... | + | |
- | Processing triggers for man-db (2.9.1-1) ... | + | |
- | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... | + | |
- | + | ||
- | Installing on Ubuntu 20.04 LTS or newer: Using installed node.js version | + | |
- | Running git submodule update --init --recursive. | + | |
- | + | ||
- | Running git submodule update. | + | |
- | + | ||
- | + | ||
- | > yarn@1.22.10 preinstall / | + | |
- | > :; (node ./ | + | |
- | + | ||
- | + | ||
- | > electron-winstaller@5.0.0 install / | + | |
- | > node ./ | + | |
- | + | ||
- | Selecting 7-Zip for arch x64 | + | |
- | + | ||
- | > core-js@3.11.0 postinstall / | + | |
- | > node -e " | + | |
- | + | ||
- | Thank you for using core-js ( https:// | + | |
- | + | ||
- | The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: | + | |
- | > https:// | + | |
- | > https:// | + | |
- | + | ||
- | Also, the author of core-js ( https:// | + | |
- | + | ||
- | + | ||
- | > core-js-pure@3.11.0 postinstall /home/peter/ | + | |
- | > node -e " | + | |
- | + | ||
- | + | ||
- | > electron@11.4.3 postinstall / | + | |
- | > node install.js | + | |
- | + | ||
- | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/ | + | |
- | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: | + | |
- | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/ | + | |
- | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: | + | |
- | + | ||
- | added 1892 packages from 1021 contributors and audited 1907 packages in 24.047s | + | |
- | + | ||
- | 189 packages are looking for funding | + | |
- | run `npm fund` for details | + | |
- | + | ||
- | found 0 vulnerabilities | + | |
- | + | ||
- | npm WARN @pmmmwh/ | + | |
- | npm WARN @use-it/ | + | |
- | npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself. | + | |
- | npm WARN react-scroll-to-bottom@4.1.1-master.2780945 requires a peer of react@^16.8.6 but none is installed. You must install peer dependencies yourself. | + | |
- | npm WARN react-simple-code-editor@0.10.0 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself. | + | |
- | npm WARN react-simple-code-editor@0.10.0 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself. | + | |
- | npm WARN use-dark-mode@2.3.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. | + | |
- | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/ | + | |
- | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: | + | |
- | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/ | + | |
- | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: | + | |
- | + | ||
- | up to date in 4.199s | + | |
- | + | ||
- | 189 packages are looking for funding | + | |
- | run `npm fund` for details | + | |
- | + | ||
- | fixed 0 of 0 vulnerabilities in 1907 scanned packages | + | |
- | + | ||
- | > chia-blockchain@ build / | + | |
- | > npm run locale && npm run build: | + | |
- | + | ||
- | + | ||
- | > chia-blockchain@ locale / | + | |
- | > lingui extract && lingui compile | + | |
- | + | ||
- | Catalog statistics for / | + | |
- | ┌────────────────┬─────────────┬─────────┐ | + | |
- | │ Language | + | |
- | ├────────────────┼─────────────┼─────────┤ | + | |
- | │ cs-CZ │ | + | |
- | │ da-DK │ | + | |
- | │ de-DE │ | + | |
- | │ el-GR │ | + | |
- | │ en-AU │ | + | |
- | │ en-NZ │ | + | |
- | │ en-PT │ | + | |
- | │ en-US (source) │ | + | |
- | │ es-ES │ | + | |
- | │ fi-FI │ | + | |
- | │ fr-FR │ | + | |
- | │ id-ID │ | + | |
- | │ it-IT │ | + | |
- | │ ja-JP │ | + | |
- | │ ko-KR │ | + | |
- | │ nl-NL │ | + | |
- | │ no-NO │ | + | |
- | │ pl-PL │ | + | |
- | │ pt-BR │ | + | |
- | │ pt-PT │ | + | |
- | │ ro-RO │ | + | |
- | │ ru-RU │ | + | |
- | │ sk-SK │ | + | |
- | │ sv-SE │ | + | |
- | │ tr-TR │ | + | |
- | │ uk-UA │ | + | |
- | │ zh-TW │ | + | |
- | │ zh-CN │ | + | |
- | └────────────────┴─────────────┴─────────┘ | + | |
- | + | ||
- | (use "npm run locale: | + | |
- | (use "npm run locale: | + | |
- | Compiling message catalogs… | + | |
- | Done! | + | |
- | + | ||
- | > chia-blockchain@ build: | + | |
- | > cross-env NODE_ENV=production webpack --config ./ | + | |
- | + | ||
- | + | ||
- | > chia-blockchain@ build:react / | + | |
- | > cross-env NODE_ENV=production webpack --config ./ | + | |
- | + | ||
- | + | ||
- | Chia blockchain install-gui.sh complete. | + | |
- | + | ||
- | Type 'cd chia-blockchain-gui' | + | |
- | </code> | + | |
crypto/chia/install.1620839104.txt.gz · Last modified: 2021/05/12 17:05 by peter