Every time Visual Studio Code started or loaded it shows an error message:
«Failed to load jshint library. Please install jshint in your workspace folder using ‘npm install jshint’ or globally using ‘npm install -g jshint’ and then press Retry«.
Is there any solution available?
![]()
Abdollah
4,1693 gold badges28 silver badges47 bronze badges
asked May 1, 2016 at 10:18
You’ll need to follow the prompt and install jshint.
For just the workspace
npm install jshint
or
For all your workspaces
npm install -g jshint
answered May 2, 2016 at 15:12
![]()
Wade AndersonWade Anderson
2,4211 gold badge18 silver badges21 bronze badges
6
I had this problem while I had installed jshint using yarn globally (yarn global add jshint). I added the following properties to settings.json for User to solve the problem:
"jshint.packageManager": "yarn",
"jshint.nodePath": "/usr/local/lib/node_modules/"
The first property i.e. jshint.packageManager specifies that yarn is used to manage node packages instead of npm. The second one i.e. jshint.nodePath specifies the path of jshint installation. To check if jshint is loaded successfully, I opened Command pallet ( CTRL + 3) and ran command JSHint: Show output which showed this message in the output:
jshint library loaded from /usr/local/lib/node_modules/jshint/src/jshint.js
It indicated that the problem was resolved. Afterwards, the jshint messages appeared in *.js files.
answered Sep 11, 2019 at 12:12
![]()
AbdollahAbdollah
4,1693 gold badges28 silver badges47 bronze badges
2
Open cmdr or the Git bash terminal and enter npm install -g jshint, then exit VS code and re-open it.
![]()
Malekai
4,5994 gold badges25 silver badges58 bronze badges
answered Oct 10, 2020 at 21:44
![]()
For applying the changes to Global scope, and not only to a specific Workspace, use the following command in terminal:-
npm install -g jshint
For a particular workspace, use the following command in terminal:-
npm install jshint
answered Jun 10, 2018 at 15:23
Use sudo before npm install jshint
For the current workspace
sudo npm install jshint
or
For all your workspaces
sudo npm install -g jshint
Using sudo with a command in LINUX/UNIX generally gives you the permissions to root level.
The root user has permission to access, modify or delete almost any file on your computer. Normal user accounts can access, modify or delete fewer files. This restrictions on normal user accounts are to protect your computer from unauthorized and harmful programs or users.
Thus, running the installation command with sudo gives you the permissions of the superuser, and allows you to modify files that your normal user doesn’t have permission to modify.
answered May 27, 2021 at 4:14
JavaScript — полный курс с нуля до результата! — Урок 1.3. Как работать с JSHint — там говорит что бы мы устновили jshint глобально вот при его установке в Терминале Linux-Ubuntu 20.04.2 LTS В терминале мы пишем npm install -g jshint и по началу все ок но через несколько секунд выводит эти ошибки (в самом конце Ерроры — http://pastenow.ru/eb88d3bbe828f0fbccff3346411447b4 — это скрин Ерроров)
almaskhan@almaskhan:~$ sudo apt install npm
[sudo] password for almaskhan:
Reading package lists… Done
Building dependency tree
Reading state information… Done
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 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 upgraded, 290 newly installed, 0 to remove and 243 not upgraded.
Need to get 12,7 MB of archives.
After this operation, 67,5 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-pkg-resources all 44.0.0-2 [129 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 gyp all 0.1+20180428git4d467626-3ubuntu1 [237 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-is-typedarray all 1.0.0-2 [2 934 B]
Get:4 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-psl all 1.7.0+ds-1 [67,2 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-typedarray-to-buffer all 3.0.3-3 [3 986 B]
Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.8 [1 584 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1-dev amd64 1.34.2-1ubuntu1.3 [103 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-ares2 amd64 1.15.0-1ubuntu0.1 [38,2 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnode64 amd64 10.19.0~dfsg-3ubuntu1 [5 765 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnode-dev amd64 10.19.0~dfsg-3ubuntu1 [370 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 nodejs amd64 10.19.0~dfsg-3ubuntu1 [61,1 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-fast-deep-equal all 1.1.0-1 [4 248 B]
Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonify all 0.0.0-1 [5 440 B]
Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stable-stringify all 1.0.1-1 [4 498 B]
Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema-traverse all 0.3.1-1 [3 968 B]
Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-punycode all 2.1.1-3 [9 432 B]
Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-uri-js all 4.2.2+dfsg-5 [15,6 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ajv all 6.10.2-1 [72,2 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-clone all 2.1.2-1 [7 924 B]
Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-defaults all 1.0.3-1 [3 142 B]
Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-wcwidth.js all 1.0.0-1 [6 450 B]
Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-regex all 5.0.0-1 [4 736 B]
Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-ansi all 6.0.0-2 [4 092 B]
Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-string-width all 2.1.1-1 [4 104 B]
Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-align all 3.0.0-1 [4 700 B]
Get:26 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ansistyles all 0.1.3-2 [4 316 B]
Get:27 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-aproba all 2.0.0-1 [5 476 B]
Get:28 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-delegates all 1.0.0-1 [3 648 B]
Get:29 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-inherits all 2.0.4-1 [3 264 B]
Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-inherits all 2.0.4-1 [3 180 B]
Get:31 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-core-util-is all 1.0.2-1 [3 436 B]
Get:32 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-safe-buffer all 5.2.0-1 [12,6 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-string-decoder all 1.2.0-2 [6 596 B]
Get:34 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-process-nextick-args all 2.0.0-1 [3 428 B]
Get:35 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-util-deprecate all 1.0.2-1 [3 708 B]
Get:36 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-isarray all 2.0.5-1 [3 796 B]
Get:37 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-readable-stream all 3.4.0-2 [35,4 kB]
Get:38 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-are-we-there-yet all 1.1.5-1 [6 876 B]
Get:39 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-asap all 2.0.6-2 [13,1 kB]
Get:40 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-asn1 all 0.2.3-2 [7 380 B]
Get:41 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-assert-plus all 1.0.0-2 [8 912 B]
Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-asynckit all 0.4.0-3 [10,3 kB]
Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-aws-sign2 all 0.7.1-2 [4 176 B]
Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-aws4 all 1.9.0-1 [12,1 kB]
Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-tweetnacl all 1.0.1+dfsg-2 [31,1 kB]
Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-bcrypt-pbkdf all 1.0.2-1 [10,8 kB]
Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-bluebird all 3.5.1+dfsg2-2build1 [36,4 kB]
Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-camelcase all 5.3.1-1 [4 888 B]
Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-color-name all 1.1.3-1 [4 224 B]
Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-color-convert all 1.9.3-1 [9 680 B]
Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-styles all 4.2.1-1 [7 644 B]
Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-escape-string-regexp all 1.0.5-1 [3 262 B]
Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-has-flag all 4.0.0-1 [4 120 B]
Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-supports-color all 6.1.0-2 [5 532 B]
Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-chalk all 2.4.2-1 [12,5 kB]
Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-cli-boxes all 2.2.0-2 [4 220 B]
Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-yallist all 4.0.0-1 [6 612 B]
Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lru-cache all 5.1.1-5 [8 308 B]
Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-isexe all 2.0.0-4 [4 440 B]
Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-which all 2.0.2-1 [5 472 B]
Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-regex all 2.0.0-1 [2 776 B]
Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-command all 1.2.0-1 [2 934 B]
Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-cross-spawn all 5.1.0-2 [8 536 B]
Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-wrappy all 1.0.2-1 [3 162 B]
Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-once all 1.4.0-3 [4 388 B]
Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-end-of-stream all 1.4.4-1 [4 388 B]
Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-pump all 3.0.0-2 [4 820 B]
Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-get-stream all 4.1.0-1 [5 244 B]
Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-stream all 1.1.0-1 [3 046 B]
Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-run-path all 2.0.2-2 [4 448 B]
Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-finally all 1.0.0-2 [3 276 B]
Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-signal-exit all 3.0.2-1 [5 156 B]
Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-eof all 1.0.0-2 [3 040 B]
Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-execa all 0.10.0+dfsg-1 [8 964 B]
Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-term-size all 1.2.0+dfsg-2 [3 984 B]
Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-widest-line all 3.1.0-1 [3 956 B]
Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-boxen all 4.2.0-2 [15,2 kB]
Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-builtin-modules all 3.1.0-1 [4 208 B]
Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-builtins all 1.0.3-1 [2 776 B]
Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-chownr all 1.1.3-3 [4 028 B]
Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-balanced-match all 1.0.0-1 [4 576 B]
Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-map all 0.0.1-2 [4 008 B]
Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-brace-expansion all 1.1.11-1 [6 368 B]
Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-minimatch all 3.0.4-4 [13,7 kB]
Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-fs.realpath all 1.0.0-1 [5 572 B]
Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-inflight all 1.0.6-1 [3 382 B]
Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-absolute all 2.0.0-1 [3 900 B]
Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-glob all 7.1.6-1 [125 kB]
Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-graceful-fs all 4.2.3-2 [11,4 kB]
Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray all 0.0.6-1 [8 242 B]
Get:91 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-stream all 1.6.2-1 [5 684 B]
Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-shift all 1.0.0-1 [2 884 B]
Get:93 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexify all 4.1.1-1 [5 664 B]
Get:94 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-flush-write-stream all 2.0.0-2 [4 212 B]
Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-from2 all 2.3.0-1 [4 372 B]
Get:96 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-cyclist all 1.0.1-2 [3 652 B]
Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-parallel-transform all 1.1.0-2 [4 172 B]
Get:98 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-pumpify all 2.0.1-1 [4 516 B]
Get:99 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-each all 1.2.3-1 [4 688 B]
Get:100 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-through2 all 3.0.1-2 [6 720 B]
Get:101 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mississippi all 3.0.0-1 [7 804 B]
Get:102 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mkdirp all 0.5.1-2 [5 376 B]
Get:103 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-run-queue all 1.0.3-1 [4 540 B]
Get:104 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-rimraf all 2.6.3-1 [8 368 B]
Get:105 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-imurmurhash all 0.1.4-1 [8 272 B]
Get:106 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-iferr all 1.0.2-1 [3 536 B]
Get:107 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-write-stream-atomic all 1.0.10-4 [4 860 B]
Get:108 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-copy-concurrently all 1.0.5-4 [6 556 B]
Get:109 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-move-concurrently all 1.0.1-2 [4 684 B]
Get:110 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-inflight all 1.0.1-1 [3 144 B]
Get:111 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ssri all 7.1.0-2 [18,7 kB]
Get:112 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-filename all 1.1.1+ds-1 [3 832 B]
Get:113 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-y18n all 4.0.0-2 [5 476 B]
Get:114 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-cacache all 11.3.3-2 [24,3 kB]
Get:115 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-call-limit all 1.1.1-1 [4 084 B]
Get:116 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-caseless all 0.12.0-1 [3 382 B]
Get:117 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ci-info all 2.0.0-1 [6 452 B]
Get:118 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-wrap-ansi all 4.0.0-2 [5 576 B]
Get:119 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-cliui all 4.1.0-2 [7 336 B]
Get:120 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-co all 4.6.0-1 [6 220 B]
Get:121 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-colors all 1.4.0-1 [11,8 kB]
Get:122 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-columnify all 1.5.4-1 [11,2 kB]
Get:123 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-proto-list all 1.2.4-1 [3 088 B]
Get:124 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ini all 1.3.5-1 [5 776 B]
Get:125 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-config-chain all 1.1.12-1 [8 056 B]
Get:126 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-obj all 1.0.1-2 [3 018 B]
Get:127 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-dot-prop all 5.2.0-1 [5 052 B]
Get:128 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-semver all 7.1.3-1 [31,6 kB]
Get:129 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-make-dir all 3.0.2-1 [5 820 B]
Get:130 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-crypto-random-string all 1.0.0-1 [3 250 B]
Get:131 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-string all 1.0.0-1 [3 048 B]
Get:132 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-typedarray all 1.0.0-2 [2 216 B]
Get:133 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray-to-buffer all 3.0.3-3 [2 374 B]
Get:134 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-write-file-atomic all 3.0.3-1 [6 240 B]
Get:135 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-xdg-basedir all 3.0.0-1 [3 696 B]
Get:136 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-configstore all 5.0.1-1 [5 396 B]
Get:137 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-console-control-strings all 1.1.0-1 [4 946 B]
Get:138 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-dashdash all 1.14.1-2 [17,8 kB]
Get:139 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-decamelize all 1.2.0-1 [3 090 B]
Get:140 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-response all 2.1.0-1 [4 588 B]
Get:141 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-decompress-response all 3.3.0-1 [3 396 B]
Get:142 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-deep-extend all 0.6.0-1 [4 972 B]
Get:143 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash-packages all 4.17.15+dfsg-2 [123 kB]
Get:144 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-define-properties all 1.1.3-1 [6 396 B]
Get:145 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-indent all 5.0.0-1 [4 426 B]
Get:146 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-newline all 2.1.0-1 [3 018 B]
Get:147 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexer3 all 0.1.4-5 [5 168 B]
Get:148 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-jsbn all 1.1.0-1 [13,6 kB]
Get:149 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ecc-jsbn all 0.2.0-2 [9 432 B]
Get:150 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-editor all 1.0.0-1 [3 334 B]
Get:151 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-err-code all 2.0.0+dfsg-1 [4 024 B]
Get:152 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-es6-promise all 4.2.8-6 [14,2 kB]
Get:153 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-extsprintf all 1.3.0-1 [4 492 B]
Get:154 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-limit all 2.2.2-1 [5 556 B]
Get:155 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-locate all 2.0.0-1 [4 104 B]
Get:156 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-path-exists all 4.0.0-2 [3 872 B]
Get:157 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-locate-path all 5.0.0-2 [4 952 B]
Get:158 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-find-up all 4.1.0-2 [5 724 B]
Get:159 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-inside all 1.0.2-1 [3 982 B]
Get:160 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-vacuum all 1.2.10-3 [4 584 B]
Get:161 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-function-bind all 1.1.1+repack-1 [5 040 B]
Get:162 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-object-assign all 4.1.1-3 [4 496 B]
Get:163 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-has-unicode all 2.0.1-2 [3 480 B]
Get:164 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-wide-align all 1.1.3-1 [3 936 B]
Get:165 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-gauge all 2.7.4-1 [22,1 kB]
Get:166 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-genfun all 5.0.0-1 [14,1 kB]
Get:167 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-get-caller-file all 1.0.2-1 [2 850 B]
Get:168 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-getpass all 0.1.7-1 [4 180 B]
Get:169 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-retry-allowed all 1.1.0-1 [3 416 B]
Get:170 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-cancelable all 0.3.0-1 [4 452 B]
Get:171 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-timeout all 1.2.0-1 [3 680 B]
Get:172 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-plain-obj all 1.1.0-1 [3 036 B]
Get:173 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-url-to-options all 1.0.1-1 [3 272 B]
Get:174 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-timed-out all 4.0.1-5 [4 228 B]
Get:175 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lowercase-keys all 2.0.0-1 [3 668 B]
Get:176 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-object all 1.0.1-1 [3 332 B]
Get:177 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-has-symbol-support-x all 1.4.1+dfsg-1 [4 072 B]
Get:178 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-has-to-string-tag-x all 1.4.1+dfsg-1 [4 188 B]
Get:179 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-isurl all 4.0.1-2 [6 976 B]
Get:180 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-prepend-http all 2.0.0-1 [3 332 B]
Get:181 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-url-parse-lax all 1.0.0-1 [3 260 B]
Get:182 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-got all 7.1.0-1 [11,8 kB]
Get:183 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-har-schema all 2.0.0-3 [5 788 B]
Get:184 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-har-validator all 5.1.3-1 [4 604 B]
Get:185 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-hosted-git-info all 2.8.5-1 [8 112 B]
Get:186 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema all 0.2.3-1 [7 038 B]
Get:187 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-verror all 1.10.0-1 [13,6 kB]
Get:188 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-jsprim all 1.4.1-1 [12,9 kB]
Get:189 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-sshpk all 1.16.1+dfsg-2 [54,7 kB]
Get:190 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-http-signature all 1.3.2-1 [10,9 kB]
Get:191 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-iconv-lite all 0.4.23-1 [124 kB]
Get:192 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-import-lazy all 3.0.0.REALLY.2.1.0-1 [4 036 B]
Get:193 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-invert-kv all 1.0.0-1 [2 900 B]
Get:194 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ip all 1.1.5-5 [6 648 B]
Get:195 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ip-regex all 4.1.0-2 [4 628 B]
Get:196 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-npm all 1.0.0-1 [2 872 B]
Get:197 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-is-path-inside all 1.0.1-1 [3 260 B]
Get:198 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-isstream all 0.1.2+dfsg-1 [3 588 B]
Get:199 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-json-parse-better-errors all 1.0.2-2 [4 584 B]
Get:200 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonparse all 1.3.1-7 [7 004 B]
Get:201 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-through all 2.3.8-1 [4 220 B]
Get:202 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonstream all 1.3.5-1 [8 468 B]
Get:203 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-minimist all 1.2.5-1 [6 092 B]
Get:204 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-json-comments all 3.0.1-3 [4 676 B]
Get:205 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-rc all 1.2.8-1 [8 584 B]
Get:206 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-url all 3.1.0-1 [3 292 B]
Get:207 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-auth-token all 3.3.1-1 [4 752 B]
Get:208 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-package-json all 4.0.1-1 [4 220 B]
Get:209 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-latest-version all 3.1.0-1 [3 164 B]
Get:210 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lazy-property all 1.0.0-3 [3 596 B]
Get:211 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lcid all 1.0.0-1 [4 264 B]
Get:212 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-osenv all 0.1.5-1 [4 368 B]
Get:213 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-name all 3.0.0-1 [4 472 B]
Get:214 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-package-arg all 6.1.1-1 [7 312 B]
Get:215 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-require-directory all 2.1.1-1 [5 394 B]
Get:216 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-set-blocking all 2.0.0-1 [3 402 B]
Get:217 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-require-main-filename all 1.0.1-1 [3 198 B]
Get:218 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-which-module all 2.0.0-1 [3 368 B]
Get:219 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-fn all 3.0.0-1 [5 044 B]
Get:220 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mem all 1.1.0-1 [4 116 B]
Get:221 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-os-locale all 4.0.0-1 [4 720 B]
Get:222 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs-parser all 18.1.1-1 [15,2 kB]
Get:223 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs all 15.3.0-1 [91,5 kB]
Get:224 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-libnpx all 10.2.1-2 [35,0 kB]
Get:225 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash all 4.17.15+dfsg-2 [243 kB]
Get:226 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ms all 2.1.1-1 [4 588 B]
Get:227 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-bundled all 1.1.1-1 [6 096 B]
Get:228 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-number-is-nan all 2.0.0-1 [3 428 B]
Get:229 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-opener all 1.5.1-1 [4 864 B]
Get:230 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-p-is-promise all 3.0.0-1 [3 792 B]
Get:231 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-performance-now all 2.1.0+debian-1 [4 482 B]
Get:232 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-pify all 3.0.0-1 [4 492 B]
Get:233 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-retry all 0.12.0-1 [10,4 kB]
Get:234 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-retry all 1.1.1-4 [4 760 B]
Get:235 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mute-stream all 0.0.8-2 [5 172 B]
Get:236 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-read all 1.0.7-2 [5 304 B]
Get:237 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-promzard all 0.3.0-1 [9 004 B]
Get:238 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-pseudomap all 1.0.2-1 [3 534 B]
Get:239 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-psl all 1.7.0+ds-1 [36,7 kB]
Get:240 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-qw all 1.0.1-1 [3 120 B]
Get:241 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve-from all 4.0.0-1 [3 724 B]
Get:242 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-semver-diff all 2.1.0-2 [3 388 B]
Get:243 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-slash all 3.0.0-1 [3 744 B]
Get:244 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-sorted-object all 2.0.1-1 [3 720 B]
Get:245 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-license-ids all 3.0.5-1 [6 448 B]
Get:246 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-exceptions all 2.2.0-1 [3 752 B]
Get:247 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-expression-parse all 3.0.0-1 [6 608 B]
Get:248 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-correct all 3.1.0-1 [5 188 B]
Get:249 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-iterate all 1.2.0-4 [3 772 B]
Get:250 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-strict-uri-encode all 2.0.0-1 [2 984 B]
Get:251 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-text-table all 0.2.0-2 [4 348 B]
Get:252 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-tough-cookie all 3.0.0-1 [26,4 kB]
Get:253 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 node-uid-number all 0.0.6-1ubuntu0.20.04.1 [3 596 B]
Get:254 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-unpipe all 1.0.0-1 [3 530 B]
Get:255 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-uuid all 3.3.2-2 [16,4 kB]
Get:256 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-license all 3.0.4-1 [4 172 B]
Get:257 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-xtend all 4.0.2-1 [3 752 B]
Get:258 http://archive.ubuntu.com/ubuntu focal/universe amd64 nodejs-doc all 10.19.0~dfsg-3ubuntu1 [942 kB]
Get:259 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-abbrev all 1.1.1-2 [4 852 B]
Get:260 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi all 0.3.1-1 [9 068 B]
Get:261 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-archy all 1.0.0-3 [4 480 B]
Get:262 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-bl all 4.0.0-2 [10,3 kB]
Get:263 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-delayed-stream all 1.0.0-4 [5 276 B]
Get:264 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-combined-stream all 1.0.8-1 [6 056 B]
Get:265 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-debug all 4.1.1-2 [17,6 kB]
Get:266 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-encoding all 0.1.12-3 [4 644 B]
Get:267 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-prr all 1.0.1-1 [3 726 B]
Get:268 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-errno all 0.1.7-1 [7 520 B]
Get:269 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-extend all 3.0.2-1 [5 496 B]
Get:270 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-forever-agent all 0.6.1-2 [4 248 B]
Get:271 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mime all 2.4.4+dfsg-1 [33,3 kB]
Get:272 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-mime-types all 2.1.25-1 [6 332 B]
Get:273 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-form-data all 3.0.0-2 [12,8 kB]
Get:274 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-nopt all 3.0.6-4 [10,7 kB]
Get:275 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-npmlog all 4.1.2-2 [8 224 B]
Get:276 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stringify-safe all 5.0.1+repack-2 [20,5 kB]
Get:277 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-oauth-sign all 0.9.0-2 [4 312 B]
Get:278 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-qs all 6.9.1+ds-1 [17,1 kB]
Get:279 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-tunnel-agent all 0.6.1-2 [4 996 B]
Get:280 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-request all 2.88.1-4 [25,0 kB]
Get:281 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-tar all 4.4.10+ds1-2ubuntu1 [31,3 kB]
Get:282 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-gyp all 6.1.0-3 [33,8 kB]
Get:283 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-lockfile all 1.0.4-3 [7 252 B]
Get:284 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve all 1.15.1-3 [13,0 kB]
Get:285 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-normalize-package-data all 2.5.0-1 [14,8 kB]
Get:286 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-os-tmpdir all 1.0.2-1 [3 836 B]
Get:287 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-read-package-json all 2.1.1-1 [9 392 B]
Get:288 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-sha all 3.0.0-1 [4 848 B]
Get:289 http://archive.ubuntu.com/ubuntu focal/universe amd64 node-slide all 1.1.6-2 [6 328 B]
Get:290 http://archive.ubuntu.com/ubuntu focal/universe amd64 npm all 6.14.4+ds-1ubuntu2 [583 kB]
Fetched 12,7 MB in 12s (1 041 kB/s)
Extracting templates from packages: 100%
Selecting previously unselected package python-pkg-resources.
(Reading database … 227116 files and directories currently installed.)
Preparing to unpack …/000-python-pkg-resources_44.0.0-2_all.deb …
Unpacking python-pkg-resources (44.0.0-2) …
Selecting previously unselected package gyp.
Preparing to unpack …/001-gyp_0.1+20180428git4d467626-3ubuntu1_all.deb …
Unpacking gyp (0.1+20180428git4d467626-3ubuntu1) …
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack …/002-libjs-is-typedarray_1.0.0-2_all.deb …
Unpacking libjs-is-typedarray (1.0.0-2) …
Selecting previously unselected package libjs-psl.
Preparing to unpack …/003-libjs-psl_1.7.0+ds-1_all.deb …
Unpacking libjs-psl (1.7.0+ds-1) …
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack …/004-libjs-typedarray-to-buffer_3.0.3-3_all.deb …
Unpacking libjs-typedarray-to-buffer (3.0.3-3) …
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack …/005-libssl-dev_1.1.1f-1ubuntu2.8_amd64.deb …
Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.8) …
Selecting previously unselected package libuv1-dev:amd64.
Preparing to unpack …/006-libuv1-dev_1.34.2-1ubuntu1.3_amd64.deb …
Unpacking libuv1-dev:amd64 (1.34.2-1ubuntu1.3) …
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack …/007-libc-ares2_1.15.0-1ubuntu0.1_amd64.deb …
Unpacking libc-ares2:amd64 (1.15.0-1ubuntu0.1) …
Selecting previously unselected package libnode64:amd64.
Preparing to unpack …/008-libnode64_10.19.0~dfsg-3ubuntu1_amd64.deb …
Unpacking libnode64:amd64 (10.19.0~dfsg-3ubuntu1) …
Selecting previously unselected package libnode-dev:amd64.
Preparing to unpack …/009-libnode-dev_10.19.0~dfsg-3ubuntu1_amd64.deb …
Unpacking libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) …
Selecting previously unselected package nodejs.
Preparing to unpack …/010-nodejs_10.19.0~dfsg-3ubuntu1_amd64.deb …
Unpacking nodejs (10.19.0~dfsg-3ubuntu1) …
Selecting previously unselected package node-fast-deep-equal.
Preparing to unpack …/011-node-fast-deep-equal_1.1.0-1_all.deb …
Unpacking node-fast-deep-equal (1.1.0-1) …
Selecting previously unselected package node-jsonify.
Preparing to unpack …/012-node-jsonify_0.0.0-1_all.deb …
Unpacking node-jsonify (0.0.0-1) …
Selecting previously unselected package node-json-stable-stringify.
Preparing to unpack …/013-node-json-stable-stringify_1.0.1-1_all.deb …
Unpacking node-json-stable-stringify (1.0.1-1) …
Selecting previously unselected package node-json-schema-traverse.
Preparing to unpack …/014-node-json-schema-traverse_0.3.1-1_all.deb …
Unpacking node-json-schema-traverse (0.3.1-1) …
Selecting previously unselected package node-punycode.
Preparing to unpack …/015-node-punycode_2.1.1-3_all.deb …
Unpacking node-punycode (2.1.1-3) …
Selecting previously unselected package node-uri-js.
Preparing to unpack …/016-node-uri-js_4.2.2+dfsg-5_all.deb …
Unpacking node-uri-js (4.2.2+dfsg-5) …
Selecting previously unselected package node-ajv.
Preparing to unpack …/017-node-ajv_6.10.2-1_all.deb …
Unpacking node-ajv (6.10.2-1) …
Selecting previously unselected package node-clone.
Preparing to unpack …/018-node-clone_2.1.2-1_all.deb …
Unpacking node-clone (2.1.2-1) …
Selecting previously unselected package node-defaults.
Preparing to unpack …/019-node-defaults_1.0.3-1_all.deb …
Unpacking node-defaults (1.0.3-1) …
Selecting previously unselected package node-wcwidth.js.
Preparing to unpack …/020-node-wcwidth.js_1.0.0-1_all.deb …
Unpacking node-wcwidth.js (1.0.0-1) …
Selecting previously unselected package node-ansi-regex.
Preparing to unpack …/021-node-ansi-regex_5.0.0-1_all.deb …
Unpacking node-ansi-regex (5.0.0-1) …
Selecting previously unselected package node-strip-ansi.
Preparing to unpack …/022-node-strip-ansi_6.0.0-2_all.deb …
Unpacking node-strip-ansi (6.0.0-2) …
Selecting previously unselected package node-string-width.
Preparing to unpack …/023-node-string-width_2.1.1-1_all.deb …
Unpacking node-string-width (2.1.1-1) …
Selecting previously unselected package node-ansi-align.
Preparing to unpack …/024-node-ansi-align_3.0.0-1_all.deb …
Unpacking node-ansi-align (3.0.0-1) …
Selecting previously unselected package node-ansistyles.
Preparing to unpack …/025-node-ansistyles_0.1.3-2_all.deb …
Unpacking node-ansistyles (0.1.3-2) …
Selecting previously unselected package node-aproba.
Preparing to unpack …/026-node-aproba_2.0.0-1_all.deb …
Unpacking node-aproba (2.0.0-1) …
Selecting previously unselected package node-delegates.
Preparing to unpack …/027-node-delegates_1.0.0-1_all.deb …
Unpacking node-delegates (1.0.0-1) …
Selecting previously unselected package libjs-inherits.
Preparing to unpack …/028-libjs-inherits_2.0.4-1_all.deb …
Unpacking libjs-inherits (2.0.4-1) …
Selecting previously unselected package node-inherits.
Preparing to unpack …/029-node-inherits_2.0.4-1_all.deb …
Unpacking node-inherits (2.0.4-1) …
Selecting previously unselected package node-core-util-is.
Preparing to unpack …/030-node-core-util-is_1.0.2-1_all.deb …
Unpacking node-core-util-is (1.0.2-1) …
Selecting previously unselected package node-safe-buffer.
Preparing to unpack …/031-node-safe-buffer_5.2.0-1_all.deb …
Unpacking node-safe-buffer (5.2.0-1) …
Selecting previously unselected package node-string-decoder.
Preparing to unpack …/032-node-string-decoder_1.2.0-2_all.deb …
Unpacking node-string-decoder (1.2.0-2) …
Selecting previously unselected package node-process-nextick-args.
Preparing to unpack …/033-node-process-nextick-args_2.0.0-1_all.deb …
Unpacking node-process-nextick-args (2.0.0-1) …
Selecting previously unselected package node-util-deprecate.
Preparing to unpack …/034-node-util-deprecate_1.0.2-1_all.deb …
Unpacking node-util-deprecate (1.0.2-1) …
Selecting previously unselected package node-isarray.
Preparing to unpack …/035-node-isarray_2.0.5-1_all.deb …
Unpacking node-isarray (2.0.5-1) …
Selecting previously unselected package node-readable-stream.
Preparing to unpack …/036-node-readable-stream_3.4.0-2_all.deb …
Unpacking node-readable-stream (3.4.0-2) …
Selecting previously unselected package node-are-we-there-yet.
Preparing to unpack …/037-node-are-we-there-yet_1.1.5-1_all.deb …
Unpacking node-are-we-there-yet (1.1.5-1) …
Selecting previously unselected package node-asap.
Preparing to unpack …/038-node-asap_2.0.6-2_all.deb …
Unpacking node-asap (2.0.6-2) …
Selecting previously unselected package node-asn1.
Preparing to unpack …/039-node-asn1_0.2.3-2_all.deb …
Unpacking node-asn1 (0.2.3-2) …
Selecting previously unselected package node-assert-plus.
Preparing to unpack …/040-node-assert-plus_1.0.0-2_all.deb …
Unpacking node-assert-plus (1.0.0-2) …
Selecting previously unselected package node-asynckit.
Preparing to unpack …/041-node-asynckit_0.4.0-3_all.deb …
Unpacking node-asynckit (0.4.0-3) …
Selecting previously unselected package node-aws-sign2.
Preparing to unpack …/042-node-aws-sign2_0.7.1-2_all.deb …
Unpacking node-aws-sign2 (0.7.1-2) …
Selecting previously unselected package node-aws4.
Preparing to unpack …/043-node-aws4_1.9.0-1_all.deb …
Unpacking node-aws4 (1.9.0-1) …
Selecting previously unselected package node-tweetnacl.
Preparing to unpack …/044-node-tweetnacl_1.0.1+dfsg-2_all.deb …
Unpacking node-tweetnacl (1.0.1+dfsg-2) …
Selecting previously unselected package node-bcrypt-pbkdf.
Preparing to unpack …/045-node-bcrypt-pbkdf_1.0.2-1_all.deb …
Unpacking node-bcrypt-pbkdf (1.0.2-1) …
Selecting previously unselected package node-bluebird.
Preparing to unpack …/046-node-bluebird_3.5.1+dfsg2-2build1_all.deb …
Unpacking node-bluebird (3.5.1+dfsg2-2build1) …
Selecting previously unselected package node-camelcase.
Preparing to unpack …/047-node-camelcase_5.3.1-1_all.deb …
Unpacking node-camelcase (5.3.1-1) …
Selecting previously unselected package node-color-name.
Preparing to unpack …/048-node-color-name_1.1.3-1_all.deb …
Unpacking node-color-name (1.1.3-1) …
Selecting previously unselected package node-color-convert.
Preparing to unpack …/049-node-color-convert_1.9.3-1_all.deb …
Unpacking node-color-convert (1.9.3-1) …
Selecting previously unselected package node-ansi-styles.
Preparing to unpack …/050-node-ansi-styles_4.2.1-1_all.deb …
Unpacking node-ansi-styles (4.2.1-1) …
Selecting previously unselected package node-escape-string-regexp.
Preparing to unpack …/051-node-escape-string-regexp_1.0.5-1_all.deb …
Unpacking node-escape-string-regexp (1.0.5-1) …
Selecting previously unselected package node-has-flag.
Preparing to unpack …/052-node-has-flag_4.0.0-1_all.deb …
Unpacking node-has-flag (4.0.0-1) …
Selecting previously unselected package node-supports-color.
Preparing to unpack …/053-node-supports-color_6.1.0-2_all.deb …
Unpacking node-supports-color (6.1.0-2) …
Selecting previously unselected package node-chalk.
Preparing to unpack …/054-node-chalk_2.4.2-1_all.deb …
Unpacking node-chalk (2.4.2-1) …
Selecting previously unselected package node-cli-boxes.
Preparing to unpack …/055-node-cli-boxes_2.2.0-2_all.deb …
Unpacking node-cli-boxes (2.2.0-2) …
Selecting previously unselected package node-yallist.
Preparing to unpack …/056-node-yallist_4.0.0-1_all.deb …
Unpacking node-yallist (4.0.0-1) …
Selecting previously unselected package node-lru-cache.
Preparing to unpack …/057-node-lru-cache_5.1.1-5_all.deb …
Unpacking node-lru-cache (5.1.1-5) …
Selecting previously unselected package node-isexe.
Preparing to unpack …/058-node-isexe_2.0.0-4_all.deb …
Unpacking node-isexe (2.0.0-4) …
Selecting previously unselected package node-which.
Preparing to unpack …/059-node-which_2.0.2-1_all.deb …
Unpacking node-which (2.0.2-1) …
Selecting previously unselected package node-shebang-regex.
Preparing to unpack …/060-node-shebang-regex_2.0.0-1_all.deb …
Unpacking node-shebang-regex (2.0.0-1) …
Selecting previously unselected package node-shebang-command.
Preparing to unpack …/061-node-shebang-command_1.2.0-1_all.deb …
Unpacking node-shebang-command (1.2.0-1) …
Selecting previously unselected package node-cross-spawn.
Preparing to unpack …/062-node-cross-spawn_5.1.0-2_all.deb …
Unpacking node-cross-spawn (5.1.0-2) …
Selecting previously unselected package node-wrappy.
Preparing to unpack …/063-node-wrappy_1.0.2-1_all.deb …
Unpacking node-wrappy (1.0.2-1) …
Selecting previously unselected package node-once.
Preparing to unpack …/064-node-once_1.4.0-3_all.deb …
Unpacking node-once (1.4.0-3) …
Selecting previously unselected package node-end-of-stream.
Preparing to unpack …/065-node-end-of-stream_1.4.4-1_all.deb …
Unpacking node-end-of-stream (1.4.4-1) …
Selecting previously unselected package node-pump.
Preparing to unpack …/066-node-pump_3.0.0-2_all.deb …
Unpacking node-pump (3.0.0-2) …
Selecting previously unselected package node-get-stream.
Preparing to unpack …/067-node-get-stream_4.1.0-1_all.deb …
Unpacking node-get-stream (4.1.0-1) …
Selecting previously unselected package node-is-stream.
Preparing to unpack …/068-node-is-stream_1.1.0-1_all.deb …
Unpacking node-is-stream (1.1.0-1) …
Selecting previously unselected package node-npm-run-path.
Preparing to unpack …/069-node-npm-run-path_2.0.2-2_all.deb …
Unpacking node-npm-run-path (2.0.2-2) …
Selecting previously unselected package node-p-finally.
Preparing to unpack …/070-node-p-finally_1.0.0-2_all.deb …
Unpacking node-p-finally (1.0.0-2) …
Selecting previously unselected package node-signal-exit.
Preparing to unpack …/071-node-signal-exit_3.0.2-1_all.deb …
Unpacking node-signal-exit (3.0.2-1) …
Selecting previously unselected package node-strip-eof.
Preparing to unpack …/072-node-strip-eof_1.0.0-2_all.deb …
Unpacking node-strip-eof (1.0.0-2) …
Selecting previously unselected package node-execa.
Preparing to unpack …/073-node-execa_0.10.0+dfsg-1_all.deb …
Unpacking node-execa (0.10.0+dfsg-1) …
Selecting previously unselected package node-term-size.
Preparing to unpack …/074-node-term-size_1.2.0+dfsg-2_all.deb …
Unpacking node-term-size (1.2.0+dfsg-2) …
Selecting previously unselected package node-widest-line.
Preparing to unpack …/075-node-widest-line_3.1.0-1_all.deb …
Unpacking node-widest-line (3.1.0-1) …
Selecting previously unselected package node-boxen.
Preparing to unpack …/076-node-boxen_4.2.0-2_all.deb …
Unpacking node-boxen (4.2.0-2) …
Selecting previously unselected package node-builtin-modules.
Preparing to unpack …/077-node-builtin-modules_3.1.0-1_all.deb …
Unpacking node-builtin-modules (3.1.0-1) …
Selecting previously unselected package node-builtins.
Preparing to unpack …/078-node-builtins_1.0.3-1_all.deb …
Unpacking node-builtins (1.0.3-1) …
Selecting previously unselected package node-chownr.
Preparing to unpack …/079-node-chownr_1.1.3-3_all.deb …
Unpacking node-chownr (1.1.3-3) …
Selecting previously unselected package node-balanced-match.
Preparing to unpack …/080-node-balanced-match_1.0.0-1_all.deb …
Unpacking node-balanced-match (1.0.0-1) …
Selecting previously unselected package node-concat-map.
Preparing to unpack …/081-node-concat-map_0.0.1-2_all.deb …
Unpacking node-concat-map (0.0.1-2) …
Selecting previously unselected package node-brace-expansion.
Preparing to unpack …/082-node-brace-expansion_1.1.11-1_all.deb …
Unpacking node-brace-expansion (1.1.11-1) …
Selecting previously unselected package node-minimatch.
Preparing to unpack …/083-node-minimatch_3.0.4-4_all.deb …
Unpacking node-minimatch (3.0.4-4) …
Selecting previously unselected package node-fs.realpath.
Preparing to unpack …/084-node-fs.realpath_1.0.0-1_all.deb …
Unpacking node-fs.realpath (1.0.0-1) …
Selecting previously unselected package node-inflight.
Preparing to unpack …/085-node-inflight_1.0.6-1_all.deb …
Unpacking node-inflight (1.0.6-1) …
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack …/086-node-path-is-absolute_2.0.0-1_all.deb …
Unpacking node-path-is-absolute (2.0.0-1) …
Selecting previously unselected package node-glob.
Preparing to unpack …/087-node-glob_7.1.6-1_all.deb …
Unpacking node-glob (7.1.6-1) …
Selecting previously unselected package node-graceful-fs.
Preparing to unpack …/088-node-graceful-fs_4.2.3-2_all.deb …
Unpacking node-graceful-fs (4.2.3-2) …
Selecting previously unselected package node-typedarray.
Preparing to unpack …/089-node-typedarray_0.0.6-1_all.deb …
Unpacking node-typedarray (0.0.6-1) …
Selecting previously unselected package node-concat-stream.
Preparing to unpack …/090-node-concat-stream_1.6.2-1_all.deb …
Unpacking node-concat-stream (1.6.2-1) …
Selecting previously unselected package node-stream-shift.
Preparing to unpack …/091-node-stream-shift_1.0.0-1_all.deb …
Unpacking node-stream-shift (1.0.0-1) …
Selecting previously unselected package node-duplexify.
Preparing to unpack …/092-node-duplexify_4.1.1-1_all.deb …
Unpacking node-duplexify (4.1.1-1) …
Selecting previously unselected package node-flush-write-stream.
Preparing to unpack …/093-node-flush-write-stream_2.0.0-2_all.deb …
Unpacking node-flush-write-stream (2.0.0-2) …
Selecting previously unselected package node-from2.
Preparing to unpack …/094-node-from2_2.3.0-1_all.deb …
Unpacking node-from2 (2.3.0-1) …
Selecting previously unselected package node-cyclist.
Preparing to unpack …/095-node-cyclist_1.0.1-2_all.deb …
Unpacking node-cyclist (1.0.1-2) …
Selecting previously unselected package node-parallel-transform.
Preparing to unpack …/096-node-parallel-transform_1.1.0-2_all.deb …
Unpacking node-parallel-transform (1.1.0-2) …
Selecting previously unselected package node-pumpify.
Preparing to unpack …/097-node-pumpify_2.0.1-1_all.deb …
Unpacking node-pumpify (2.0.1-1) …
Selecting previously unselected package node-stream-each.
Preparing to unpack …/098-node-stream-each_1.2.3-1_all.deb …
Unpacking node-stream-each (1.2.3-1) …
Selecting previously unselected package node-through2.
Preparing to unpack …/099-node-through2_3.0.1-2_all.deb …
Unpacking node-through2 (3.0.1-2) …
Selecting previously unselected package node-mississippi.
Preparing to unpack …/100-node-mississippi_3.0.0-1_all.deb …
Unpacking node-mississippi (3.0.0-1) …
Selecting previously unselected package node-mkdirp.
Preparing to unpack …/101-node-mkdirp_0.5.1-2_all.deb …
Unpacking node-mkdirp (0.5.1-2) …
Selecting previously unselected package node-run-queue.
Preparing to unpack …/102-node-run-queue_1.0.3-1_all.deb …
Unpacking node-run-queue (1.0.3-1) …
Selecting previously unselected package node-rimraf.
Preparing to unpack …/103-node-rimraf_2.6.3-1_all.deb …
Unpacking node-rimraf (2.6.3-1) …
Selecting previously unselected package node-imurmurhash.
Preparing to unpack …/104-node-imurmurhash_0.1.4-1_all.deb …
Unpacking node-imurmurhash (0.1.4-1) …
Selecting previously unselected package node-iferr.
Preparing to unpack …/105-node-iferr_1.0.2-1_all.deb …
Unpacking node-iferr (1.0.2-1) …
Selecting previously unselected package node-fs-write-stream-atomic.
Preparing to unpack …/106-node-fs-write-stream-atomic_1.0.10-4_all.deb …
Unpacking node-fs-write-stream-atomic (1.0.10-4) …
Selecting previously unselected package node-copy-concurrently.
Preparing to unpack …/107-node-copy-concurrently_1.0.5-4_all.deb …
Unpacking node-copy-concurrently (1.0.5-4) …
Selecting previously unselected package node-move-concurrently.
Preparing to unpack …/108-node-move-concurrently_1.0.1-2_all.deb …
Unpacking node-move-concurrently (1.0.1-2) …
Selecting previously unselected package node-promise-inflight.
Preparing to unpack …/109-node-promise-inflight_1.0.1-1_all.deb …
Unpacking node-promise-inflight (1.0.1-1) …
Selecting previously unselected package node-ssri.
Preparing to unpack …/110-node-ssri_7.1.0-2_all.deb …
Unpacking node-ssri (7.1.0-2) …
Selecting previously unselected package node-unique-filename.
Preparing to unpack …/111-node-unique-filename_1.1.1+ds-1_all.deb …
Unpacking node-unique-filename (1.1.1+ds-1) …
Selecting previously unselected package node-y18n.
Preparing to unpack …/112-node-y18n_4.0.0-2_all.deb …
Unpacking node-y18n (4.0.0-2) …
Selecting previously unselected package node-cacache.
Preparing to unpack …/113-node-cacache_11.3.3-2_all.deb …
Unpacking node-cacache (11.3.3-2) …
Selecting previously unselected package node-call-limit.
Preparing to unpack …/114-node-call-limit_1.1.1-1_all.deb …
Unpacking node-call-limit (1.1.1-1) …
Selecting previously unselected package node-caseless.
Preparing to unpack …/115-node-caseless_0.12.0-1_all.deb …
Unpacking node-caseless (0.12.0-1) …
Selecting previously unselected package node-ci-info.
Preparing to unpack …/116-node-ci-info_2.0.0-1_all.deb …
Unpacking node-ci-info (2.0.0-1) …
Selecting previously unselected package node-wrap-ansi.
Preparing to unpack …/117-node-wrap-ansi_4.0.0-2_all.deb …
Unpacking node-wrap-ansi (4.0.0-2) …
Selecting previously unselected package node-cliui.
Preparing to unpack …/118-node-cliui_4.1.0-2_all.deb …
Unpacking node-cliui (4.1.0-2) …
Selecting previously unselected package node-co.
Preparing to unpack …/119-node-co_4.6.0-1_all.deb …
Unpacking node-co (4.6.0-1) …
Selecting previously unselected package node-colors.
Preparing to unpack …/120-node-colors_1.4.0-1_all.deb …
Unpacking node-colors (1.4.0-1) …
Selecting previously unselected package node-columnify.
Preparing to unpack …/121-node-columnify_1.5.4-1_all.deb …
Unpacking node-columnify (1.5.4-1) …
Selecting previously unselected package node-proto-list.
Preparing to unpack …/122-node-proto-list_1.2.4-1_all.deb …
Unpacking node-proto-list (1.2.4-1) …
Selecting previously unselected package node-ini.
Preparing to unpack …/123-node-ini_1.3.5-1_all.deb …
Unpacking node-ini (1.3.5-1) …
Selecting previously unselected package node-config-chain.
Preparing to unpack …/124-node-config-chain_1.1.12-1_all.deb …
Unpacking node-config-chain (1.1.12-1) …
Selecting previously unselected package node-is-obj.
Preparing to unpack …/125-node-is-obj_1.0.1-2_all.deb …
Unpacking node-is-obj (1.0.1-2) …
Selecting previously unselected package node-dot-prop.
Preparing to unpack …/126-node-dot-prop_5.2.0-1_all.deb …
Unpacking node-dot-prop (5.2.0-1) …
Selecting previously unselected package node-semver.
Preparing to unpack …/127-node-semver_7.1.3-1_all.deb …
Unpacking node-semver (7.1.3-1) …
Selecting previously unselected package node-make-dir.
Preparing to unpack …/128-node-make-dir_3.0.2-1_all.deb …
Unpacking node-make-dir (3.0.2-1) …
Selecting previously unselected package node-crypto-random-string.
Preparing to unpack …/129-node-crypto-random-string_1.0.0-1_all.deb …
Unpacking node-crypto-random-string (1.0.0-1) …
Selecting previously unselected packag
При написании JavaScript кода, новички неизбежно допускают ошибки и это нормально. Плагин JSHint как раз позволяет вовремя увидеть все допускаемые ошибки, когда вы пишите свой код в редакторе. На этом уроке мы рассмотрим как установить и настроить данный плагин для редактора VS Code.
Установка JSHint для VS Code
Для работы плагина JSHint, у вас уже должна быть установлена среда Node.js.
Шаг 1) Включите плагин JSHint во вкладке «Расширения»
Шаг 2) Установите npm пакет
NPM это менеджер пакетов, входящий в состав Node.js. В веб-разработке уже существует много готовых решений: компиляторы, плагины и еще много всего полезного. С помощью пакетного менеджера можно быстро все эти полезности устанавливать и что немаловажно, находится они будут в одном месте на вашем компьютере.
Для установки плагина глобально, откройте вкладку «Терминал», введите команду npm install -g jshint и нажмите клавишу «ENTER». Вместо слова install, можно прописать сокращенное название«i».

Теперь проверим, как это все работает. Сделаем намеренно ошибки в коде. Например пропустим точку с запятой на конце. Плагин сразу подчеркивает проблемное место волнистой линией, а во вкладке терминала «Проблемы», сразу выводится сообщение. JSHint подсказывает, что на второй строчке нет точки с запятой.

Предупреждения обозначаются желтым треугольником, а критические ошибки — красным кружком с крестиком. Наличие критических ошибок в коде, делает его совершенно не рабочим. Именно на такие ошибки нужно всегда в первую очередь обращать внимание.

Плагин JSHint очень полезный и удобный инструмент, который подскажет, где у вас проблема. Но есть одна особенность. О ней мы сейчас и поговорим. Дело в том, что после установки, плагин работает по стандартным настройкам. Зачастую «заводские» настройки ориентируются на старые форматы кода. Нас это совсем не устраивает, поэтому необходимо откорректировать настройки JSHint.
Настройка JSHint для VS Code
Создайте внутри проекта системный файл .jshintrc и пропишите внутри файла свои оптимальные настройки. Системные файлы могут не показываться, чтобы увидеть их, необходимо настроить показ скрытых файлов. Файл с настройками, находящийся внутри проекта будет влиять только на этот проект. Чтобы не копировать файл .jshintrc из проекта в проект, поместите его в общую папку с проектами.
Пример файла .jshintrc
При помощи этих опций можно задавать стилистику кода и задавать определенные условия по работе плагина.
{
"camelcase" : true, // Названия переменных в camelCase стиле
"undef" : true, // Все не глобальные переменные должны быть объявлены до их использования.
"quotmark" : true, // Согласованность стиля кавычек
"maxlen" : 120, // Максимальная длина строки
"trailing" : true, // Запрещены пробелы на концах.
"curly" : true, // Фигурные кавычки обязательны для каждого нового блока или области.
"strict" : true, // Обязательно строгое использование.
"browser" : true, // Стандартный браузер `window`, `document`.
"devel" : true, // Разрешена панель разработчика `console.log();`.
"jquery" : true, // Опция определяет глобальные переменные, предоставляемые библиотекой jQuery.
"esversion" : 8, // Включить функции, представленные в ECMAScript 8.
"node" : true // Определяет доступные глобальные переменные.
}
В этом уроке мы научились работать с одним из самых полезных инструментов для Front-End разработчика. JSHint будет в автоматическом режиме указывать на недочеты и ошибки в нашем коде. Теперь никакие синтаксические ошибки, опечатки и прочие мелочи не испортят ваш код!
-
Создано 03.07.2020 10:05:12
-

Михаил Русаков
Копирование материалов разрешается только с указанием автора (Михаил Русаков) и индексируемой прямой ссылкой на сайт (http://myrusakov.ru)!
Добавляйтесь ко мне в друзья ВКонтакте: http://vk.com/myrusakov.
Если Вы хотите дать оценку мне и моей работе, то напишите её в моей группе: http://vk.com/rusakovmy.
Если Вы не хотите пропустить новые материалы на сайте,
то Вы можете подписаться на обновления: Подписаться на обновления
Если у Вас остались какие-либо вопросы, либо у Вас есть желание высказаться по поводу этой статьи, то Вы можете оставить свой комментарий внизу страницы.
Если Вам понравился сайт, то разместите ссылку на него (у себя на сайте, на форуме, в контакте):
-
Кнопка:
Она выглядит вот так:

-
Текстовая ссылка:
Она выглядит вот так: Как создать свой сайт
- BB-код ссылки для форумов (например, можете поставить её в подписи):
Каждый раз, когда код Visual Studio запускается или загружается, он отображает сообщение об ошибке: « Не удалось загрузить библиотеку jshint. Пожалуйста, установите jshint в папку рабочей области, используя ‘npm install jshint’, или глобально, используя ‘npm install -g jshint’, а затем нажмите Retry «. Есть ли доступное решение?
4 ответа
Лучший ответ
Вам нужно будет следовать инструкциям и установить jshint.
Только для рабочего пространства < Код > npm установить jshint
Или
Для всех ваших рабочих мест < Код > npm установить -g jshint
13
Wade Anderson
2 Май 2016 в 15:12
У меня была эта проблема, когда я установил jshint, используя yarn глобально (yarn global add jshint). Я добавил следующие свойства в settings.json для User для решения проблемы:
"jshint.packageManager": "yarn",
"jshint.nodePath": "/usr/local/lib/node_modules/"
Первое свойство, т.е. jshint.packageManager указывает, что yarn используется для управления node пакетами вместо npm. Второй, то есть jshint.nodePath указывает путь к установке jshint. Чтобы проверить, успешно ли загружен jshint, я открыл командный поддон ( CTRL + 3 ) и выполнил команду JSHint: Show output, которая показала это сообщение в выходных данных. :
jshint library loaded from /usr/local/lib/node_modules/jshint/src/jshint.js
Это указывало на то, что проблема была решена. После этого сообщения jshint появились в файлах *.js.
1
Abdollah
11 Сен 2019 в 12:27
Чтобы применить изменения к глобальной области, а не только к определенной рабочей области, используйте следующую команду в терминале: —
npm install -g jshint
Для определенного рабочего пространства используйте следующую команду в терминале: —
npm install jshint
0
Rakesh Chandra
10 Июн 2018 в 15:23
I installed jshint on my computer with:
npm install -g jshint
There were no errors. From a command prompt in any directory typing:
jshint -v
shows:
jshint v2.6.0
I also have TeamCity 9.0.2 installed, and have a build configuration with this «Command Line» build step:
jshint -v
But the build fails and the build log says:
[17:43:06]Step 1/7: Command Line
[17:43:06][Step 1/7] Starting: C:TeamCitybuildAgenttempagentTmpcustom_script1904467346557960405.cmd
[17:43:06][Step 1/7] in directory: C:TeamCitybuildAgentwork494a4c7f8e6d54de
[17:43:06][Step 1/7] 'jshint' is not recognized as an internal or external command,
[17:43:06][Step 1/7] operable program or batch file.
[17:43:06][Step 1/7] Process exited with code 1
[17:43:06][Step 1/7] Step Command Line failed
How can I get jshint to run from TeamCity?
asked Feb 24, 2015 at 3:34
You have to create a new Command Line Build Step in TeamCity.Use the following there.
rm -rf $(pwd)/node_modules/* #removing subfolders present in node_modules folder
rm -rf $(pwd)/bower_components/* #removing subfolders present in bower_components folder
npm cache clean
npm install #auto detect and install all npm modules required for your project
npm install bower
npm install grunt-ftp-push --save-dev #if ftp push is required
bower install
grunt buildproduction
This build step alone would be enough.I hope this would work.
answered Feb 25, 2015 at 5:14
![]()
Nevin Raj VictorNevin Raj Victor
2,9143 gold badges23 silver badges37 bronze badges
I installed jshint on my computer with:
npm install -g jshint
There were no errors. From a command prompt in any directory typing:
jshint -v
shows:
jshint v2.6.0
I also have TeamCity 9.0.2 installed, and have a build configuration with this «Command Line» build step:
jshint -v
But the build fails and the build log says:
[17:43:06]Step 1/7: Command Line
[17:43:06][Step 1/7] Starting: C:TeamCitybuildAgenttempagentTmpcustom_script1904467346557960405.cmd
[17:43:06][Step 1/7] in directory: C:TeamCitybuildAgentwork494a4c7f8e6d54de
[17:43:06][Step 1/7] 'jshint' is not recognized as an internal or external command,
[17:43:06][Step 1/7] operable program or batch file.
[17:43:06][Step 1/7] Process exited with code 1
[17:43:06][Step 1/7] Step Command Line failed
How can I get jshint to run from TeamCity?
asked Feb 24, 2015 at 3:34
You have to create a new Command Line Build Step in TeamCity.Use the following there.
rm -rf $(pwd)/node_modules/* #removing subfolders present in node_modules folder
rm -rf $(pwd)/bower_components/* #removing subfolders present in bower_components folder
npm cache clean
npm install #auto detect and install all npm modules required for your project
npm install bower
npm install grunt-ftp-push --save-dev #if ftp push is required
bower install
grunt buildproduction
This build step alone would be enough.I hope this would work.
answered Feb 25, 2015 at 5:14
![]()
Nevin Raj VictorNevin Raj Victor
2,9143 gold badges23 silver badges37 bronze badges