@diod89 не все так просто элемент может быть скрыт или перекрыт каким -нибудь всплывающем окном. Плюс как уже сказали кликать куда попало тоже не очень полезно
Как скачать npm модуль на ж/д?
-
@romanbiz Спасибо. В моем случае была также ссылка на Гитхаб, но я как-то сразу и не подумал, что это и есть npm модуль.
Возникает сразу другой вопрос: как вызвать модуль, сохраненный на жестком диске, в node.js? Есть ли требования к месторасположению npm модуля?
например так прокатит: require('C:\node_module\proxy-agent')
или нужно в определенную папку в BASе помещать?
Может есть какая-то папка которую BAS по умолчанию считает корневой и можно прописать относительный путь? -
Мне нужно прописать путь для локально установленного MPN модуля "ws"
const WebSocket = require('ws')
Распакованный модуль имеет название папки "ws-master". ЕЕ нужно менять?
Я скопировал эту папку в каталог C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\6a35.kamK\distr\node_modules
В басе сделал сссылку:
const WebSocket = require('ws-master')
Бас при запуске выдает ошибку:
[22:29:07] Поток №1 : Error: Cannot find module 'ws' Require stack: - C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\6a35.kamK\distr\lib\custom\r3mkhb2zgve.js - C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\6a35.kamK\distr\lib\internal\custom.js - C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\6a35.kamK\distr\lib\main.jsПробовал также прописать полный путь:
const WebSocket = require('S:\ws-master')
Все равно ошибка. Что я делаю не так? -
@botovod said in Как скачать npm модуль на ж/д?:
Что я делаю не так?
Все... xD
Модуль ws без проблем встает на любую версию BAS, зачем все этим танцы? Сейчас могут не встать только модули которые требуют какаю-то зависимость в системеП.С. модуль мало распаковать, надо его еще установить через npm install
В путях надо использовать "/" вместо "\" тк последний это символ экранирования -
"ws" у меня нормально установился прямо из BAS. Я только для примера его привел. А вот модуль "web3" и еще один модуль не устанавливаются. БАС при этом выдает ошибку "не удалось установить npm модули. Смотрите лог для более подробной информации". Полагаю, что модуль не устанавливается из-за того, что файлы модуля располагаются на Гитхабе (это уже обсуждалось на форуме здесь )
Вот лог ошибки:[18:30:00.339] Stopped by user (begin) [18:30:00.339] Stopped by user (end) [18:32:49.883] Language version set to 12.18.3 [18:32:49.884] Added module ws, * [18:32:49.884] Added module web3, * [18:32:49.884] Added function r3mkhb2zgve [18:32:49.884] ------------------------------------------------------------------ [18:32:49.884] Starting Node.js 12.18.3 [18:32:49.885] Installed distr not found [18:32:49.885] Hash 7be4 [18:32:49.885] Suffix Kmh7 [18:32:49.885] Found cache C:/Users/admin/AppData/Roaming/BrowserAutomationStudio/apps/24.1.1/e/cache.node.12.18.3.zip [18:32:49.885] Extracting to folder C:/Users/admin/AppData/Roaming/BrowserAutomationStudio/apps/24.1.1/e/cache.Kmh7 [18:32:59.419] package.json file content { "dependencies": { "web3": "*", "ws": "*" } } [18:32:59.419] npm install with C:/Users/admin/AppData/Roaming/BrowserAutomationStudio/apps/24.1.1/e/cache.Kmh7/distr/node.exe [18:33:30.835] Npm install log standart C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\miller-rabin -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\miller-rabin\bin\miller-rabin C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\mime -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\mime\cli.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\mkdirp -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\mkdirp\bin\cmd.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node-gyp-build -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\node-gyp-build\bin.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node-gyp-build-test -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\node-gyp-build\build-test.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node-gyp-build-optional -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\node-gyp-build\optional.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\printj -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\printj\bin\printj.njs C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\crc32 -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\crc-32\bin\crc32.njs C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\rlp -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\rlp\bin\rlp C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\sha.js -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\sha.js\bin.js C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\sshpk-conv -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\sshpk\bin\sshpk-conv C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\sshpk-sign -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\sshpk\bin\sshpk-sign C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\sshpk-verify -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\sshpk\bin\sshpk-verify C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\uuid -> C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\uuid\bin\uuid > bufferutil@4.0.5 install C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\bufferutil > node-gyp-build [18:33:30.835] Npm install log error npm info it worked if it ends with ok npm verb cli [ npm verb cli 'C:\\Users\\admin\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\24.1.1\\e\\cache.Kmh7\\distr\\node.exe', npm verb cli 'C:\\Users\\admin\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\24.1.1\\e\\cache.Kmh7\\distr\\node_modules\\npm\\bin\\npm-cli.js', npm verb cli 'install', npm verb cli '--loglevel', npm verb cli 'verbose' npm verb cli ] npm info using npm@6.14.6 npm info using node@v12.18.3 npm verb npm-session 4d6d4418dacb8b33 npm info lifecycle @~preinstall: @ npm timing stage:loadCurrentTree Completed in 9ms npm timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms npm timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms npm http fetch GET 304 https://registry.npmjs.org/web3 210ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ws 213ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core 81ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-bzz 110ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-shh 140ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth 148ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-personal 154ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-utils 166ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-net 203ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core-helpers 149ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core-requestmanager 105ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@types%2fnode 176ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/got 126ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/swarm-js 119ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core-method 185ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core-subscriptions 136ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ethereum-bloom-filters 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bn.js 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-iban 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ethereumjs-util 83ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bignumber.js 320ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@types%2fbn.js 321ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/number-to-bn 62ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/randombytes 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ethjs-unit 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/util 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utf8 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@szmarczak%2fhttp-timer 97ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/decompress-response 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/duplexer3 82ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-stream 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/lowercase-keys 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mimic-response 81ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/p-cancelable 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/to-readable-stream 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-abi 918ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/url-parse-lax 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-accounts 918ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-ens 892ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bluebird 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/eth-lib 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/buffer 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fs-extra 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-eth-contract 992ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mkdirp-promise 56ms (from cache) npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. npm http fetch GET 304 https://registry.npmjs.org/mock-fs 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mime-types 119ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/setimmediate 82ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-providers-ws 892ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tar 71ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cacheable-request 906ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/eventemitter3 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/js-sha3 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2ftransactions 153ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/create-hash 110ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr-request 174ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-providers-ipc 1032ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-core-promievent 144ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ethereum-cryptography 100ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/web3-providers-http 1088ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/rlp 104ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/strip-hex-prefix 101ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/inherits 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-generator-function 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/safe-buffer 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-arguments 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/safe-buffer 96ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/defer-to-connect 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/which-typed-array 103ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/pump 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/prepend-http 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethereumjs%2fcommon 126ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/scrypt-js 100ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/crypto-browserify 110ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/eth-ens-namehash 96ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/uuid 113ms (from cache) npm WARN deprecated uuid@3.3.2: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm http fetch GET 304 https://registry.npmjs.org/is-stream 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-plain-obj 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-retry-allowed 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/p-timeout 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/timed-out 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/nano-json-stream-parser 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/elliptic 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/url-to-options 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/servify 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/base64-js 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ieee754 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr-request-promise 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/graceful-fs 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsonfile 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mime-db 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mkdirp 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/universalify 90ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/chownr 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fs-minipass 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minipass 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minizlib 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/yallist 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/clone-response 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-cache-semantics 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/keyv 50ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/normalize-url 57ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/responselike 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@sindresorhus%2fis 1806ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-hash 895ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2faddress 353ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-typed-array 1050ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/isurl 854ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/websocket 895ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fbignumber 952ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fbytes 966ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cipher-base 57ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/md5.js 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ripemd160 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fconstants 1022ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/sha.js 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/buffer-to-arraybuffer 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-assign 115ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/simple-get 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2flogger 897ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fkeccak256 932ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/query-string 140ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/url-set-query 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethereumjs%2ftx 1906ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fproperties 945ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@types%2fpbkdf2 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@types%2fsecp256k1 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/blakejs 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/create-hmac 71ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-aes 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabi 2023ms (from cache) npm http fetch@UserTrue said in Как скачать npm модуль на ж/д?:
Сейчас могут не встать только модули которые требуют какаю-то зависимость в системе
web3- это именно такой модуль?
@UserTrue said in Как скачать npm модуль на ж/д?:
П.С. модуль мало распаковать, надо его еще установить через npm install
А куда писать команду "npm install"? В БАСе разве есть окно терминала?
-
@botovod said in Как скачать npm модуль на ж/д?:
. А вот модуль "web3" и еще один модуль не устанавливаются. БАС при этом выдает ошибку "не удалось установить npm модули. Смотрите лог для более подробной информации". Полагаю, что модуль не устанавливается из-за того, что файлы модуля располагаются на Гитхабе (это уже обсуждалось на форуме здесь )
Значит ему нужен установленный в системе git
-
Продолжение лога:
GET 304 https://registry.npmjs.org/bs58check 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash.js 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2frlp 1015ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/keccak 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/pbkdf2 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/secp256k1 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-hex-prefixed 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/call-bind 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-abstract 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-tostringtag 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/foreach 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/end-of-stream 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/once 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-cipher 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/crc-32 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-sign 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/create-ecdh 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/diffie-hellman 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/randomfill 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/public-encrypt 62ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/brorand 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/idna-uts46-hx 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fsigning-key 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/p-finally 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/async-limiter 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ultron 57ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-assert 103ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/body-parser 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/request 66ms (from cache) npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm http fetch GET 304 https://registry.npmjs.org/express 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-buffer 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimist 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cors 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-to-string-tag-x 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-object 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/debug 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bufferutil 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es5-ext 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utf-8-validate 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/typedarray-to-buffer 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash-base 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/simple-concat 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/decode-uri-component 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/yaeti 116ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/strict-uri-encode 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/global 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xtend 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-function 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-headers 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/buffer-xor 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/evp_bytestokey 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bs58 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-gyp-build 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/readable-stream 39ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-addon-api 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oboe 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/function-bind 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 37ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/available-typed-arrays 906ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-to-primitive 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-symbol-description 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbols 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/internal-slot 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-negative-zero 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-callable 50ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr2-cookies 1030ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-string 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-weakref 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-shared-array-buffer 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-regex 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-keys 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-inspect 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object.assign 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimstart 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimend 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-des 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/printj 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/wrappy 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unbox-primitive 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/exit-on-epipe 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multicodec 934ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multihashes 927ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 105ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cids 968ms (from cache) npm WARN deprecated multicodec@0.5.7: This module has been superseded by the multiformats module npm WARN deprecated cids@0.7.5: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/miller-rabin 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/punycode 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/iconv-lite 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-errors 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/on-finished 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/qs 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/depd 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bytes 99ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/raw-body 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws-sign2 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type-is 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws4 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extend 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/combined-stream 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/caseless 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/form-data 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-signature 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-validator 82ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forever-agent 114ms (from cache) npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm http fetch GET 304 https://registry.npmjs.org/is-typedarray 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/isstream 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-stringify-safe 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/performance-now 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tough-cookie 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oauth-sign 87ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/array-flatten 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/accepts 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tunnel-agent 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie-signature 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-disposition 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/encodeurl 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/etag 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/escape-html 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/finalhandler 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fresh 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/merge-descriptors 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/methods 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/path-to-regexp 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parseurl 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/send 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/proxy-addr 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/serve-static 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/statuses 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/setprototypeof 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utils-merge 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 77ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/range-parser 123ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbol-support-x 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-iterator 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/next-tick 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ms 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-symbol 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/min-document 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/process 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/util-deprecate 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/base-x 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string_decoder 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-date-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-symbol 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/side-channel 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/define-properties 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookiejar 74ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/des.js 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-bigints 64ms (from cache) npm WARN deprecated multicodec@1.0.4: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/which-boxed-primitive 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1.js 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/toidentifier 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ee-first 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/safer-buffer 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unpipe 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/delayed-stream 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/media-typer 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asynckit 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsprim 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/assert-plus 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/sshpk 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-schema 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ajv 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/psl 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/negotiator 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mime 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/destroy 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forwarded 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ipaddr.js 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 41ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ext 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-bigint 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-boolean-object 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-number-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extsprintf 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fhash 1883ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/verror 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/getpass 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fstrings 1941ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/dashdash 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsbn 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-https 873ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tweetnacl 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bcrypt-pbkdf 81ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ecc-jsbn 96ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-deep-equal 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-json-stable-stringify 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema-traverse 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/uri-js 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/varint 889ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 892ms (from cache) npm WARN deprecated multibase@0.7.0: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/class-is 917ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/core-util-is 97ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 1233ms (from cache) npm WARN deprecated multibase@0.6.1: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/dom-walk 1045ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-signer 2037ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-provider 1908ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fweb 1858ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fnetworks 1869ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fbase64 2163ms (from cache) npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 15398ms npm timing stage:loadIdealTree Completed in 15541ms npm timing stage:generateActionsToTake Completed in 94ms npm verb correctMkdir C:\Users\admin\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing npm verb makeCacheDir UID & GID are irrelevant on win32 npm verb lock using C:\Users\admin\AppData\Roaming\npm-cache\_locks\staging-823d3ce108adebbe.lock for C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\.staging npm timing action:extract Completed in 3568ms npm timing action:finalize Completed in 7412ms npm timing action:refresh-package-json Completed in 1458ms npm info lifecycle @ethersproject/logger@5.5.0~preinstall: @ethersproject/logger@5.5.0 npm info lifecycle @ethersproject/bytes@5.5.0~preinstall: @ethersproject/bytes@5.5.0 npm info lifecycle @ethersproject/base64@5.5.0~preinstall: @ethersproject/base64@5.5.0 npm info lifecycle @ethersproject/networks@5.5.1~preinstall: @ethersproject/networks@5.5.1 npm info lifecycle @ethersproject/properties@5.5.0~preinstall: @ethersproject/properties@5.5.0 npm info lifecycle @ethersproject/rlp@5.5.0~preinstall: @ethersproject/rlp@5.5.0 npm info lifecycle -
Продолжение лога (3 часть)
GET 304 https://registry.npmjs.org/bs58check 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash.js 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2frlp 1015ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/keccak 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/pbkdf2 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/secp256k1 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-hex-prefixed 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/call-bind 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-abstract 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-tostringtag 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/foreach 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/end-of-stream 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/once 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-cipher 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/crc-32 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-sign 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/create-ecdh 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/diffie-hellman 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/randomfill 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/public-encrypt 62ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/brorand 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/idna-uts46-hx 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fsigning-key 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/p-finally 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/async-limiter 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ultron 57ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-assert 103ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/body-parser 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/request 66ms (from cache) npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm http fetch GET 304 https://registry.npmjs.org/express 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-buffer 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimist 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cors 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-to-string-tag-x 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-object 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/debug 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bufferutil 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es5-ext 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utf-8-validate 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/typedarray-to-buffer 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash-base 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/simple-concat 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/decode-uri-component 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/yaeti 116ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/strict-uri-encode 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/global 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xtend 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-function 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-headers 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/buffer-xor 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/evp_bytestokey 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bs58 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-gyp-build 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/readable-stream 39ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-addon-api 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oboe 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/function-bind 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 37ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/available-typed-arrays 906ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-to-primitive 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-symbol-description 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbols 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/internal-slot 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-negative-zero 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-callable 50ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr2-cookies 1030ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-string 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-weakref 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-shared-array-buffer 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-regex 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-keys 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-inspect 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object.assign 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimstart 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimend 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-des 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/printj 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/wrappy 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unbox-primitive 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/exit-on-epipe 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multicodec 934ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multihashes 927ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 105ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cids 968ms (from cache) npm WARN deprecated multicodec@0.5.7: This module has been superseded by the multiformats module npm WARN deprecated cids@0.7.5: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/miller-rabin 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/punycode 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/iconv-lite 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-errors 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/on-finished 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/qs 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/depd 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bytes 99ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/raw-body 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws-sign2 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type-is 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws4 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extend 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/combined-stream 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/caseless 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/form-data 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-signature 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-validator 82ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forever-agent 114ms (from cache) npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm http fetch GET 304 https://registry.npmjs.org/is-typedarray 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/isstream 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-stringify-safe 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/performance-now 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tough-cookie 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oauth-sign 87ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/array-flatten 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/accepts 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tunnel-agent 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie-signature 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-disposition 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/encodeurl 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/etag 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/escape-html 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/finalhandler 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fresh 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/merge-descriptors 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/methods 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/path-to-regexp 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parseurl 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/send 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/proxy-addr 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/serve-static 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/statuses 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/setprototypeof 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utils-merge 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 77ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/range-parser 123ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbol-support-x 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-iterator 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/next-tick 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ms 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-symbol 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/min-document 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/process 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/util-deprecate 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/base-x 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string_decoder 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-date-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-symbol 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/side-channel 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/define-properties 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookiejar 74ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/des.js 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-bigints 64ms (from cache) npm WARN deprecated multicodec@1.0.4: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/which-boxed-primitive 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1.js 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/toidentifier 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ee-first 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/safer-buffer 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unpipe 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/delayed-stream 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/media-typer 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asynckit 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsprim 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/assert-plus 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/sshpk 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-schema 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ajv 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/psl 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/negotiator 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mime 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/destroy 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forwarded 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ipaddr.js 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 41ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ext 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-bigint 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-boolean-object 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-number-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extsprintf 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fhash 1883ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/verror 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/getpass 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fstrings 1941ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/dashdash 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsbn 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-https 873ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tweetnacl 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bcrypt-pbkdf 81ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ecc-jsbn 96ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-deep-equal 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-json-stable-stringify 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema-traverse 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/uri-js 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/varint 889ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 892ms (from cache) npm WARN deprecated multibase@0.7.0: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/class-is 917ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/core-util-is 97ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 1233ms (from cache) npm WARN deprecated multibase@0.6.1: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/dom-walk 1045ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-signer 2037ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-provider 1908ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fweb 1858ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fnetworks 1869ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fbase64 2163ms (from cache) npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 15398ms npm timing stage:loadIdealTree Completed in 15541ms npm timing stage:generateActionsToTake Completed in 94ms npm verb correctMkdir C:\Users\admin\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing npm verb makeCacheDir UID & GID are irrelevant on win32 npm verb lock using C:\Users\admin\AppData\Roaming\npm-cache\_locks\staging-823d3ce108adebbe.lock for C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\.staging npm timing action:extract Completed in 3568ms npm timing action:finalize Completed in 7412ms npm timing action:refresh-package-json Completed in 1458ms npm info lifecycle @ethersproject/logger@5.5.0~preinstall: @ethersproject/logger@5.5.0 npm info lifecycle @ethersproject/bytes@5.5.0~preinstall: @ethersproject/bytes@5.5.0 npm info lifecycle @ethersproject/base64@5.5.0~preinstall: @ethersproject/base64@5.5.0 npm info lifecycle @ethersproject/networks@5.5.1~preinstall: @ethersproject/networks@5.5.1 npm info lifecycle @ethersproject/properties@5.5.0~preinstall: @ethersproject/properties@5.5.0 npm info lifecycle @ethersproject/rlp@5.5.0~preinstall: @ethersproject/rlp@5.5.0 npm info lifecycle -
Продолжение лога (часть 4) все не убирается в один пост
GET 304 https://registry.npmjs.org/bs58check 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash.js 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2frlp 1015ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/keccak 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/pbkdf2 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/secp256k1 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-hex-prefixed 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/call-bind 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-abstract 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-tostringtag 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/foreach 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/end-of-stream 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/once 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-cipher 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/crc-32 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-sign 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/create-ecdh 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/diffie-hellman 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/randomfill 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/public-encrypt 62ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/brorand 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/idna-uts46-hx 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fsigning-key 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/p-finally 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/async-limiter 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ultron 57ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimalistic-assert 103ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/body-parser 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/request 66ms (from cache) npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm http fetch GET 304 https://registry.npmjs.org/express 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-buffer 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/minimist 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cors 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-to-string-tag-x 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-object 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/debug 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bufferutil 93ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es5-ext 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utf-8-validate 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/typedarray-to-buffer 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/hash-base 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/simple-concat 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/decode-uri-component 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/yaeti 116ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/strict-uri-encode 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/global 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xtend 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-function 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-headers 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/buffer-xor 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/evp_bytestokey 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bs58 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-gyp-build 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/readable-stream 39ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/node-addon-api 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oboe 1001ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/function-bind 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-intrinsic 37ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/available-typed-arrays 906ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es-to-primitive 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/get-symbol-description 78ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbols 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/internal-slot 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-negative-zero 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-callable 50ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/xhr2-cookies 1030ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-string 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-weakref 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-shared-array-buffer 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-regex 95ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-keys 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object-inspect 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/object.assign 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimstart 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string.prototype.trimend 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-des 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/printj 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/wrappy 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unbox-primitive 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/exit-on-epipe 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 89ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parse-asn1 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multicodec 934ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multihashes 927ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 105ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/browserify-rsa 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cids 968ms (from cache) npm WARN deprecated multicodec@0.5.7: This module has been superseded by the multiformats module npm WARN deprecated cids@0.7.5: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/miller-rabin 111ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/punycode 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/iconv-lite 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-errors 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/on-finished 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/qs 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/depd 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bytes 99ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/raw-body 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws-sign2 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type-is 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/aws4 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extend 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/combined-stream 79ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/caseless 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/form-data 92ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-signature 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-validator 82ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forever-agent 114ms (from cache) npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm http fetch GET 304 https://registry.npmjs.org/is-typedarray 86ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/isstream 88ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-stringify-safe 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/performance-now 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tough-cookie 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/oauth-sign 87ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/array-flatten 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/accepts 65ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tunnel-agent 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookie-signature 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/content-disposition 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/encodeurl 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/etag 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/escape-html 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/finalhandler 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fresh 64ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/merge-descriptors 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/methods 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/path-to-regexp 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/parseurl 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/send 44ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/proxy-addr 58ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/serve-static 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/statuses 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/setprototypeof 75ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/utils-merge 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 77ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/vary 60ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/range-parser 123ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-symbol-support-x 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-iterator 47ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/next-tick 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ms 80ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/es6-symbol 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/min-document 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/process 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/util-deprecate 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/base-x 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/string_decoder 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-date-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-symbol 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/side-channel 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/define-properties 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/cookiejar 74ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/des.js 70ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/has-bigints 64ms (from cache) npm WARN deprecated multicodec@1.0.4: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/which-boxed-primitive 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1.js 73ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/toidentifier 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ee-first 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/safer-buffer 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/unpipe 40ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/delayed-stream 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/media-typer 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asynckit 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsprim 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/assert-plus 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/sshpk 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/har-schema 68ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ajv 72ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/psl 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/negotiator 42ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/mime 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/destroy 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/forwarded 45ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ipaddr.js 46ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 49ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/d 41ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ext 54ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-bigint 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-boolean-object 43ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/is-number-object 56ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/extsprintf 55ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema 48ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fhash 1883ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/verror 59ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/asn1 76ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/getpass 53ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fstrings 1941ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/dashdash 69ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/jsbn 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/http-https 873ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/tweetnacl 84ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/bcrypt-pbkdf 81ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/ecc-jsbn 96ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-deep-equal 63ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/fast-json-stable-stringify 52ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/json-schema-traverse 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/uri-js 66ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 51ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/type 61ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/varint 889ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 892ms (from cache) npm WARN deprecated multibase@0.7.0: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/class-is 917ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/core-util-is 97ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/multibase 1233ms (from cache) npm WARN deprecated multibase@0.6.1: This module has been superseded by the multiformats module npm http fetch GET 304 https://registry.npmjs.org/dom-walk 1045ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-signer 2037ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fabstract-provider 1908ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fweb 1858ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fnetworks 1869ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/@ethersproject%2fbase64 2163ms (from cache) npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 15398ms npm timing stage:loadIdealTree Completed in 15541ms npm timing stage:generateActionsToTake Completed in 94ms npm verb correctMkdir C:\Users\admin\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing npm verb makeCacheDir UID & GID are irrelevant on win32 npm verb lock using C:\Users\admin\AppData\Roaming\npm-cache\_locks\staging-823d3ce108adebbe.lock for C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\.staging npm timing action:extract Completed in 3568ms npm timing action:finalize Completed in 7412ms npm timing action:refresh-package-json Completed in 1458ms npm info lifecycle @ethersproject/logger@5.5.0~preinstall: @ethersproject/logger@5.5.0 npm info lifecycle @ethersproject/bytes@5.5.0~preinstall: @ethersproject/bytes@5.5.0 npm info lifecycle @ethersproject/base64@5.5.0~preinstall: @ethersproject/base64@5.5.0 npm info lifecycle @ethersproject/networks@5.5.1~preinstall: @ethersproject/networks@5.5.1 npm info lifecycle @ethersproject/properties@5.5.0~preinstall: @ethersproject/properties@5.5.0 npm info lifecycle @ethersproject/rlp@5.5.0~preinstall: @ethersproject/rlp@5.5.0 npm info lifecycle -
Последняя часть лога:
@1.0.4 npm info linkStuff multicodec@0.5.7 npm info linkStuff multihashes@0.4.21 npm info linkStuff cids@0.7.5 npm info linkStuff content-hash@2.5.2 npm info linkStuff vary@1.1.2 npm info linkStuff cors@2.8.5 npm info linkStuff express@4.17.1 npm info linkStuff verror@1.10.0 npm info linkStuff jsprim@1.4.2 npm info linkStuff http-signature@1.2.0 npm info linkStuff request@2.88.2 npm info linkStuff web3-core-promievent@1.6.1 npm info linkStuff uuid@3.3.2 npm verb linkBins [ npm verb linkBins { uuid: 'bin/uuid' }, npm verb linkBins 'C:\\Users\\admin\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\24.1.1\\e\\cache.Kmh7\\distr\\node_modules\\web3-eth-accounts\\node_modules\\.bin', npm verb linkBins false npm verb linkBins ] npm info linkStuff web3-utils@1.6.1 npm info linkStuff web3-eth-abi@1.6.1 npm info linkStuff web3-eth-iban@1.6.1 npm info linkStuff web3-core-helpers@1.6.1 npm info linkStuff web3-core-subscriptions@1.6.1 npm info linkStuff web3-core-method@1.6.1 npm info linkStuff web3-providers-ipc@1.6.1 npm info linkStuff which-boxed-primitive@1.0.2 npm info linkStuff unbox-primitive@1.0.1 npm info linkStuff es-abstract@1.19.1 npm info linkStuff is-typed-array@1.1.8 npm info linkStuff which-typed-array@1.1.7 npm info linkStuff util@0.12.4 npm info linkStuff wrappy@1.0.2 npm info linkStuff once@1.4.0 npm info linkStuff end-of-stream@1.4.4 npm info linkStuff pump@3.0.0 npm info linkStuff get-stream@5.2.0 npm info linkStuff cacheable-request@6.1.0 npm info linkStuff get-stream@4.1.0 npm info linkStuff got@9.6.0 npm info linkStuff simple-get@2.8.1 npm info linkStuff xhr2-cookies@1.1.0 npm info linkStuff web3-providers-http@1.6.1 npm info linkStuff xtend@4.0.2 npm info linkStuff xhr@2.6.0 npm info linkStuff servify@0.1.12 npm info linkStuff xhr-request@1.1.0 npm info linkStuff xhr-request-promise@0.1.3 npm info linkStuff eth-lib@0.1.29 npm info linkStuff eth-lib@0.2.8 npm info linkStuff yaeti@0.0.6 npm info linkStuff websocket@1.0.34 npm info linkStuff web3-providers-ws@1.6.1 npm info linkStuff web3-core-requestmanager@1.6.1 npm info linkStuff web3-core@1.6.1 npm info linkStuff web3-eth-accounts@1.6.1 npm info linkStuff web3-eth-contract@1.6.1 npm info linkStuff web3-eth-ens@1.6.1 npm info linkStuff web3-net@1.6.1 npm info linkStuff web3-eth-personal@1.6.1 npm info linkStuff web3-eth@1.6.1 npm info linkStuff web3-shh@1.6.1 npm info linkStuff yallist@3.1.1 npm info linkStuff minipass@2.9.0 npm info linkStuff fs-minipass@1.2.7 npm info linkStuff minizlib@1.3.3 npm info linkStuff tar@4.4.19 npm info linkStuff swarm-js@0.1.40 npm info linkStuff web3-bzz@1.6.1 npm info linkStuff web3@1.6.1 npm info linkStuff ws@8.3.0 npm timing action:build Completed in 196ms npm info lifecycle @ethersproject/logger@5.5.0~install: @ethersproject/logger@5.5.0 npm info lifecycle @ethersproject/bytes@5.5.0~install: @ethersproject/bytes@5.5.0 npm info lifecycle @ethersproject/base64@5.5.0~install: @ethersproject/base64@5.5.0 npm info lifecycle @ethersproject/networks@5.5.1~install: @ethersproject/networks@5.5.1 npm info lifecycle @ethersproject/properties@5.5.0~install: @ethersproject/properties@5.5.0 npm info lifecycle @ethersproject/rlp@5.5.0~install: @ethersproject/rlp@5.5.0 npm info lifecycle @sindresorhus/is@0.14.0~install: @sindresorhus/is@0.14.0 npm info lifecycle @types/node@12.20.37~install: @types/node@12.20.37 npm info lifecycle @types/bn.js@4.11.6~install: @types/bn.js@4.11.6 npm info lifecycle @types/pbkdf2@3.1.0~install: @types/pbkdf2@3.1.0 npm info lifecycle @types/secp256k1@4.0.3~install: @types/secp256k1@4.0.3 npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1 npm info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 npm info lifecycle async-limiter@1.0.1~install: async-limiter@1.0.1 npm info lifecycle asynckit@0.4.0~install: asynckit@0.4.0 npm info lifecycle available-typed-arrays@1.0.5~install: available-typed-arrays@1.0.5 npm info lifecycle aws-sign2@0.7.0~install: aws-sign2@0.7.0 npm info lifecycle aws4@1.11.0~install: aws4@1.11.0 npm info lifecycle base64-js@1.5.1~install: base64-js@1.5.1 npm info lifecycle bignumber.js@9.0.1~install: bignumber.js@9.0.1 npm info lifecycle blakejs@1.1.1~install: blakejs@1.1.1 npm info lifecycle bluebird@3.7.2~install: bluebird@3.7.2 npm info lifecycle bn.js@4.12.0~install: bn.js@4.12.0 npm info lifecycle @ethersproject/bignumber@5.5.0~install: @ethersproject/bignumber@5.5.0 npm info lifecycle @ethersproject/constants@5.5.0~install: @ethersproject/constants@5.5.0 npm info lifecycle @ethersproject/strings@5.5.0~install: @ethersproject/strings@5.5.0 npm info lifecycle @ethersproject/web@5.5.1~install: @ethersproject/web@5.5.1 npm info lifecycle brorand@1.1.0~install: brorand@1.1.0 npm info lifecycle bn.js@5.2.0~install: bn.js@5.2.0 npm info lifecycle bn.js@5.2.0~install: bn.js@5.2.0 npm info lifecycle safe-buffer@5.2.1~install: safe-buffer@5.2.1 npm info lifecycle buffer-to-arraybuffer@0.0.5~install: buffer-to-arraybuffer@0.0.5 npm info lifecycle buffer-xor@1.0.3~install: buffer-xor@1.0.3 npm info lifecycle bytes@3.1.0~install: bytes@3.1.0 npm info lifecycle lowercase-keys@2.0.0~install: lowercase-keys@2.0.0 npm info lifecycle caseless@0.12.0~install: caseless@0.12.0 npm info lifecycle chownr@1.1.4~install: chownr@1.1.4 npm info lifecycle class-is@1.1.0~install: class-is@1.1.0 npm info lifecycle content-type@1.0.4~install: content-type@1.0.4 npm info lifecycle cookie@0.4.0~install: cookie@0.4.0 npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6 npm info lifecycle cookiejar@2.1.3~install: cookiejar@2.1.3 npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2 npm info lifecycle dashdash@1.14.1~install: dashdash@1.14.1 npm info lifecycle decode-uri-component@0.2.0~install: decode-uri-component@0.2.0 npm info lifecycle defer-to-connect@1.1.3~install: defer-to-connect@1.1.3 npm info lifecycle @szmarczak/http-timer@1.1.2~install: @szmarczak/http-timer@1.1.2 npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0 npm info lifecycle combined-stream@1.0.8~install: combined-stream@1.0.8 npm info lifecycle depd@1.1.2~install: depd@1.1.2 npm info lifecycle destroy@1.0.4~install: destroy@1.0.4 npm info lifecycle dom-walk@0.1.2~install: dom-walk@0.1.2 npm info lifecycle duplexer3@0.1.4~install: duplexer3@0.1.4 npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1 npm info lifecycle encodeurl@1.0.2~install: encodeurl@1.0.2 npm info lifecycle escape-html@1.0.3~install: escape-html@1.0.3 npm info lifecycle etag@1.8.1~install: etag@1.8.1 npm info lifecycle js-sha3@0.5.7~install: js-sha3@0.5.7 npm info lifecycle @types/bn.js@5.1.0~install: @types/bn.js@5.1.0 npm info lifecycle bn.js@5.2.0~install: bn.js@5.2.0 npm info lifecycle bn.js@4.11.6~install: bn.js@4.11.6 npm info lifecycle eventemitter3@4.0.4~install: eventemitter3@4.0.4 npm info lifecycle exit-on-epipe@1.0.1~install: exit-on-epipe@1.0.1 npm info lifecycle type@2.5.0~install: type@2.5.0 npm info lifecycle ext@1.6.0~install: ext@1.6.0 npm info lifecycle extend@3.0.2~install: extend@3.0.2 npm info lifecycle extsprintf@1.3.0~install: extsprintf@1.3.0 npm info lifecycle fast-deep-equal@3.1.3~install: fast-deep-equal@3.1.3 npm info lifecycle fast-json-stable-stringify@2.1.0~install: fast-json-stable-stringify@2.1.0 npm info lifecycle foreach@2.0.5~install: foreach@2.0.5 npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1 npm info lifecycle forwarded@0.2.0~install: forwarded@0.2.0 npm info lifecycle fresh@0.5.2~install: fresh@0.5.2 npm info lifecycle function-bind@1.1.1~install: function-bind@1.1.1 npm info lifecycle getpass@0.1.7~install: getpass@0.1.7 npm info lifecycle graceful-fs@4.2.8~install: graceful-fs@4.2.8 npm info lifecycle har-schema@2.0.0~install: har-schema@2.0.0 npm info lifecycle has@1.0.3~install: has@1.0.3 npm info lifecycle has-bigints@1.0.1~install: has-bigints@1.0.1 npm info lifecycle has-symbol-support-x@1.4.2~install: has-symbol-support-x@1.4.2 npm info lifecycle has-symbols@1.0.2~install: has-symbols@1.0.2 npm info lifecycle get-intrinsic@1.1.1~install: get-intrinsic@1.1.1 npm info lifecycle call-bind@1.0.2~install: call-bind@1.0.2 npm info lifecycle get-symbol-description@1.0.0~install: get-symbol-description@1.0.0 npm info lifecycle has-to-string-tag-x@1.4.1~install: has-to-string-tag-x@1.4.1 npm info lifecycle has-tostringtag@1.0.0~install: has-tostringtag@1.0.0 npm info lifecycle safe-buffer@5.2.1~install: safe-buffer@5.2.1 npm info lifecycle http-cache-semantics@4.1.0~install: http-cache-semantics@4.1.0 npm info lifecycle inherits@2.0.3~install: inherits@2.0.3 npm info lifecycle http-https@1.0.0~install: http-https@1.0.0 npm info lifecycle punycode@2.1.0~install: punycode@2.1.0 npm info lifecycle idna-uts46-hx@2.3.1~install: idna-uts46-hx@2.3.1 npm info lifecycle eth-ens-namehash@2.0.8~install: eth-ens-namehash@2.0.8 npm info lifecycle ieee754@1.2.1~install: ieee754@1.2.1 npm info lifecycle buffer@5.7.1~install: buffer@5.7.1 npm info lifecycle inherits@2.0.4~install: inherits@2.0.4 npm info lifecycle ipaddr.js@1.9.1~install: ipaddr.js@1.9.1 npm info lifecycle is-arguments@1.1.1~install: is-arguments@1.1.1 npm info lifecycle is-bigint@1.0.4~install: is-bigint@1.0.4 npm info lifecycle is-boolean-object@1.1.2~install: is-boolean-object@1.1.2 npm info lifecycle is-callable@1.2.4~install: is-callable@1.2.4 npm info lifecycle is-date-object@1.0.5~install: is-date-object@1.0.5 npm info lifecycle is-function@1.0.2~install: is-function@1.0.2 npm info lifecycle is-generator-function@1.0.10~install: is-generator-function@1.0.10 npm info lifecycle is-hex-prefixed@1.0.0~install: is-hex-prefixed@1.0.0 npm info lifecycle is-negative-zero@2.0.1~install: is-negative-zero@2.0.1 npm info lifecycle is-number-object@1.0.6~install: is-number-object@1.0.6 npm info lifecycle is-object@1.0.2~install: is-object@1.0.2 npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0 npm info lifecycle is-regex@1.1.4~install: is-regex@1.1.4 npm info lifecycle is-retry-allowed@1.2.0~install: is-retry-allowed@1.2.0 npm info lifecycle is-shared-array-buffer@1.0.1~install: is-shared-array-buffer@1.0.1 npm info lifecycle is-stream@1.1.0~install: is-stream@1.1.0 npm info lifecycle is-string@1.0.7~install: is-string@1.0.7 npm info lifecycle is-symbol@1.0.4~install: is-symbol@1.0.4 npm info lifecycle es-to-primitive@1.2.1~install: es-to-primitive@1.2.1 npm info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0 npm info lifecycle is-weakref@1.0.1~install: is-weakref@1.0.1 npm info lifecycle isstream@0.1.2~install: isstream@0.1.2 npm info lifecycle isurl@1.0.0~install: isurl@1.0.0 npm info lifecycle js-sha3@0.8.0~install: js-sha3@0.8.0 npm info lifecycle @ethersproject/keccak256@5.5.0~install: @ethersproject/keccak256@5.5.0 npm info lifecycle @ethersproject/address@5.5.0~install: @ethersproject/address@5.5.0 npm info lifecycle ethereum-bloom-filters@1.0.10~install: ethereum-bloom-filters@1.0.10 npm info lifecycle jsbn@0.1.1~install: jsbn@0.1.1 npm info lifecycle json-buffer@3.0.0~install: json-buffer@3.0.0 npm info lifecycle json-schema@0.4.0~install: json-schema@0.4.0 npm info lifecycle json-schema-traverse@0.4.1~install: json-schema-traverse@0.4.1 npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1 npm info lifecycle jsonfile@4.0.0~install: jsonfile@4.0.0 npm info lifecycle keyv@3.1.0~install: keyv@3.1.0 npm info lifecycle lowercase-keys@1.0.1~install: lowercase-keys@1.0.1 npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0 npm info lifecycle merge-descriptors@1.0.1~install: merge-descriptors@1.0.1 npm info lifecycle methods@1.1.2~install: methods@1.1.2 npm info lifecycle miller-rabin@4.0.1~install: miller-rabin@4.0.1 npm info lifecycle mime@1.6.0~install: mime@1.6.0 npm info lifecycle mime-db@1.51.0~install: mime-db@1.51.0 npm info lifecycle mime-types@2.1.34~install: mime-types@2.1.34 npm info lifecycle form-data@2.3.3~install: form-data@2.3.3 npm info lifecycle mimic-response@1.0.1~install: mimic-response@1.0.1 npm info lifecycle clone-response@1.0.2~install: clone-response@1.0.2 npm info lifecycle decompress-response@3.3.0~install: decompress-response@3.3.0 npm info lifecycle min-document@2.19.0~install: min-document@2.19.0 npm info lifecycle minimalistic-assert@1.0.1~install: minimalistic-assert@1.0.1 npm info lifecycle des.js@1.0.1~install: des.js@1.0.1 npm info lifecycle hash.js@1.1.7~install: hash.js@1.1.7 npm info lifecycle minimalistic-crypto-utils@1.0.1~install: minimalistic-crypto-utils@1.0.1 npm info lifecycle hmac-drbg@1.0.1~install: hmac-drbg@1.0.1 npm info lifecycle elliptic@6.5.4~install: elliptic@6.5.4 npm info lifecycle @ethersproject/signing-key@5.5.0~install: @ethersproject/signing-key@5.5.0 npm info lifecycle @ethersproject/transactions@5.5.0~install: @ethersproject/transactions@5.5.0 npm info lifecycle @ethersproject/abstract-provider@5.5.1~install: @ethersproject/abstract-provider@5.5.1 npm info lifecycle @ethersproject/abstract-signer@5.5.0~install: @ethersproject/abstract-signer@5.5.0 npm info lifecycle @ethersproject/hash@5.5.0~install: @ethersproject/hash@5.5.0 npm info lifecycle @ethersproject/abi@5.0.7~install: @ethersproject/abi@5.0.7 npm info lifecycle create-ecdh@4.0.4~install: create-ecdh@4.0.4 npm info lifecycle minimist@1.2.5~install: minimist@1.2.5 npm info lifecycle mkdirp@1.0.4~install: mkdirp@1.0.4 npm info lifecycle mkdirp-promise@5.0.1~install: mkdirp-promise@5.0.1 npm info lifecycle mock-fs@4.14.0~install: mock-fs@4.14.0 npm info lifecycle ms@2.0.0~install: ms@2.0.0 npm info lifecycle debug@2.6.9~install: debug@2.6.9 npm info lifecycle nano-json-stream-parser@0.1.2~install: nano-json-stream-parser@0.1.2 npm info lifecycle negotiator@0.6.2~install: negotiator@0.6.2 npm info lifecycle accepts@1.3.7~install: accepts@1.3.7 npm info lifecycle next-tick@1.0.0~install: next-tick@1.0.0 npm info lifecycle node-addon-api@2.0.2~install: node-addon-api@2.0.2 npm info lifecycle node-gyp-build@4.3.0~install: node-gyp-build@4.3.0 npm info lifecycle bufferutil@4.0.5~install: bufferutil@4.0.5 "node-gyp-build" ?? ?????? ???????? ??? ????? ????????, ??????? ?????? ??? ???????? ????. npm verb lifecycle bufferutil@4.0.5~install: unsafe-perm in lifecycle true npm verb lifecycle bufferutil@4.0.5~install: PATH: C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\bufferutil\node_modules\.bin;C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Fiddler npm verb lifecycle bufferutil@4.0.5~install: CWD: C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\bufferutil npm info lifecycle bufferutil@4.0.5~install: Failed to exec install script npm timing action:install Completed in 57ms npm verb unlock done using C:\Users\admin\AppData\Roaming\npm-cache\_locks\staging-823d3ce108adebbe.lock for C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\.staging npm timing stage:rollbackFailedOptional Completed in 50ms npm timing stage:runTopLevelLifecycles Completed in 28581ms npm verb stack Error: bufferutil@4.0.5 install: `node-gyp-build` npm verb stack Exit status 1 npm verb stack at EventEmitter.<anonymous> (C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16) npm verb stack at EventEmitter.emit (events.js:315:20) npm verb stack at ChildProcess.<anonymous> (C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) npm verb stack at ChildProcess.emit (events.js:315:20) npm verb stack at maybeClose (internal/child_process.js:1021:16) npm verb stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) npm verb pkgid bufferutil@4.0.5 npm verb cwd C:\Users\admin\AppData\Roaming\BrowserAutomationStudio\apps\24.1.1\e\cache.Kmh7\distr npm verb Windows_NT 6.1.7601 npm verb argv "C:\\Users\\admin\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\24.1.1\\e\\cache.Kmh7\\distr\\node.exe" "C:\\Users\\admin\\AppData\\Roaming\\BrowserAutomationStudio\\apps\\24.1.1\\e\\cache.Kmh7\\distr\\node_modules\\npm\\bin\\npm-cli.js" "install" "--loglevel" "verbose" npm verb node v12.18.3 npm verb npm v6.14.6 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bufferutil@4.0.5 install: `node-gyp-build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bufferutil@4.0.5 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm verb exit [ 1, true ] npm timing npm Completed in 30300ms npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\admin\AppData\Roaming\npm-cache\_logs\2021-12-03T15_33_30_799Z-debug.log [18:33:30.835] Failed to install npm modules [18:33:30.835] Autoclean current folder becuase of error C:/Users/admin/AppData/Roaming/BrowserAutomationStudio/apps/24.1.1/e/7be4.Kmh7 [18:33:30.835] Autoclean current cache C:/Users/admin/AppData/Roaming/BrowserAutomationStudio/apps/24.1.1/e/cache.Kmh7 -
-
@botovod said in Как скачать npm модуль на ж/д?:
@UserTrue вы пробовали устанавливать модуль web3 у себя? Вам удалось это?
Да, использовал в каком-то проекте
