-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"node-pre-gyp install --fallback-to-build" in node v12.16.3 / arm64 / Rasbperry Pi #803
Comments
Looks like you have a permission issue (Why is it trying to install under /home/node_modules) Please assert that your user haswrite access to all the paths listed in the error log bcrypt or any library with native components will not install properly under sudo /root without |
Hello, initially I tried to install it inside a docker container and I could't retrieve the logs because the container never finished the building process. Instead, I tried to run npm install bcrypt inside my home folder to check if it was working with my machine. I changed the line in my dockerfile with --unsafe-perm and I have the same error until node-pre-gyp ERR! not ok. I tried to run sudo docker-compose and it was the same but if I type sudo npm install bcrypt it's installing properly on my home folder. What should I change to my dockerfile? |
@way2key I will need to see the Dockerfile to suggest changes |
Hello, This the docker compose file:
And this is the backend Dockerfile
When I run docker-compose build on my debian amd64 pc everything run fine. But when I run on my ubuntu 20.04 amr7l raspberry there the problem rise. I use the raspberry pi 4 model b ( the cpu is Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz ) EDIT: I was able to install bcrypt on raspbian with a 32 bits architecture. But when I run a 64 bit linux on my raspberry that's the problem rise. |
You are missing dependencies needed to compile bcrypt inside the docker see https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions#alpine-linux-based-images |
When I try to install bcrypt ( "bcrypt": "^4.0.1",
) in raspbian its getting failed with node v12.16.3 if I use sudo.
To be able to install without any issue
[email protected]
Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
##logs
0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install', 'bcrypt' ] 2 info using [email protected] 3 info using [email protected] 4 verbose npm-session cdf574468c7e4e87 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 200 https://registry.npmjs.org/bcrypt 216ms 8 http fetch GET 200 https://registry.npmjs.org/bcrypt/-/bcrypt-4.0.1.tgz 120ms 9 silly pacote tag manifest for bcrypt@latest fetched in 383ms 10 timing stage:loadCurrentTree Completed in 422ms 11 silly install loadIdealTree 12 silly install cloneCurrentTreeToIdealTree 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 14 silly install loadShrinkwrap 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 4ms 16 silly install loadAllDepsIntoIdealTree 17 silly resolveWithNewModule [email protected] checking installable status 18 http fetch GET 200 https://registry.npmjs.org/node-pre-gyp 66ms 19 http fetch GET 200 https://registry.npmjs.org/node-addon-api 108ms 20 http fetch GET 200 https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz 179ms 21 http fetch GET 200 https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.0.tgz 139ms 22 silly pacote version manifest for [email protected] fetched in 267ms 23 silly resolveWithNewModule [email protected] checking installable status 24 silly pacote range manifest for node-addon-api@^2.0.0 fetched in 265ms 25 silly resolveWithNewModule [email protected] checking installable status 26 http fetch GET 200 https://registry.npmjs.org/mkdirp 90ms 27 http fetch GET 200 https://registry.npmjs.org/detect-libc 98ms 28 http fetch GET 200 https://registry.npmjs.org/rc 267ms 29 http fetch GET 200 https://registry.npmjs.org/npmlog 272ms 30 http fetch GET 200 https://registry.npmjs.org/needle 276ms 31 http fetch GET 200 https://registry.npmjs.org/semver 280ms 32 http fetch GET 200 https://registry.npmjs.org/npm-packlist 285ms 33 http fetch GET 200 https://registry.npmjs.org/tar 279ms 34 http fetch GET 200 https://registry.npmjs.org/rimraf 282ms 35 http fetch GET 200 https://registry.npmjs.org/nopt 288ms 36 http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz 222ms 37 http fetch GET 200 https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz 156ms 38 silly pacote range manifest for mkdirp@^0.5.1 fetched in 474ms 39 silly resolveWithNewModule [email protected] checking installable status 40 silly pacote range manifest for detect-libc@^1.0.2 fetched in 482ms 41 silly resolveWithNewModule [email protected] checking installable status 42 http fetch GET 200 https://registry.npmjs.org/rc/-/rc-1.2.8.tgz 201ms 43 http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz 162ms 44 http fetch GET 200 https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz 165ms 45 http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.1.tgz 172ms 46 http fetch GET 200 https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz 167ms 47 http fetch GET 200 https://registry.npmjs.org/needle/-/needle-2.5.0.tgz 183ms 48 http fetch GET 200 https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz 185ms 49 http fetch GET 200 https://registry.npmjs.org/tar/-/tar-4.4.13.tgz 170ms 50 silly pacote range manifest for rc@^1.2.7 fetched in 520ms 51 silly pacote range manifest for needle@^2.2.1 fetched in 525ms 52 silly resolveWithNewModule [email protected] checking installable status 53 silly resolveWithNewModule [email protected] checking installable status 54 silly pacote range manifest for npmlog@^4.0.2 fetched in 526ms 55 silly pacote range manifest for tar@^4.4.2 fetched in 521ms 56 silly pacote range manifest for rimraf@^2.6.1 fetched in 523ms 57 silly resolveWithNewModule [email protected] checking installable status 58 silly resolveWithNewModule [email protected] checking installable status 59 silly resolveWithNewModule [email protected] checking installable status 60 silly pacote range manifest for npm-packlist@^1.1.6 fetched in 531ms 61 silly pacote range manifest for semver@^5.3.0 fetched in 526ms 62 silly resolveWithNewModule [email protected] checking installable status 63 silly resolveWithNewModule [email protected] checking installable status 64 silly pacote range manifest for nopt@^4.0.1 fetched in 534ms 65 silly resolveWithNewModule [email protected] checking installable status 66 http fetch GET 200 https://registry.npmjs.org/minimist 35ms 67 http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz 48ms 68 silly pacote range manifest for minimist@^1.2.5 fetched in 94ms 69 silly resolveWithNewModule [email protected] checking installable status 70 http fetch GET 200 https://registry.npmjs.org/sax 64ms 71 http fetch GET 200 https://registry.npmjs.org/iconv-lite 78ms 72 http fetch GET 200 https://registry.npmjs.org/debug 97ms 73 http fetch GET 200 https://registry.npmjs.org/sax/-/sax-1.2.4.tgz 41ms 74 silly pacote range manifest for sax@^1.2.4 fetched in 175ms 75 silly resolveWithNewModule [email protected] checking installable status 76 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.2.6.tgz 84ms 77 http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz 96ms 78 silly pacote range manifest for debug@^3.2.6 fetched in 198ms 79 silly resolveWithNewModule [email protected] checking installable status 80 silly pacote range manifest for iconv-lite@^0.4.4 fetched in 200ms 81 silly resolveWithNewModule [email protected] checking installable status 82 http fetch GET 200 https://registry.npmjs.org/ms 34ms 83 http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 49ms 84 silly pacote range manifest for ms@^2.1.1 fetched in 93ms 85 silly resolveWithNewModule [email protected] checking installable status 86 http fetch GET 200 https://registry.npmjs.org/safer-buffer 69ms 87 http fetch GET 200 https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz 53ms 88 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3 fetched in 131ms 89 silly resolveWithNewModule [email protected] checking installable status 90 http fetch GET 200 https://registry.npmjs.org/abbrev 44ms 91 http fetch GET 200 https://registry.npmjs.org/osenv 45ms 92 http fetch GET 200 https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz 38ms 93 silly pacote range manifest for abbrev@1 fetched in 100ms 94 silly resolveWithNewModule [email protected] checking installable status 95 http fetch GET 200 https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz 50ms 96 silly pacote range manifest for osenv@^0.1.4 fetched in 106ms 97 silly resolveWithNewModule [email protected] checking installable status 98 http fetch GET 200 https://registry.npmjs.org/os-homedir 48ms 99 http fetch GET 200 https://registry.npmjs.org/os-tmpdir 49ms 100 http fetch GET 200 https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz 41ms 101 silly pacote range manifest for os-homedir@^1.0.0 fetched in 98ms 102 silly resolveWithNewModule [email protected] checking installable status 103 http fetch GET 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz 70ms 104 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 129ms 105 silly resolveWithNewModule [email protected] checking installable status 106 http fetch GET 200 https://registry.npmjs.org/npm-normalize-package-bin 42ms 107 http fetch GET 200 https://registry.npmjs.org/ignore-walk 45ms 108 http fetch GET 200 https://registry.npmjs.org/npm-bundled 51ms 109 http fetch GET 200 https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz 67ms 110 http fetch GET 200 https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz 69ms 111 http fetch GET 200 https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz 63ms 112 silly pacote range manifest for ignore-walk@^3.0.1 fetched in 132ms 113 silly resolveWithNewModule [email protected] checking installable status 114 silly pacote range manifest for npm-normalize-package-bin@^1.0.1 fetched in 135ms 115 silly resolveWithNewModule [email protected] checking installable status 116 silly pacote range manifest for npm-bundled@^1.0.1 fetched in 138ms 117 silly resolveWithNewModule [email protected] checking installable status 118 http fetch GET 200 https://registry.npmjs.org/minimatch 36ms 119 http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 46ms 120 silly pacote range manifest for minimatch@^3.0.4 fetched in 91ms 121 silly resolveWithNewModule [email protected] checking installable status 122 http fetch GET 200 https://registry.npmjs.org/brace-expansion 34ms 123 http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 32ms 124 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 76ms 125 silly resolveWithNewModule [email protected] checking installable status 126 http fetch GET 200 https://registry.npmjs.org/balanced-match 52ms 127 http fetch GET 200 https://registry.npmjs.org/concat-map 61ms 128 http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 45ms 129 http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 37ms 130 silly pacote range manifest for balanced-match@^1.0.0 fetched in 109ms 131 silly resolveWithNewModule [email protected] checking installable status 132 silly pacote version manifest for [email protected] fetched in 110ms 133 silly resolveWithNewModule [email protected] checking installable status 134 http fetch GET 200 https://registry.npmjs.org/gauge 56ms 135 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 71ms 136 http fetch GET 200 https://registry.npmjs.org/set-blocking 68ms 137 http fetch GET 200 https://registry.npmjs.org/console-control-strings 85ms 138 http fetch GET 200 https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz 81ms 139 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz 65ms 140 http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 65ms 141 silly pacote range manifest for gauge@~2.7.3 fetched in 160ms 142 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 162ms 143 silly resolveWithNewModule [email protected] checking installable status 144 silly resolveWithNewModule [email protected] checking installable status 145 silly pacote range manifest for set-blocking@~2.0.0 fetched in 163ms 146 silly resolveWithNewModule [email protected] checking installable status 147 http fetch GET 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz 95ms 148 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 192ms 149 silly resolveWithNewModule [email protected] checking installable status 150 http fetch GET 200 https://registry.npmjs.org/readable-stream 38ms 151 http fetch GET 200 https://registry.npmjs.org/delegates 54ms 152 http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz 68ms 153 http fetch GET 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz 64ms 154 silly pacote range manifest for readable-stream@^2.0.6 fetched in 130ms 155 silly resolveWithNewModule [email protected] checking installable status 156 silly pacote range manifest for delegates@^1.0.0 fetched in 135ms 157 silly resolveWithNewModule [email protected] checking installable status 158 http fetch GET 200 https://registry.npmjs.org/string_decoder 73ms 159 http fetch GET 200 https://registry.npmjs.org/core-util-is 83ms 160 http fetch GET 200 https://registry.npmjs.org/process-nextick-args 88ms 161 http fetch GET 200 https://registry.npmjs.org/util-deprecate 83ms 162 http fetch GET 200 https://registry.npmjs.org/inherits 95ms 163 http fetch GET 200 https://registry.npmjs.org/isarray 93ms 164 http fetch GET 200 https://registry.npmjs.org/safe-buffer 100ms 165 http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 92ms 166 http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 87ms 167 http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 100ms 168 http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 78ms 169 http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 83ms 170 http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 89ms 171 http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 75ms 172 silly pacote range manifest for core-util-is@~1.0.0 fetched in 210ms 173 silly resolveWithNewModule [email protected] checking installable status 174 silly pacote range manifest for string_decoder@~1.1.1 fetched in 203ms 175 silly pacote range manifest for inherits@~2.0.3 fetched in 210ms 176 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 205ms 177 silly resolveWithNewModule [email protected] checking installable status 178 silly resolveWithNewModule [email protected] checking installable status 179 silly resolveWithNewModule [email protected] checking installable status 180 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 209ms 181 silly pacote range manifest for isarray@~1.0.0 fetched in 212ms 182 silly resolveWithNewModule [email protected] checking installable status 183 silly resolveWithNewModule [email protected] checking installable status 184 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 207ms 185 silly resolveWithNewModule [email protected] checking installable status 186 http fetch GET 200 https://registry.npmjs.org/signal-exit 63ms 187 http fetch GET 200 https://registry.npmjs.org/strip-ansi 63ms 188 http fetch GET 200 https://registry.npmjs.org/has-unicode 68ms 189 http fetch GET 200 https://registry.npmjs.org/wide-align 72ms 190 http fetch GET 200 https://registry.npmjs.org/string-width 93ms 191 http fetch GET 200 https://registry.npmjs.org/object-assign 95ms 192 http fetch GET 200 https://registry.npmjs.org/aproba 128ms 193 http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 79ms 194 http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz 84ms 195 http fetch GET 200 https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz 82ms 196 http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz 77ms 197 http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 66ms 198 http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 74ms 199 silly pacote range manifest for signal-exit@^3.0.0 fetched in 186ms 200 silly resolveWithNewModule [email protected] checking installable status 201 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 189ms 202 silly resolveWithNewModule [email protected] checking installable status 203 silly pacote range manifest for has-unicode@^2.0.0 fetched in 195ms 204 silly pacote range manifest for wide-align@^1.1.0 fetched in 190ms 205 silly resolveWithNewModule [email protected] checking installable status 206 silly resolveWithNewModule [email protected] checking installable status 207 silly pacote range manifest for string-width@^1.0.1 fetched in 195ms 208 silly resolveWithNewModule [email protected] checking installable status 209 http fetch GET 200 https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz 70ms 210 silly pacote range manifest for object-assign@^4.1.0 fetched in 201ms 211 silly resolveWithNewModule [email protected] checking installable status 212 silly pacote range manifest for aproba@^1.0.3 fetched in 207ms 213 silly resolveWithNewModule [email protected] checking installable status 214 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 32ms 215 http fetch GET 200 https://registry.npmjs.org/code-point-at 44ms 216 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 40ms 217 http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 38ms 218 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 85ms 219 silly resolveWithNewModule [email protected] checking installable status 220 silly pacote range manifest for code-point-at@^1.0.0 fetched in 90ms 221 silly resolveWithNewModule [email protected] checking installable status 222 http fetch GET 200 https://registry.npmjs.org/number-is-nan 27ms 223 http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 38ms 224 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 72ms 225 silly resolveWithNewModule [email protected] checking installable status 226 http fetch GET 200 https://registry.npmjs.org/ansi-regex 39ms 227 http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 34ms 228 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 83ms 229 silly resolveWithNewModule [email protected] checking installable status 230 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 44ms 231 http fetch GET 200 https://registry.npmjs.org/ini 53ms 232 http fetch GET 200 https://registry.npmjs.org/deep-extend 66ms 233 http fetch GET 200 https://registry.npmjs.org/ini/-/ini-1.3.5.tgz 64ms 234 http fetch GET 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz 54ms 235 http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 75ms 236 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 134ms 237 silly pacote range manifest for ini@~1.3.0 fetched in 135ms 238 silly resolveWithNewModule [email protected] checking installable status 239 silly resolveWithNewModule [email protected] checking installable status 240 silly pacote range manifest for deep-extend@^0.6.0 fetched in 143ms 241 silly resolveWithNewModule [email protected] checking installable status 242 http fetch GET 200 https://registry.npmjs.org/glob 38ms 243 http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.6.tgz 43ms 244 silly pacote range manifest for glob@^7.1.3 fetched in 92ms 245 silly resolveWithNewModule [email protected] checking installable status 246 http fetch GET 200 https://registry.npmjs.org/once 33ms 247 http fetch GET 200 https://registry.npmjs.org/fs.realpath 52ms 248 http fetch GET 200 https://registry.npmjs.org/inflight 58ms 249 http fetch GET 200 https://registry.npmjs.org/path-is-absolute 58ms 250 http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 66ms 251 http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 42ms 252 http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 59ms 253 http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 53ms 254 silly pacote range manifest for once@^1.3.0 fetched in 122ms 255 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 121ms 256 silly resolveWithNewModule [email protected] checking installable status 257 silly resolveWithNewModule [email protected] checking installable status 258 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 127ms 259 silly resolveWithNewModule [email protected] checking installable status 260 silly pacote range manifest for inflight@^1.0.4 fetched in 127ms 261 silly resolveWithNewModule [email protected] checking installable status 262 http fetch GET 200 https://registry.npmjs.org/wrappy 32ms 263 http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 28ms 264 silly pacote range manifest for wrappy@1 fetched in 65ms 265 silly resolveWithNewModule [email protected] checking installable status 266 http fetch GET 200 https://registry.npmjs.org/fs-minipass 60ms 267 http fetch GET 200 https://registry.npmjs.org/minizlib 60ms 268 http fetch GET 200 https://registry.npmjs.org/yallist 59ms 269 http fetch GET 200 https://registry.npmjs.org/chownr 69ms 270 http fetch GET 200 https://registry.npmjs.org/minipass 67ms 271 http fetch GET 200 https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz 66ms 272 http fetch GET 200 https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz 55ms 273 http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz 62ms 274 http fetch GET 200 https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz 59ms 275 http fetch GET 200 https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz 67ms 276 silly pacote range manifest for fs-minipass@^1.2.5 fetched in 155ms 277 silly resolveWithNewModule [email protected] checking installable status 278 silly pacote range manifest for minipass@^2.8.6 fetched in 156ms 279 silly pacote range manifest for yallist@^3.0.3 fetched in 154ms 280 silly resolveWithNewModule [email protected] checking installable status 281 silly resolveWithNewModule [email protected] checking installable status 282 silly pacote range manifest for chownr@^1.1.1 fetched in 161ms 283 silly resolveWithNewModule [email protected] checking installable status 284 silly pacote range manifest for minizlib@^1.2.1 fetched in 159ms 285 silly resolveWithNewModule [email protected] checking installable status 286 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 3784ms 287 timing stage:loadIdealTree Completed in 3857ms 288 silly currentTree home 289 silly idealTree home 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree ├── [email protected] 289 silly idealTree └── [email protected] 290 silly install generateActionsToTake 291 timing stage:generateActionsToTake Completed in 56ms 292 silly diffTrees action count 68 293 silly diffTrees add [email protected] 294 silly diffTrees add [email protected] 295 silly diffTrees add [email protected] 296 silly diffTrees add [email protected] 297 silly diffTrees add [email protected] 298 silly diffTrees add [email protected] 299 silly diffTrees add [email protected] 300 silly diffTrees add [email protected] 301 silly diffTrees add [email protected] 302 silly diffTrees add [email protected] 303 silly diffTrees add [email protected] 304 silly diffTrees add [email protected] 305 silly diffTrees add [email protected] 306 silly diffTrees add [email protected] 307 silly diffTrees add [email protected] 308 silly diffTrees add [email protected] 309 silly diffTrees add [email protected] 310 silly diffTrees add [email protected] 311 silly diffTrees add [email protected] 312 silly diffTrees add [email protected] 313 silly diffTrees add [email protected] 314 silly diffTrees add [email protected] 315 silly diffTrees add [email protected] 316 silly diffTrees add [email protected] 317 silly diffTrees add [email protected] 318 silly diffTrees add [email protected] 319 silly diffTrees add [email protected] 320 silly diffTrees add [email protected] 321 silly diffTrees add [email protected] 322 silly diffTrees add [email protected] 323 silly diffTrees add [email protected] 324 silly diffTrees add [email protected] 325 silly diffTrees add [email protected] 326 silly diffTrees add [email protected] 327 silly diffTrees add [email protected] 328 silly diffTrees add [email protected] 329 silly diffTrees add [email protected] 330 silly diffTrees add [email protected] 331 silly diffTrees add [email protected] 332 silly diffTrees add [email protected] 333 silly diffTrees add [email protected] 334 silly diffTrees add [email protected] 335 silly diffTrees add [email protected] 336 silly diffTrees add [email protected] 337 silly diffTrees add [email protected] 338 silly diffTrees add [email protected] 339 silly diffTrees add [email protected] 340 silly diffTrees add [email protected] 341 silly diffTrees add [email protected] 342 silly diffTrees add [email protected] 343 silly diffTrees add [email protected] 344 silly diffTrees add [email protected] 345 silly diffTrees add [email protected] 346 silly diffTrees add [email protected] 347 silly diffTrees add [email protected] 348 silly diffTrees add [email protected] 349 silly diffTrees add [email protected] 350 silly diffTrees add [email protected] 351 silly diffTrees add [email protected] 352 silly diffTrees add [email protected] 353 silly diffTrees add [email protected] 354 silly diffTrees add [email protected] 355 silly diffTrees add [email protected] 356 silly diffTrees add [email protected] 357 silly diffTrees add [email protected] 358 silly diffTrees add [email protected] 359 silly diffTrees add [email protected] 360 silly diffTrees add [email protected] 361 silly decomposeActions action count 544 362 silly decomposeActions fetch [email protected] 363 silly decomposeActions extract [email protected] 364 silly decomposeActions preinstall [email protected] 365 silly decomposeActions build [email protected] 366 silly decomposeActions install [email protected] 367 silly decomposeActions postinstall [email protected] 368 silly decomposeActions finalize [email protected] 369 silly decomposeActions refresh-package-json [email protected] 370 silly decomposeActions fetch [email protected] 371 silly decomposeActions extract [email protected] 372 silly decomposeActions preinstall [email protected] 373 silly decomposeActions build [email protected] 374 silly decomposeActions install [email protected] 375 silly decomposeActions postinstall [email protected] 376 silly decomposeActions finalize [email protected] 377 silly decomposeActions refresh-package-json [email protected] 378 silly decomposeActions fetch [email protected] 379 silly decomposeActions extract [email protected] 380 silly decomposeActions preinstall [email protected] 381 silly decomposeActions build [email protected] 382 silly decomposeActions install [email protected] 383 silly decomposeActions postinstall [email protected] 384 silly decomposeActions finalize [email protected] 385 silly decomposeActions refresh-package-json [email protected] 386 silly decomposeActions fetch [email protected] 387 silly decomposeActions extract [email protected] 388 silly decomposeActions preinstall [email protected] 389 silly decomposeActions build [email protected] 390 silly decomposeActions install [email protected] 391 silly decomposeActions postinstall [email protected] 392 silly decomposeActions finalize [email protected] 393 silly decomposeActions refresh-package-json [email protected] 394 silly decomposeActions fetch [email protected] 395 silly decomposeActions extract [email protected] 396 silly decomposeActions preinstall [email protected] 397 silly decomposeActions build [email protected] 398 silly decomposeActions install [email protected] 399 silly decomposeActions postinstall [email protected] 400 silly decomposeActions finalize [email protected] 401 silly decomposeActions refresh-package-json [email protected] 402 silly decomposeActions fetch [email protected] 403 silly decomposeActions extract [email protected] 404 silly decomposeActions preinstall [email protected] 405 silly decomposeActions build [email protected] 406 silly decomposeActions install [email protected] 407 silly decomposeActions postinstall [email protected] 408 silly decomposeActions finalize [email protected] 409 silly decomposeActions refresh-package-json [email protected] 410 silly decomposeActions fetch [email protected] 411 silly decomposeActions extract [email protected] 412 silly decomposeActions preinstall [email protected] 413 silly decomposeActions build [email protected] 414 silly decomposeActions install [email protected] 415 silly decomposeActions postinstall [email protected] 416 silly decomposeActions finalize [email protected] 417 silly decomposeActions refresh-package-json [email protected] 418 silly decomposeActions fetch [email protected] 419 silly decomposeActions extract [email protected] 420 silly decomposeActions preinstall [email protected] 421 silly decomposeActions build [email protected] 422 silly decomposeActions install [email protected] 423 silly decomposeActions postinstall [email protected] 424 silly decomposeActions finalize [email protected] 425 silly decomposeActions refresh-package-json [email protected] 426 silly decomposeActions fetch [email protected] 427 silly decomposeActions extract [email protected] 428 silly decomposeActions preinstall [email protected] 429 silly decomposeActions build [email protected] 430 silly decomposeActions install [email protected] 431 silly decomposeActions postinstall [email protected] 432 silly decomposeActions finalize [email protected] 433 silly decomposeActions refresh-package-json [email protected] 434 silly decomposeActions fetch [email protected] 435 silly decomposeActions extract [email protected] 436 silly decomposeActions preinstall [email protected] 437 silly decomposeActions build [email protected] 438 silly decomposeActions install [email protected] 439 silly decomposeActions postinstall [email protected] 440 silly decomposeActions finalize [email protected] 441 silly decomposeActions refresh-package-json [email protected] 442 silly decomposeActions fetch [email protected] 443 silly decomposeActions extract [email protected] 444 silly decomposeActions preinstall [email protected] 445 silly decomposeActions build [email protected] 446 silly decomposeActions install [email protected] 447 silly decomposeActions postinstall [email protected] 448 silly decomposeActions finalize [email protected] 449 silly decomposeActions refresh-package-json [email protected] 450 silly decomposeActions fetch [email protected] 451 silly decomposeActions extract [email protected] 452 silly decomposeActions preinstall [email protected] 453 silly decomposeActions build [email protected] 454 silly decomposeActions install [email protected] 455 silly decomposeActions postinstall [email protected] 456 silly decomposeActions finalize [email protected] 457 silly decomposeActions refresh-package-json [email protected] 458 silly decomposeActions fetch [email protected] 459 silly decomposeActions extract [email protected] 460 silly decomposeActions preinstall [email protected] 461 silly decomposeActions build [email protected] 462 silly decomposeActions install [email protected] 463 silly decomposeActions postinstall [email protected] 464 silly decomposeActions finalize [email protected] 465 silly decomposeActions refresh-package-json [email protected] 466 silly decomposeActions fetch [email protected] 467 silly decomposeActions extract [email protected] 468 silly decomposeActions preinstall [email protected] 469 silly decomposeActions build [email protected] 470 silly decomposeActions install [email protected] 471 silly decomposeActions postinstall [email protected] 472 silly decomposeActions finalize [email protected] 473 silly decomposeActions refresh-package-json [email protected] 474 silly decomposeActions fetch [email protected] 475 silly decomposeActions extract [email protected] 476 silly decomposeActions preinstall [email protected] 477 silly decomposeActions build [email protected] 478 silly decomposeActions install [email protected] 479 silly decomposeActions postinstall [email protected] 480 silly decomposeActions finalize [email protected] 481 silly decomposeActions refresh-package-json [email protected] 482 silly decomposeActions fetch [email protected] 483 silly decomposeActions extract [email protected] 484 silly decomposeActions preinstall [email protected] 485 silly decomposeActions build [email protected] 486 silly decomposeActions install [email protected] 487 silly decomposeActions postinstall [email protected] 488 silly decomposeActions finalize [email protected] 489 silly decomposeActions refresh-package-json [email protected] 490 silly decomposeActions fetch [email protected] 491 silly decomposeActions extract [email protected] 492 silly decomposeActions preinstall [email protected] 493 silly decomposeActions build [email protected] 494 silly decomposeActions install [email protected] 495 silly decomposeActions postinstall [email protected] 496 silly decomposeActions finalize [email protected] 497 silly decomposeActions refresh-package-json [email protected] 498 silly decomposeActions fetch [email protected] 499 silly decomposeActions extract [email protected] 500 silly decomposeActions preinstall [email protected] 501 silly decomposeActions build [email protected] 502 silly decomposeActions install [email protected] 503 silly decomposeActions postinstall [email protected] 504 silly decomposeActions finalize [email protected] 505 silly decomposeActions refresh-package-json [email protected] 506 silly decomposeActions fetch [email protected] 507 silly decomposeActions extract [email protected] 508 silly decomposeActions preinstall [email protected] 509 silly decomposeActions build [email protected] 510 silly decomposeActions install [email protected] 511 silly decomposeActions postinstall [email protected] 512 silly decomposeActions finalize [email protected] 513 silly decomposeActions refresh-package-json [email protected] 514 silly decomposeActions fetch [email protected] 515 silly decomposeActions extract [email protected] 516 silly decomposeActions preinstall [email protected] 517 silly decomposeActions build [email protected] 518 silly decomposeActions install [email protected] 519 silly decomposeActions postinstall [email protected] 520 silly decomposeActions finalize [email protected] 521 silly decomposeActions refresh-package-json [email protected] 522 silly decomposeActions fetch [email protected] 523 silly decomposeActions extract [email protected] 524 silly decomposeActions preinstall [email protected] 525 silly decomposeActions build [email protected] 526 silly decomposeActions install [email protected] 527 silly decomposeActions postinstall [email protected] 528 silly decomposeActions finalize [email protected] 529 silly decomposeActions refresh-package-json [email protected] 530 silly decomposeActions fetch [email protected] 531 silly decomposeActions extract [email protected] 532 silly decomposeActions preinstall [email protected] 533 silly decomposeActions build [email protected] 534 silly decomposeActions install [email protected] 535 silly decomposeActions postinstall [email protected] 536 silly decomposeActions finalize [email protected] 537 silly decomposeActions refresh-package-json [email protected] 538 silly decomposeActions fetch [email protected] 539 silly decomposeActions extract [email protected] 540 silly decomposeActions preinstall [email protected] 541 silly decomposeActions build [email protected] 542 silly decomposeActions install [email protected] 543 silly decomposeActions postinstall [email protected] 544 silly decomposeActions finalize [email protected] 545 silly decomposeActions refresh-package-json [email protected] 546 silly decomposeActions fetch [email protected] 547 silly decomposeActions extract [email protected] 548 silly decomposeActions preinstall [email protected] 549 silly decomposeActions build [email protected] 550 silly decomposeActions install [email protected] 551 silly decomposeActions postinstall [email protected] 552 silly decomposeActions finalize [email protected] 553 silly decomposeActions refresh-package-json [email protected] 554 silly decomposeActions fetch [email protected] 555 silly decomposeActions extract [email protected] 556 silly decomposeActions preinstall [email protected] 557 silly decomposeActions build [email protected] 558 silly decomposeActions install [email protected] 559 silly decomposeActions postinstall [email protected] 560 silly decomposeActions finalize [email protected] 561 silly decomposeActions refresh-package-json [email protected] 562 silly decomposeActions fetch [email protected] 563 silly decomposeActions extract [email protected] 564 silly decomposeActions preinstall [email protected] 565 silly decomposeActions build [email protected] 566 silly decomposeActions install [email protected] 567 silly decomposeActions postinstall [email protected] 568 silly decomposeActions finalize [email protected] 569 silly decomposeActions refresh-package-json [email protected] 570 silly decomposeActions fetch [email protected] 571 silly decomposeActions extract [email protected] 572 silly decomposeActions preinstall [email protected] 573 silly decomposeActions build [email protected] 574 silly decomposeActions install [email protected] 575 silly decomposeActions postinstall [email protected] 576 silly decomposeActions finalize [email protected] 577 silly decomposeActions refresh-package-json [email protected] 578 silly decomposeActions fetch [email protected] 579 silly decomposeActions extract [email protected] 580 silly decomposeActions preinstall [email protected] 581 silly decomposeActions build [email protected] 582 silly decomposeActions install [email protected] 583 silly decomposeActions postinstall [email protected] 584 silly decomposeActions finalize [email protected] 585 silly decomposeActions refresh-package-json [email protected] 586 silly decomposeActions fetch [email protected] 587 silly decomposeActions extract [email protected] 588 silly decomposeActions preinstall [email protected] 589 silly decomposeActions build [email protected] 590 silly decomposeActions install [email protected] 591 silly decomposeActions postinstall [email protected] 592 silly decomposeActions finalize [email protected] 593 silly decomposeActions refresh-package-json [email protected] 594 silly decomposeActions fetch [email protected] 595 silly decomposeActions extract [email protected] 596 silly decomposeActions preinstall [email protected] 597 silly decomposeActions build [email protected] 598 silly decomposeActions install [email protected] 599 silly decomposeActions postinstall [email protected] 600 silly decomposeActions finalize [email protected] 601 silly decomposeActions refresh-package-json [email protected] 602 silly decomposeActions fetch [email protected] 603 silly decomposeActions extract [email protected] 604 silly decomposeActions preinstall [email protected] 605 silly decomposeActions build [email protected] 606 silly decomposeActions install [email protected] 607 silly decomposeActions postinstall [email protected] 608 silly decomposeActions finalize [email protected] 609 silly decomposeActions refresh-package-json [email protected] 610 silly decomposeActions fetch [email protected] 611 silly decomposeActions extract [email protected] 612 silly decomposeActions preinstall [email protected] 613 silly decomposeActions build [email protected] 614 silly decomposeActions install [email protected] 615 silly decomposeActions postinstall [email protected] 616 silly decomposeActions finalize [email protected] 617 silly decomposeActions refresh-package-json [email protected] 618 silly decomposeActions fetch [email protected] 619 silly decomposeActions extract [email protected] 620 silly decomposeActions preinstall [email protected] 621 silly decomposeActions build [email protected] 622 silly decomposeActions install [email protected] 623 silly decomposeActions postinstall [email protected] 624 silly decomposeActions finalize [email protected] 625 silly decomposeActions refresh-package-json [email protected] 626 silly decomposeActions fetch [email protected] 627 silly decomposeActions extract [email protected] 628 silly decomposeActions preinstall [email protected] 629 silly decomposeActions build [email protected] 630 silly decomposeActions install [email protected] 631 silly decomposeActions postinstall [email protected] 632 silly decomposeActions finalize [email protected] 633 silly decomposeActions refresh-package-json [email protected] 634 silly decomposeActions fetch [email protected] 635 silly decomposeActions extract [email protected] 636 silly decomposeActions preinstall [email protected] 637 silly decomposeActions build [email protected] 638 silly decomposeActions install [email protected] 639 silly decomposeActions postinstall [email protected] 640 silly decomposeActions finalize [email protected] 641 silly decomposeActions refresh-package-json [email protected] 642 silly decomposeActions fetch [email protected] 643 silly decomposeActions extract [email protected] 644 silly decomposeActions preinstall [email protected] 645 silly decomposeActions build [email protected] 646 silly decomposeActions install [email protected] 647 silly decomposeActions postinstall [email protected] 648 silly decomposeActions finalize [email protected] 649 silly decomposeActions refresh-package-json [email protected] 650 silly decomposeActions fetch [email protected] 651 silly decomposeActions extract [email protected] 652 silly decomposeActions preinstall [email protected] 653 silly decomposeActions build [email protected] 654 silly decomposeActions install [email protected] 655 silly decomposeActions postinstall [email protected] 656 silly decomposeActions finalize [email protected] 657 silly decomposeActions refresh-package-json [email protected] 658 silly decomposeActions fetch [email protected] 659 silly decomposeActions extract [email protected] 660 silly decomposeActions preinstall [email protected] 661 silly decomposeActions build [email protected] 662 silly decomposeActions install [email protected] 663 silly decomposeActions postinstall [email protected] 664 silly decomposeActions finalize [email protected] 665 silly decomposeActions refresh-package-json [email protected] 666 silly decomposeActions fetch [email protected] 667 silly decomposeActions extract [email protected] 668 silly decomposeActions preinstall [email protected] 669 silly decomposeActions build [email protected] 670 silly decomposeActions install [email protected] 671 silly decomposeActions postinstall [email protected] 672 silly decomposeActions finalize [email protected] 673 silly decomposeActions refresh-package-json [email protected] 674 silly decomposeActions fetch [email protected] 675 silly decomposeActions extract [email protected] 676 silly decomposeActions preinstall [email protected] 677 silly decomposeActions build [email protected] 678 silly decomposeActions install [email protected] 679 silly decomposeActions postinstall [email protected] 680 silly decomposeActions finalize [email protected] 681 silly decomposeActions refresh-package-json [email protected] 682 silly decomposeActions fetch [email protected] 683 silly decomposeActions extract [email protected] 684 silly decomposeActions preinstall [email protected] 685 silly decomposeActions build [email protected] 686 silly decomposeActions install [email protected] 687 silly decomposeActions postinstall [email protected] 688 silly decomposeActions finalize [email protected] 689 silly decomposeActions refresh-package-json [email protected] 690 silly decomposeActions fetch [email protected] 691 silly decomposeActions extract [email protected] 692 silly decomposeActions preinstall [email protected] 693 silly decomposeActions build [email protected] 694 silly decomposeActions install [email protected] 695 silly decomposeActions postinstall [email protected] 696 silly decomposeActions finalize [email protected] 697 silly decomposeActions refresh-package-json [email protected] 698 silly decomposeActions fetch [email protected] 699 silly decomposeActions extract [email protected] 700 silly decomposeActions preinstall [email protected] 701 silly decomposeActions build [email protected] 702 silly decomposeActions install [email protected] 703 silly decomposeActions postinstall [email protected] 704 silly decomposeActions finalize [email protected] 705 silly decomposeActions refresh-package-json [email protected] 706 silly decomposeActions fetch [email protected] 707 silly decomposeActions extract [email protected] 708 silly decomposeActions preinstall [email protected] 709 silly decomposeActions build [email protected] 710 silly decomposeActions install [email protected] 711 silly decomposeActions postinstall [email protected] 712 silly decomposeActions finalize [email protected] 713 silly decomposeActions refresh-package-json [email protected] 714 silly decomposeActions fetch [email protected] 715 silly decomposeActions extract [email protected] 716 silly decomposeActions preinstall [email protected] 717 silly decomposeActions build [email protected] 718 silly decomposeActions install [email protected] 719 silly decomposeActions postinstall [email protected] 720 silly decomposeActions finalize [email protected] 721 silly decomposeActions refresh-package-json [email protected] 722 silly decomposeActions fetch [email protected] 723 silly decomposeActions extract [email protected] 724 silly decomposeActions preinstall [email protected] 725 silly decomposeActions build [email protected] 726 silly decomposeActions install [email protected] 727 silly decomposeActions postinstall [email protected] 728 silly decomposeActions finalize [email protected] 729 silly decomposeActions refresh-package-json [email protected] 730 silly decomposeActions fetch [email protected] 731 silly decomposeActions extract [email protected] 732 silly decomposeActions preinstall [email protected] 733 silly decomposeActions build [email protected] 734 silly decomposeActions install [email protected] 735 silly decomposeActions postinstall [email protected] 736 silly decomposeActions finalize [email protected] 737 silly decomposeActions refresh-package-json [email protected] 738 silly decomposeActions fetch [email protected] 739 silly decomposeActions extract [email protected] 740 silly decomposeActions preinstall [email protected] 741 silly decomposeActions build [email protected] 742 silly decomposeActions install [email protected] 743 silly decomposeActions postinstall [email protected] 744 silly decomposeActions finalize [email protected] 745 silly decomposeActions refresh-package-json [email protected] 746 silly decomposeActions fetch [email protected] 747 silly decomposeActions extract [email protected] 748 silly decomposeActions preinstall [email protected] 749 silly decomposeActions build [email protected] 750 silly decomposeActions install [email protected] 751 silly decomposeActions postinstall [email protected] 752 silly decomposeActions finalize [email protected] 753 silly decomposeActions refresh-package-json [email protected] 754 silly decomposeActions fetch [email protected] 755 silly decomposeActions extract [email protected] 756 silly decomposeActions preinstall [email protected] 757 silly decomposeActions build [email protected] 758 silly decomposeActions install [email protected] 759 silly decomposeActions postinstall [email protected] 760 silly decomposeActions finalize [email protected] 761 silly decomposeActions refresh-package-json [email protected] 762 silly decomposeActions fetch [email protected] 763 silly decomposeActions extract [email protected] 764 silly decomposeActions preinstall [email protected] 765 silly decomposeActions build [email protected] 766 silly decomposeActions install [email protected] 767 silly decomposeActions postinstall [email protected] 768 silly decomposeActions finalize [email protected] 769 silly decomposeActions refresh-package-json [email protected] 770 silly decomposeActions fetch [email protected] 771 silly decomposeActions extract [email protected] 772 silly decomposeActions preinstall [email protected] 773 silly decomposeActions build [email protected] 774 silly decomposeActions install [email protected] 775 silly decomposeActions postinstall [email protected] 776 silly decomposeActions finalize [email protected] 777 silly decomposeActions refresh-package-json [email protected] 778 silly decomposeActions fetch [email protected] 779 silly decomposeActions extract [email protected] 780 silly decomposeActions preinstall [email protected] 781 silly decomposeActions build [email protected] 782 silly decomposeActions install [email protected] 783 silly decomposeActions postinstall [email protected] 784 silly decomposeActions finalize [email protected] 785 silly decomposeActions refresh-package-json [email protected] 786 silly decomposeActions fetch [email protected] 787 silly decomposeActions extract [email protected] 788 silly decomposeActions preinstall [email protected] 789 silly decomposeActions build [email protected] 790 silly decomposeActions install [email protected] 791 silly decomposeActions postinstall [email protected] 792 silly decomposeActions finalize [email protected] 793 silly decomposeActions refresh-package-json [email protected] 794 silly decomposeActions fetch [email protected] 795 silly decomposeActions extract [email protected] 796 silly decomposeActions preinstall [email protected] 797 silly decomposeActions build [email protected] 798 silly decomposeActions install [email protected] 799 silly decomposeActions postinstall [email protected] 800 silly decomposeActions finalize [email protected] 801 silly decomposeActions refresh-package-json [email protected] 802 silly decomposeActions fetch [email protected] 803 silly decomposeActions extract [email protected] 804 silly decomposeActions preinstall [email protected] 805 silly decomposeActions build [email protected] 806 silly decomposeActions install [email protected] 807 silly decomposeActions postinstall [email protected] 808 silly decomposeActions finalize [email protected] 809 silly decomposeActions refresh-package-json [email protected] 810 silly decomposeActions fetch [email protected] 811 silly decomposeActions extract [email protected] 812 silly decomposeActions preinstall [email protected] 813 silly decomposeActions build [email protected] 814 silly decomposeActions install [email protected] 815 silly decomposeActions postinstall [email protected] 816 silly decomposeActions finalize [email protected] 817 silly decomposeActions refresh-package-json [email protected] 818 silly decomposeActions fetch [email protected] 819 silly decomposeActions extract [email protected] 820 silly decomposeActions preinstall [email protected] 821 silly decomposeActions build [email protected] 822 silly decomposeActions install [email protected] 823 silly decomposeActions postinstall [email protected] 824 silly decomposeActions finalize [email protected] 825 silly decomposeActions refresh-package-json [email protected] 826 silly decomposeActions fetch [email protected] 827 silly decomposeActions extract [email protected] 828 silly decomposeActions preinstall [email protected] 829 silly decomposeActions build [email protected] 830 silly decomposeActions install [email protected] 831 silly decomposeActions postinstall [email protected] 832 silly decomposeActions finalize [email protected] 833 silly decomposeActions refresh-package-json [email protected] 834 silly decomposeActions fetch [email protected] 835 silly decomposeActions extract [email protected] 836 silly decomposeActions preinstall [email protected] 837 silly decomposeActions build [email protected] 838 silly decomposeActions install [email protected] 839 silly decomposeActions postinstall [email protected] 840 silly decomposeActions finalize [email protected] 841 silly decomposeActions refresh-package-json [email protected] 842 silly decomposeActions fetch [email protected] 843 silly decomposeActions extract [email protected] 844 silly decomposeActions preinstall [email protected] 845 silly decomposeActions build [email protected] 846 silly decomposeActions install [email protected] 847 silly decomposeActions postinstall [email protected] 848 silly decomposeActions finalize [email protected] 849 silly decomposeActions refresh-package-json [email protected] 850 silly decomposeActions fetch [email protected] 851 silly decomposeActions extract [email protected] 852 silly decomposeActions preinstall [email protected] 853 silly decomposeActions build [email protected] 854 silly decomposeActions install [email protected] 855 silly decomposeActions postinstall [email protected] 856 silly decomposeActions finalize [email protected] 857 silly decomposeActions refresh-package-json [email protected] 858 silly decomposeActions fetch [email protected] 859 silly decomposeActions extract [email protected] 860 silly decomposeActions preinstall [email protected] 861 silly decomposeActions build [email protected] 862 silly decomposeActions install [email protected] 863 silly decomposeActions postinstall [email protected] 864 silly decomposeActions finalize [email protected] 865 silly decomposeActions refresh-package-json [email protected] 866 silly decomposeActions fetch [email protected] 867 silly decomposeActions extract [email protected] 868 silly decomposeActions preinstall [email protected] 869 silly decomposeActions build [email protected] 870 silly decomposeActions install [email protected] 871 silly decomposeActions postinstall [email protected] 872 silly decomposeActions finalize [email protected] 873 silly decomposeActions refresh-package-json [email protected] 874 silly decomposeActions fetch [email protected] 875 silly decomposeActions extract [email protected] 876 silly decomposeActions preinstall [email protected] 877 silly decomposeActions build [email protected] 878 silly decomposeActions install [email protected] 879 silly decomposeActions postinstall [email protected] 880 silly decomposeActions finalize [email protected] 881 silly decomposeActions refresh-package-json [email protected] 882 silly decomposeActions fetch [email protected] 883 silly decomposeActions extract [email protected] 884 silly decomposeActions preinstall [email protected] 885 silly decomposeActions build [email protected] 886 silly decomposeActions install [email protected] 887 silly decomposeActions postinstall [email protected] 888 silly decomposeActions finalize [email protected] 889 silly decomposeActions refresh-package-json [email protected] 890 silly decomposeActions fetch [email protected] 891 silly decomposeActions extract [email protected] 892 silly decomposeActions preinstall [email protected] 893 silly decomposeActions build [email protected] 894 silly decomposeActions install [email protected] 895 silly decomposeActions postinstall [email protected] 896 silly decomposeActions finalize [email protected] 897 silly decomposeActions refresh-package-json [email protected] 898 silly decomposeActions fetch [email protected] 899 silly decomposeActions extract [email protected] 900 silly decomposeActions preinstall [email protected] 901 silly decomposeActions build [email protected] 902 silly decomposeActions install [email protected] 903 silly decomposeActions postinstall [email protected] 904 silly decomposeActions finalize [email protected] 905 silly decomposeActions refresh-package-json [email protected] 906 silly install executeActions 907 silly doSerial global-install 544 908 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 909 verbose lock using /root/.npm/_locks/staging-7c4423d799f289b5.lock for /home/node_modules/.staging 910 silly doParallel extract 68 911 silly extract [email protected] 912 silly extract [email protected] 913 silly extract [email protected] 914 silly extract [email protected] 915 silly extract [email protected] 916 silly extract [email protected] 917 silly extract [email protected] 918 silly extract [email protected] 919 silly extract [email protected] 920 silly extract [email protected] 921 silly extract [email protected] 922 silly extract [email protected] 923 silly extract [email protected] 924 silly extract [email protected] 925 silly extract [email protected] 926 silly extract [email protected] 927 silly extract [email protected] 928 silly extract [email protected] 929 silly extract [email protected] 930 silly extract [email protected] 931 silly extract [email protected] 932 silly extract [email protected] 933 silly extract [email protected] 934 silly extract [email protected] 935 silly extract [email protected] 936 silly extract [email protected] 937 silly extract [email protected] 938 silly extract [email protected] 939 silly extract [email protected] 940 silly extract [email protected] 941 silly extract [email protected] 942 silly extract [email protected] 943 silly extract [email protected] 944 silly extract [email protected] 945 silly extract [email protected] 946 silly extract [email protected] 947 silly extract [email protected] 948 silly extract [email protected] 949 silly extract [email protected] 950 silly extract [email protected] 951 silly extract [email protected] 952 silly extract [email protected] 953 silly extract [email protected] 954 silly extract [email protected] 955 silly extract [email protected] 956 silly extract [email protected] 957 silly extract [email protected] 958 silly extract [email protected] 959 silly extract [email protected] 960 silly extract [email protected] 961 timing audit submit Completed in 302ms 962 silly tarball trying abbrev@1 by hash: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== 963 silly tarball trying ansi-regex@^2.0.0 by hash: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= 964 silly tarball trying aproba@^1.0.3 by hash: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== 965 silly tarball trying balanced-match@^1.0.0 by hash: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= 966 silly tarball trying chownr@^1.1.1 by hash: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== 967 silly tarball trying code-point-at@^1.0.0 by hash: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= 968 silly tarball trying [email protected] by hash: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= 969 silly tarball trying brace-expansion@^1.1.7 by hash: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== 970 silly tarball trying console-control-strings@~1.1.0 by hash: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= 971 silly tarball trying core-util-is@~1.0.0 by hash: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= 972 silly tarball trying deep-extend@^0.6.0 by hash: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== 973 silly tarball trying delegates@^1.0.0 by hash: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= 974 silly tarball trying detect-libc@^1.0.2 by hash: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= 975 silly tarball trying fs.realpath@^1.0.0 by hash: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= 976 silly tarball trying has-unicode@^2.0.0 by hash: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= 977 silly tarball trying inherits@~2.0.3 by hash: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== 978 silly tarball trying ini@~1.3.0 by hash: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== 979 silly tarball trying isarray@~1.0.0 by hash: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= 980 silly tarball trying minimatch@^3.0.4 by hash: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== 981 silly tarball trying ignore-walk@^3.0.1 by hash: sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw== 982 silly tarball trying minimist@^1.2.5 by hash: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== 983 silly tarball trying mkdirp@^0.5.1 by hash: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== 984 silly tarball trying ms@^2.1.1 by hash: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== 985 silly tarball trying debug@^3.2.6 by hash: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== 986 silly tarball trying npm-normalize-package-bin@^1.0.1 by hash: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== 987 silly tarball trying npm-bundled@^1.0.1 by hash: sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA== 988 silly tarball trying npm-packlist@^1.1.6 by hash: sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A== 989 silly tarball trying number-is-nan@^1.0.0 by hash: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= 990 silly tarball trying is-fullwidth-code-point@^1.0.0 by hash: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= 991 silly tarball trying object-assign@^4.1.0 by hash: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= 992 silly tarball trying os-homedir@^1.0.0 by hash: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= 993 silly tarball trying os-tmpdir@^1.0.0 by hash: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= 994 silly tarball trying osenv@^0.1.4 by hash: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== 995 silly tarball trying nopt@^4.0.1 by hash: sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== 996 silly tarball trying path-is-absolute@^1.0.0 by hash: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= 997 silly tarball trying process-nextick-args@~2.0.0 by hash: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== 998 silly tarball trying safe-buffer@~5.1.1 by hash: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== 999 silly tarball trying safer-buffer@>= 2.1.2 < 3 by hash: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== 1000 silly tarball trying iconv-lite@^0.4.4 by hash: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== 1001 silly tarball trying sax@^1.2.4 by hash: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== 1002 silly tarball trying needle@^2.2.1 by hash: sha512-o/qITSDR0JCyCKEQ1/1bnUXMmznxabbwi/Y4WwJElf+evwJNFNwIDMCCt5IigFVxgeGBJESLohGtIS9gEzo1fA== 1003 silly tarball trying semver@^5.3.0 by hash: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== 1004 silly tarball trying set-blocking@~2.0.0 by hash: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= 1005 silly tarball trying signal-exit@^3.0.0 by hash: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== 1006 silly tarball trying string_decoder@~1.1.1 by hash: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== 1007 silly tarball trying strip-ansi@^3.0.1 by hash: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= 1008 silly tarball trying string-width@^1.0.1 by hash: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= 1009 silly tarball trying strip-json-comments@~2.0.1 by hash: sha1-PFMZQukIwml8DsNEhYwobHygpgo= 1010 silly tarball trying rc@^1.2.7 by hash: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== 1011 silly tarball trying util-deprecate@~1.0.1 by hash: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= 1012 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 339ms 1013 timing audit body Completed in 79ms 1014 silly extract abbrev@1 extracted to /home/node_modules/.staging/abbrev-b67c3634 (433ms) 1015 silly extract osenv@^0.1.4 extracted to /home/node_modules/.staging/osenv-2ef9b064 (423ms) 1016 silly extract [email protected] 1017 silly extract ansi-regex@^2.0.0 extracted to /home/node_modules/.staging/ansi-regex-f9434d93 (456ms) 1018 silly extract aproba@^1.0.3 extracted to /home/node_modules/.staging/aproba-8ccd523d (456ms) 1019 silly extract chownr@^1.1.1 extracted to /home/node_modules/.staging/chownr-521bd4da (454ms) 1020 silly extract code-point-at@^1.0.0 extracted to /home/node_modules/.staging/code-point-at-f3c3c0a2 (454ms) 1021 silly extract brace-expansion@^1.1.7 extracted to /home/node_modules/.staging/brace-expansion-dd2039e1 (452ms) 1022 silly extract has-unicode@^2.0.0 extracted to /home/node_modules/.staging/has-unicode-618bde9c (448ms) 1023 silly extract ini@~1.3.0 extracted to /home/node_modules/.staging/ini-7895e37d (447ms) 1024 silly extract ignore-walk@^3.0.1 extracted to /home/node_modules/.staging/ignore-walk-d698a708 (445ms) 1025 silly extract ms@^2.1.1 extracted to /home/node_modules/.staging/ms-c7426b27 (444ms) 1026 silly extract npm-bundled@^1.0.1 extracted to /home/node_modules/.staging/npm-bundled-8d6daf36 (442ms) 1027 silly extract npm-packlist@^1.1.6 extracted to /home/node_modules/.staging/npm-packlist-4e796534 (442ms) 1028 silly extract number-is-nan@^1.0.0 extracted to /home/node_modules/.staging/number-is-nan-e6f17b26 (441ms) 1029 silly extract is-fullwidth-code-point@^1.0.0 extracted to /home/node_modules/.staging/is-fullwidth-code-point-76c6254b (440ms) 1030 silly extract object-assign@^4.1.0 extracted to /home/node_modules/.staging/object-assign-7edf881e (440ms) 1031 silly extract os-homedir@^1.0.0 extracted to /home/node_modules/.staging/os-homedir-fd7d8980 (439ms) 1032 silly extract os-tmpdir@^1.0.0 extracted to /home/node_modules/.staging/os-tmpdir-dd34bef9 (439ms) 1033 silly extract path-is-absolute@^1.0.0 extracted to /home/node_modules/.staging/path-is-absolute-09ff3ea8 (437ms) 1034 silly extract process-nextick-args@~2.0.0 extracted to /home/node_modules/.staging/process-nextick-args-227ced98 (437ms) 1035 silly extract strip-ansi@^3.0.1 extracted to /home/node_modules/.staging/strip-ansi-4a79ce91 (431ms) 1036 silly extract string-width@^1.0.1 extracted to /home/node_modules/.staging/string-width-545933ae (429ms) 1037 silly extract strip-json-comments@~2.0.1 extracted to /home/node_modules/.staging/strip-json-comments-fb6d56a7 (428ms) 1038 silly extract [email protected] 1039 silly tarball trying bcrypt@latest by hash: sha512-hSIZHkUxIDS5zA2o00Kf2O5RfVbQ888n54xQoF/eIaquU4uaLxK8vhhBdktd0B3n2MjkcAWzv4mnhogykBKOUQ== 1040 silly extract balanced-match@^1.0.0 extracted to /home/node_modules/.staging/balanced-match-f5451c09 (466ms) 1041 silly extract console-control-strings@~1.1.0 extracted to /home/node_modules/.staging/console-control-strings-8fc0579d (463ms) 1042 silly extract inherits@~2.0.3 extracted to /home/node_modules/.staging/inherits-19893091 (459ms) 1043 silly extract set-blocking@~2.0.0 extracted to /home/node_modules/.staging/set-blocking-8be2a9b1 (444ms) 1044 silly extract [email protected] 1045 silly extract [email protected] 1046 silly extract [email protected] 1047 silly extract [email protected] 1048 silly extract [email protected] 1049 silly extract [email protected] 1050 silly extract [email protected] 1051 silly extract [email protected] 1052 silly extract [email protected] 1053 silly extract [email protected] 1054 silly extract [email protected] 1055 silly extract [email protected] 1056 silly extract [email protected] 1057 silly extract [email protected] 1058 silly extract [email protected] 1059 silly extract [email protected] 1060 silly tarball trying [email protected] by hash: sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA== 1061 silly extract fs.realpath@^1.0.0 extracted to /home/node_modules/.staging/fs.realpath-eafec8e7 (479ms) 1062 silly extract minimatch@^3.0.4 extracted to /home/node_modules/.staging/minimatch-88870d53 (476ms) 1063 silly extract signal-exit@^3.0.0 extracted to /home/node_modules/.staging/signal-exit-3d088995 (462ms) 1064 silly tarball trying node-addon-api@^2.0.0 by hash: sha512-ASCL5U13as7HhOExbT6OlWJJUV/lLzL2voOSP1UVehpRD8FbSrSDjfScK/KwAvVTI5AS6r4VwbOMlIqtvRidnA== 1065 silly tarball trying tar@^4.4.2 by hash: sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== 1066 silly tarball trying minizlib@^1.2.1 by hash: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== 1067 silly tarball trying fs-minipass@^1.2.5 by hash: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== 1068 silly tarball trying minipass@^2.8.6 by hash: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== 1069 silly tarball trying yallist@^3.0.3 by hash: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== 1070 silly tarball trying rimraf@^2.6.1 by hash: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== 1071 silly tarball trying glob@^7.1.3 by hash: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== 1072 silly tarball trying inflight@^1.0.4 by hash: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= 1073 silly tarball trying once@^1.3.0 by hash: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= 1074 silly tarball trying wrappy@1 by hash: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= 1075 silly tarball trying npmlog@^4.0.2 by hash: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== 1076 silly tarball trying gauge@~2.7.3 by hash: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= 1077 silly tarball trying wide-align@^1.1.0 by hash: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== 1078 silly tarball trying are-we-there-yet@~1.1.2 by hash: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== 1079 silly tarball trying readable-stream@^2.0.6 by hash: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== 1080 silly extract util-deprecate@~1.0.1 extracted to /home/node_modules/.staging/util-deprecate-683b04be (482ms) 1081 silly extract deep-extend@^0.6.0 extracted to /home/node_modules/.staging/deep-extend-a857ace0 (507ms) 1082 silly extract mkdirp@^0.5.1 extracted to /home/node_modules/.staging/mkdirp-071c52bd (500ms) 1083 silly extract safe-buffer@~5.1.1 extracted to /home/node_modules/.staging/safe-buffer-c07b73f0 (492ms) 1084 silly extract string_decoder@~1.1.1 extracted to /home/node_modules/.staging/string_decoder-c3f1fe9f (488ms) 1085 silly extract isarray@~1.0.0 extracted to /home/node_modules/.staging/isarray-60d1c5a2 (532ms) 1086 silly extract sax@^1.2.4 extracted to /home/node_modules/.staging/sax-71e2c3ee (521ms) 1087 silly extract [email protected] extracted to /home/node_modules/.staging/concat-map-b5c7de95 (561ms) 1088 silly extract core-util-is@~1.0.0 extracted to /home/node_modules/.staging/core-util-is-64759321 (560ms) 1089 silly extract delegates@^1.0.0 extracted to /home/node_modules/.staging/delegates-a0c0e10a (559ms) 1090 silly extract detect-libc@^1.0.2 extracted to /home/node_modules/.staging/detect-libc-648c66f9 (606ms) 1091 silly extract nopt@^4.0.1 extracted to /home/node_modules/.staging/nopt-78cc7f4b (595ms) 1092 silly extract safer-buffer@>= 2.1.2 < 3 extracted to /home/node_modules/.staging/safer-buffer-2f0b5741 (593ms) 1093 silly extract semver@^5.3.0 extracted to /home/node_modules/.staging/semver-35802821 (609ms) 1094 silly extract debug@^3.2.6 extracted to /home/node_modules/.staging/debug-79433773 (692ms) 1095 silly extract rc@^1.2.7 extracted to /home/node_modules/.staging/rc-a671839f (677ms) 1096 silly extract fs-minipass@^1.2.5 extracted to /home/node_modules/.staging/fs-minipass-c86acbed (242ms) 1097 silly extract inflight@^1.0.4 extracted to /home/node_modules/.staging/inflight-c02badf2 (238ms) 1098 silly extract once@^1.3.0 extracted to /home/node_modules/.staging/once-9bb93a95 (238ms) 1099 silly extract wrappy@1 extracted to /home/node_modules/.staging/wrappy-372c446e (237ms) 1100 silly extract wide-align@^1.1.0 extracted to /home/node_modules/.staging/wide-align-c593e8c0 (235ms) 1101 silly extract minizlib@^1.2.1 extracted to /home/node_modules/.staging/minizlib-90a6c6a3 (247ms) 1102 silly extract minipass@^2.8.6 extracted to /home/node_modules/.staging/minipass-fb8ced1e (246ms) 1103 silly extract npm-normalize-package-bin@^1.0.1 extracted to /home/node_modules/.staging/npm-normalize-package-bin-cd7bd4b2 (711ms) 1104 silly extract yallist@^3.0.3 extracted to /home/node_modules/.staging/yallist-3b830b10 (249ms) 1105 silly extract rimraf@^2.6.1 extracted to /home/node_modules/.staging/rimraf-4d9a26a0 (248ms) 1106 silly extract npmlog@^4.0.2 extracted to /home/node_modules/.staging/npmlog-9b269e3d (247ms) 1107 silly extract minimist@^1.2.5 extracted to /home/node_modules/.staging/minimist-291cd15c (723ms) 1108 silly extract are-we-there-yet@~1.1.2 extracted to /home/node_modules/.staging/are-we-there-yet-8d213fb4 (256ms) 1109 silly extract glob@^7.1.3 extracted to /home/node_modules/.staging/glob-e7007bf4 (263ms) 1110 silly extract gauge@~2.7.3 extracted to /home/node_modules/.staging/gauge-9692fea8 (288ms) 1111 silly extract readable-stream@^2.0.6 extracted to /home/node_modules/.staging/readable-stream-f1bbaae9 (308ms) 1112 silly extract iconv-lite@^0.4.4 extracted to /home/node_modules/.staging/iconv-lite-f967c953 (772ms) 1113 silly extract tar@^4.4.2 extracted to /home/node_modules/.staging/tar-10980951 (324ms) 1114 silly extract bcrypt@latest extracted to /home/node_modules/.staging/bcrypt-e25c4d07 (346ms) 1115 silly extract [email protected] extracted to /home/node_modules/.staging/node-pre-gyp-f7d83966 (350ms) 1116 silly extract needle@^2.2.1 extracted to /home/node_modules/.staging/needle-a7dbad5e (795ms) 1117 silly extract node-addon-api@^2.0.0 extracted to /home/node_modules/.staging/node-addon-api-f7908c24 (370ms) 1118 timing action:extract Completed in 848ms 1119 silly doReverseSerial unbuild 544 1120 silly doSerial remove 544 1121 silly doSerial move 544 1122 silly doSerial finalize 544 1123 silly finalize /home/node_modules/abbrev 1124 silly finalize /home/node_modules/ansi-regex 1125 silly finalize /home/node_modules/aproba 1126 silly finalize /home/node_modules/balanced-match 1127 silly finalize /home/node_modules/chownr 1128 silly finalize /home/node_modules/code-point-at 1129 silly finalize /home/node_modules/concat-map 1130 silly finalize /home/node_modules/brace-expansion 1131 silly finalize /home/node_modules/console-control-strings 1132 silly finalize /home/node_modules/core-util-is 1133 silly finalize /home/node_modules/deep-extend 1134 silly finalize /home/node_modules/delegates 1135 silly finalize /home/node_modules/detect-libc 1136 silly finalize /home/node_modules/fs.realpath 1137 silly finalize /home/node_modules/has-unicode 1138 silly finalize /home/node_modules/inherits 1139 silly finalize /home/node_modules/ini 1140 silly finalize /home/node_modules/isarray 1141 silly finalize /home/node_modules/minimatch 1142 silly finalize /home/node_modules/ignore-walk 1143 silly finalize /home/node_modules/minimist 1144 silly finalize /home/node_modules/mkdirp 1145 silly finalize /home/node_modules/ms 1146 silly finalize /home/node_modules/debug 1147 silly finalize /home/node_modules/npm-normalize-package-bin 1148 silly finalize /home/node_modules/npm-bundled 1149 silly finalize /home/node_modules/npm-packlist 1150 silly finalize /home/node_modules/number-is-nan 1151 silly finalize /home/node_modules/is-fullwidth-code-point 1152 silly finalize /home/node_modules/object-assign 1153 silly finalize /home/node_modules/os-homedir 1154 silly finalize /home/node_modules/os-tmpdir 1155 silly finalize /home/node_modules/osenv 1156 silly finalize /home/node_modules/nopt 1157 silly finalize /home/node_modules/path-is-absolute 1158 silly finalize /home/node_modules/process-nextick-args 1159 silly finalize /home/node_modules/safe-buffer 1160 silly finalize /home/node_modules/safer-buffer 1161 silly finalize /home/node_modules/iconv-lite 1162 silly finalize /home/node_modules/sax 1163 silly finalize /home/node_modules/needle 1164 silly finalize /home/node_modules/semver 1165 silly finalize /home/node_modules/set-blocking 1166 silly finalize /home/node_modules/signal-exit 1167 silly finalize /home/node_modules/string_decoder 1168 silly finalize /home/node_modules/strip-ansi 1169 silly finalize /home/node_modules/string-width 1170 silly finalize /home/node_modules/strip-json-comments 1171 silly finalize /home/node_modules/rc 1172 silly finalize /home/node_modules/util-deprecate 1173 silly finalize /home/node_modules/readable-stream 1174 silly finalize /home/node_modules/are-we-there-yet 1175 silly finalize /home/node_modules/wide-align 1176 silly finalize /home/node_modules/gauge 1177 silly finalize /home/node_modules/npmlog 1178 silly finalize /home/node_modules/wrappy 1179 silly finalize /home/node_modules/once 1180 silly finalize /home/node_modules/inflight 1181 silly finalize /home/node_modules/glob 1182 silly finalize /home/node_modules/rimraf 1183 silly finalize /home/node_modules/yallist 1184 silly finalize /home/node_modules/minipass 1185 silly finalize /home/node_modules/fs-minipass 1186 silly finalize /home/node_modules/minizlib 1187 silly finalize /home/node_modules/tar 1188 silly finalize /home/node_modules/node-addon-api 1189 silly finalize /home/node_modules/node-pre-gyp 1190 silly finalize /home/node_modules/bcrypt 1191 timing action:finalize Completed in 153ms 1192 silly doParallel refresh-package-json 68 1193 silly refresh-package-json /home/node_modules/abbrev 1194 silly refresh-package-json /home/node_modules/ansi-regex 1195 silly refresh-package-json /home/node_modules/aproba 1196 silly refresh-package-json /home/node_modules/balanced-match 1197 silly refresh-package-json /home/node_modules/chownr 1198 silly refresh-package-json /home/node_modules/code-point-at 1199 silly refresh-package-json /home/node_modules/concat-map 1200 silly refresh-package-json /home/node_modules/brace-expansion 1201 silly refresh-package-json /home/node_modules/console-control-strings 1202 silly refresh-package-json /home/node_modules/core-util-is 1203 silly refresh-package-json /home/node_modules/deep-extend 1204 silly refresh-package-json /home/node_modules/delegates 1205 silly refresh-package-json /home/node_modules/detect-libc 1206 silly refresh-package-json /home/node_modules/fs.realpath 1207 silly refresh-package-json /home/node_modules/has-unicode 1208 silly refresh-package-json /home/node_modules/inherits 1209 silly refresh-package-json /home/node_modules/ini 1210 silly refresh-package-json /home/node_modules/isarray 1211 silly refresh-package-json /home/node_modules/minimatch 1212 silly refresh-package-json /home/node_modules/ignore-walk 1213 silly refresh-package-json /home/node_modules/minimist 1214 silly refresh-package-json /home/node_modules/mkdirp 1215 silly refresh-package-json /home/node_modules/ms 1216 silly refresh-package-json /home/node_modules/debug 1217 silly refresh-package-json /home/node_modules/npm-normalize-package-bin 1218 silly refresh-package-json /home/node_modules/npm-bundled 1219 silly refresh-package-json /home/node_modules/npm-packlist 1220 silly refresh-package-json /home/node_modules/number-is-nan 1221 silly refresh-package-json /home/node_modules/is-fullwidth-code-point 1222 silly refresh-package-json /home/node_modules/object-assign 1223 silly refresh-package-json /home/node_modules/os-homedir 1224 silly refresh-package-json /home/node_modules/os-tmpdir 1225 silly refresh-package-json /home/node_modules/osenv 1226 silly refresh-package-json /home/node_modules/nopt 1227 silly refresh-package-json /home/node_modules/path-is-absolute 1228 silly refresh-package-json /home/node_modules/process-nextick-args 1229 silly refresh-package-json /home/node_modules/safe-buffer 1230 silly refresh-package-json /home/node_modules/safer-buffer 1231 silly refresh-package-json /home/node_modules/iconv-lite 1232 silly refresh-package-json /home/node_modules/sax 1233 silly refresh-package-json /home/node_modules/needle 1234 silly refresh-package-json /home/node_modules/semver 1235 silly refresh-package-json /home/node_modules/set-blocking 1236 silly refresh-package-json /home/node_modules/signal-exit 1237 silly refresh-package-json /home/node_modules/string_decoder 1238 silly refresh-package-json /home/node_modules/strip-ansi 1239 silly refresh-package-json /home/node_modules/string-width 1240 silly refresh-package-json /home/node_modules/strip-json-comments 1241 silly refresh-package-json /home/node_modules/rc 1242 silly refresh-package-json /home/node_modules/util-deprecate 1243 silly refresh-package-json /home/node_modules/bcrypt 1244 silly refresh-package-json /home/node_modules/node-pre-gyp 1245 silly refresh-package-json /home/node_modules/node-addon-api 1246 silly refresh-package-json /home/node_modules/tar 1247 silly refresh-package-json /home/node_modules/minizlib 1248 silly refresh-package-json /home/node_modules/fs-minipass 1249 silly refresh-package-json /home/node_modules/minipass 1250 silly refresh-package-json /home/node_modules/yallist 1251 silly refresh-package-json /home/node_modules/rimraf 1252 silly refresh-package-json /home/node_modules/glob 1253 silly refresh-package-json /home/node_modules/inflight 1254 silly refresh-package-json /home/node_modules/once 1255 silly refresh-package-json /home/node_modules/wrappy 1256 silly refresh-package-json /home/node_modules/npmlog 1257 silly refresh-package-json /home/node_modules/gauge 1258 silly refresh-package-json /home/node_modules/wide-align 1259 silly refresh-package-json /home/node_modules/are-we-there-yet 1260 silly refresh-package-json /home/node_modules/readable-stream 1261 timing action:refresh-package-json Completed in 8885ms 1262 silly doParallel preinstall 68 1263 silly preinstall [email protected] 1264 info lifecycle [email protected]~preinstall: [email protected] 1265 silly preinstall [email protected] 1266 info lifecycle [email protected]~preinstall: [email protected] 1267 silly preinstall [email protected] 1268 info lifecycle [email protected]~preinstall: [email protected] 1269 silly preinstall [email protected] 1270 info lifecycle [email protected]~preinstall: [email protected] 1271 silly preinstall [email protected] 1272 info lifecycle [email protected]~preinstall: [email protected] 1273 silly preinstall [email protected] 1274 info lifecycle [email protected]~preinstall: [email protected] 1275 silly preinstall [email protected] 1276 info lifecycle [email protected]~preinstall: [email protected] 1277 silly preinstall [email protected] 1278 info lifecycle [email protected]~preinstall: [email protected] 1279 silly preinstall [email protected] 1280 info lifecycle [email protected]~preinstall: [email protected] 1281 silly preinstall [email protected] 1282 info lifecycle [email protected]~preinstall: [email protected] 1283 silly preinstall [email protected] 1284 info lifecycle [email protected]~preinstall: [email protected] 1285 silly preinstall [email protected] 1286 info lifecycle [email protected]~preinstall: [email protected] 1287 silly preinstall [email protected] 1288 info lifecycle [email protected]~preinstall: [email protected] 1289 silly preinstall [email protected] 1290 info lifecycle [email protected]~preinstall: [email protected] 1291 silly preinstall [email protected] 1292 info lifecycle [email protected]~preinstall: [email protected] 1293 silly preinstall [email protected] 1294 info lifecycle [email protected]~preinstall: [email protected] 1295 silly preinstall [email protected] 1296 info lifecycle [email protected]~preinstall: [email protected] 1297 silly preinstall [email protected] 1298 info lifecycle [email protected]~preinstall: [email protected] 1299 silly preinstall [email protected] 1300 info lifecycle [email protected]~preinstall: [email protected] 1301 silly preinstall [email protected] 1302 info lifecycle [email protected]~preinstall: [email protected] 1303 silly preinstall [email protected] 1304 info lifecycle [email protected]~preinstall: [email protected] 1305 silly preinstall [email protected] 1306 info lifecycle [email protected]~preinstall: [email protected] 1307 silly preinstall [email protected] 1308 info lifecycle [email protected]~preinstall: [email protected] 1309 silly preinstall [email protected] 1310 info lifecycle [email protected]~preinstall: [email protected] 1311 silly preinstall [email protected] 1312 info lifecycle [email protected]~preinstall: [email protected] 1313 silly preinstall [email protected] 1314 info lifecycle [email protected]~preinstall: [email protected] 1315 silly preinstall [email protected] 1316 info lifecycle [email protected]~preinstall: [email protected] 1317 silly preinstall [email protected] 1318 info lifecycle [email protected]~preinstall: [email protected] 1319 silly preinstall [email protected] 1320 info lifecycle [email protected]~preinstall: [email protected] 1321 silly preinstall [email protected] 1322 info lifecycle [email protected]~preinstall: [email protected] 1323 silly preinstall [email protected] 1324 info lifecycle [email protected]~preinstall: [email protected] 1325 silly preinstall [email protected] 1326 info lifecycle [email protected]~preinstall: [email protected] 1327 silly preinstall [email protected] 1328 info lifecycle [email protected]~preinstall: [email protected] 1329 silly preinstall [email protected] 1330 info lifecycle [email protected]~preinstall: [email protected] 1331 silly preinstall [email protected] 1332 info lifecycle [email protected]~preinstall: [email protected] 1333 silly preinstall [email protected] 1334 info lifecycle [email protected]~preinstall: [email protected] 1335 silly preinstall [email protected] 1336 info lifecycle [email protected]~preinstall: [email protected] 1337 silly preinstall [email protected] 1338 info lifecycle [email protected]~preinstall: [email protected] 1339 silly preinstall [email protected] 1340 info lifecycle [email protected]~preinstall: [email protected] 1341 silly preinstall [email protected] 1342 info lifecycle [email protected]~preinstall: [email protected] 1343 silly preinstall [email protected] 1344 info lifecycle [email protected]~preinstall: [email protected] 1345 silly preinstall [email protected] 1346 info lifecycle [email protected]~preinstall: [email protected] 1347 silly preinstall [email protected] 1348 info lifecycle [email protected]~preinstall: [email protected] 1349 silly preinstall [email protected] 1350 info lifecycle [email protected]~preinstall: [email protected] 1351 silly preinstall [email protected] 1352 info lifecycle [email protected]~preinstall: [email protected] 1353 silly preinstall [email protected] 1354 info lifecycle [email protected]~preinstall: [email protected] 1355 silly preinstall [email protected] 1356 info lifecycle [email protected]~preinstall: [email protected] 1357 silly preinstall [email protected] 1358 info lifecycle [email protected]~preinstall: [email protected] 1359 silly preinstall [email protected] 1360 info lifecycle [email protected]~preinstall: [email protected] 1361 silly preinstall [email protected] 1362 info lifecycle [email protected]~preinstall: [email protected] 1363 silly preinstall [email protected] 1364 info lifecycle [email protected]~preinstall: [email protected] 1365 silly preinstall [email protected] 1366 info lifecycle [email protected]~preinstall: [email protected] 1367 silly preinstall [email protected] 1368 info lifecycle [email protected]~preinstall: [email protected] 1369 silly preinstall [email protected] 1370 info lifecycle [email protected]~preinstall: [email protected] 1371 silly preinstall [email protected] 1372 info lifecycle [email protected]~preinstall: [email protected] 1373 silly preinstall [email protected] 1374 info lifecycle [email protected]~preinstall: [email protected] 1375 silly preinstall [email protected] 1376 info lifecycle [email protected]~preinstall: [email protected] 1377 silly preinstall [email protected] 1378 info lifecycle [email protected]~preinstall: [email protected] 1379 silly preinstall [email protected] 1380 info lifecycle [email protected]~preinstall: [email protected] 1381 silly preinstall [email protected] 1382 info lifecycle [email protected]~preinstall: [email protected] 1383 silly preinstall [email protected] 1384 info lifecycle [email protected]~preinstall: [email protected] 1385 silly preinstall [email protected] 1386 info lifecycle [email protected]~preinstall: [email protected] 1387 silly preinstall [email protected] 1388 info lifecycle [email protected]~preinstall: [email protected] 1389 silly preinstall [email protected] 1390 info lifecycle [email protected]~preinstall: [email protected] 1391 silly preinstall [email protected] 1392 info lifecycle [email protected]~preinstall: [email protected] 1393 silly preinstall [email protected] 1394 info lifecycle [email protected]~preinstall: [email protected] 1395 silly preinstall [email protected] 1396 info lifecycle [email protected]~preinstall: [email protected] 1397 silly preinstall [email protected] 1398 info lifecycle [email protected]~preinstall: [email protected] 1399 timing action:preinstall Completed in 75ms 1400 silly doSerial build 544 1401 silly build [email protected] 1402 info linkStuff [email protected] 1403 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1404 silly build [email protected] 1405 info linkStuff [email protected] 1406 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1407 silly build [email protected] 1408 info linkStuff [email protected] 1409 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1410 silly build [email protected] 1411 info linkStuff [email protected] 1412 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1413 silly build [email protected] 1414 info linkStuff [email protected] 1415 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1416 silly build [email protected] 1417 info linkStuff [email protected] 1418 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1419 silly build [email protected] 1420 info linkStuff [email protected] 1421 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1422 silly build [email protected] 1423 info linkStuff [email protected] 1424 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1425 silly build [email protected] 1426 info linkStuff [email protected] 1427 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1428 silly build [email protected] 1429 info linkStuff [email protected] 1430 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1431 silly build [email protected] 1432 info linkStuff [email protected] 1433 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1434 silly build [email protected] 1435 info linkStuff [email protected] 1436 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1437 silly build [email protected] 1438 info linkStuff [email protected] 1439 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1440 verbose linkBins [ 1440 verbose linkBins { 'detect-libc': 'bin/detect-libc.js' }, 1440 verbose linkBins '/home/node_modules/.bin', 1440 verbose linkBins false 1440 verbose linkBins ] 1441 silly gently link link does not already exist { 1441 silly gently link link: '/home/node_modules/.bin/detect-libc', 1441 silly gently link target: '/home/node_modules/detect-libc/bin/detect-libc.js' 1441 silly gently link } 1442 silly build [email protected] 1443 info linkStuff [email protected] 1444 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1445 silly build [email protected] 1446 info linkStuff [email protected] 1447 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1448 silly build [email protected] 1449 info linkStuff [email protected] 1450 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1451 silly build [email protected] 1452 info linkStuff [email protected] 1453 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1454 silly build [email protected] 1455 info linkStuff [email protected] 1456 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1457 silly build [email protected] 1458 info linkStuff [email protected] 1459 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1460 silly build [email protected] 1461 info linkStuff [email protected] 1462 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1463 silly build [email protected] 1464 info linkStuff [email protected] 1465 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1466 silly build [email protected] 1467 info linkStuff [email protected] 1468 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1469 verbose linkBins [ { mkdirp: 'bin/cmd.js' }, '/home/node_modules/.bin', false ] 1470 silly gently link link does not already exist { 1470 silly gently link link: '/home/node_modules/.bin/mkdirp', 1470 silly gently link target: '/home/node_modules/mkdirp/bin/cmd.js' 1470 silly gently link } 1471 silly build [email protected] 1472 info linkStuff [email protected] 1473 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1474 silly build [email protected] 1475 info linkStuff [email protected] 1476 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1477 silly build [email protected] 1478 info linkStuff [email protected] 1479 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1480 silly build [email protected] 1481 info linkStuff [email protected] 1482 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1483 silly build [email protected] 1484 info linkStuff [email protected] 1485 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1486 silly build [email protected] 1487 info linkStuff [email protected] 1488 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1489 silly build [email protected] 1490 info linkStuff [email protected] 1491 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1492 silly build [email protected] 1493 info linkStuff [email protected] 1494 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1495 silly build [email protected] 1496 info linkStuff [email protected] 1497 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1498 silly build [email protected] 1499 info linkStuff [email protected] 1500 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1501 silly build [email protected] 1502 info linkStuff [email protected] 1503 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1504 silly build [email protected] 1505 info linkStuff [email protected] 1506 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1507 verbose linkBins [ { nopt: 'bin/nopt.js' }, '/home/node_modules/.bin', false ] 1508 silly gently link link does not already exist { 1508 silly gently link link: '/home/node_modules/.bin/nopt', 1508 silly gently link target: '/home/node_modules/nopt/bin/nopt.js' 1508 silly gently link } 1509 silly build [email protected] 1510 info linkStuff [email protected] 1511 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1512 silly build [email protected] 1513 info linkStuff [email protected] 1514 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1515 silly build [email protected] 1516 info linkStuff [email protected] 1517 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1518 silly build [email protected] 1519 info linkStuff [email protected] 1520 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1521 silly build [email protected] 1522 info linkStuff [email protected] 1523 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1524 silly build [email protected] 1525 info linkStuff [email protected] 1526 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1527 silly build [email protected] 1528 info linkStuff [email protected] 1529 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1530 verbose linkBins [ { needle: 'bin/needle' }, '/home/node_modules/.bin', false ] 1531 silly gently link link does not already exist { 1531 silly gently link link: '/home/node_modules/.bin/needle', 1531 silly gently link target: '/home/node_modules/needle/bin/needle' 1531 silly gently link } 1532 silly build [email protected] 1533 info linkStuff [email protected] 1534 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1535 verbose linkBins [ { semver: 'bin/semver' }, '/home/node_modules/.bin', false ] 1536 silly gently link link does not already exist { 1536 silly gently link link: '/home/node_modules/.bin/semver', 1536 silly gently link target: '/home/node_modules/semver/bin/semver' 1536 silly gently link } 1537 silly build [email protected] 1538 info linkStuff [email protected] 1539 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1540 silly build [email protected] 1541 info linkStuff [email protected] 1542 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1543 silly build [email protected] 1544 info linkStuff [email protected] 1545 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1546 silly build [email protected] 1547 info linkStuff [email protected] 1548 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1549 silly build [email protected] 1550 info linkStuff [email protected] 1551 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1552 silly build [email protected] 1553 info linkStuff [email protected] 1554 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1555 silly build [email protected] 1556 info linkStuff [email protected] 1557 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1558 verbose linkBins [ { rc: 'cli.js' }, '/home/node_modules/.bin', false ] 1559 silly gently link link does not already exist { 1559 silly gently link link: '/home/node_modules/.bin/rc', 1559 silly gently link target: '/home/node_modules/rc/cli.js' 1559 silly gently link } 1560 silly build [email protected] 1561 info linkStuff [email protected] 1562 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1563 silly build [email protected] 1564 info linkStuff [email protected] 1565 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1566 silly build [email protected] 1567 info linkStuff [email protected] 1568 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1569 silly build [email protected] 1570 info linkStuff [email protected] 1571 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1572 silly build [email protected] 1573 info linkStuff [email protected] 1574 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1575 silly build [email protected] 1576 info linkStuff [email protected] 1577 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1578 silly build [email protected] 1579 info linkStuff [email protected] 1580 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1581 silly build [email protected] 1582 info linkStuff [email protected] 1583 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1584 silly build [email protected] 1585 info linkStuff [email protected] 1586 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1587 silly build [email protected] 1588 info linkStuff [email protected] 1589 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1590 silly build [email protected] 1591 info linkStuff [email protected] 1592 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1593 verbose linkBins [ { rimraf: 'bin.js' }, '/home/node_modules/.bin', false ] 1594 silly gently link link does not already exist { 1594 silly gently link link: '/home/node_modules/.bin/rimraf', 1594 silly gently link target: '/home/node_modules/rimraf/bin.js' 1594 silly gently link } 1595 silly build [email protected] 1596 info linkStuff [email protected] 1597 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1598 silly build [email protected] 1599 info linkStuff [email protected] 1600 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1601 silly build [email protected] 1602 info linkStuff [email protected] 1603 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1604 silly build [email protected] 1605 info linkStuff [email protected] 1606 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1607 silly build [email protected] 1608 info linkStuff [email protected] 1609 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1610 silly build [email protected] 1611 info linkStuff [email protected] 1612 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1613 silly build [email protected] 1614 info linkStuff [email protected] 1615 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1616 verbose linkBins [ 1616 verbose linkBins { 'node-pre-gyp': 'bin/node-pre-gyp' }, 1616 verbose linkBins '/home/node_modules/.bin', 1616 verbose linkBins false 1616 verbose linkBins ] 1617 silly gently link link does not already exist { 1617 silly gently link link: '/home/node_modules/.bin/node-pre-gyp', 1617 silly gently link target: '/home/node_modules/node-pre-gyp/bin/node-pre-gyp' 1617 silly gently link } 1618 silly build [email protected] 1619 info linkStuff [email protected] 1620 silly linkStuff [email protected] has /home/node_modules as its parent node_modules 1621 timing action:build Completed in 60ms 1622 silly doSerial global-link 544 1623 silly doParallel update-linked 0 1624 silly doSerial install 544 1625 silly install [email protected] 1626 info lifecycle [email protected]~install: [email protected] 1627 silly install [email protected] 1628 info lifecycle [email protected]~install: [email protected] 1629 silly install [email protected] 1630 info lifecycle [email protected]~install: [email protected] 1631 silly install [email protected] 1632 info lifecycle [email protected]~install: [email protected] 1633 silly install [email protected] 1634 info lifecycle [email protected]~install: [email protected] 1635 silly install [email protected] 1636 info lifecycle [email protected]~install: [email protected] 1637 silly install [email protected] 1638 info lifecycle [email protected]~install: [email protected] 1639 silly install [email protected] 1640 info lifecycle [email protected]~install: [email protected] 1641 silly install [email protected] 1642 info lifecycle [email protected]~install: [email protected] 1643 silly install [email protected] 1644 info lifecycle [email protected]~install: [email protected] 1645 silly install [email protected] 1646 info lifecycle [email protected]~install: [email protected] 1647 silly install [email protected] 1648 info lifecycle [email protected]~install: [email protected] 1649 silly install [email protected] 1650 info lifecycle [email protected]~install: [email protected] 1651 silly install [email protected] 1652 info lifecycle [email protected]~install: [email protected] 1653 silly install [email protected] 1654 info lifecycle [email protected]~install: [email protected] 1655 silly install [email protected] 1656 info lifecycle [email protected]~install: [email protected] 1657 silly install [email protected] 1658 info lifecycle [email protected]~install: [email protected] 1659 silly install [email protected] 1660 info lifecycle [email protected]~install: [email protected] 1661 silly install [email protected] 1662 info lifecycle [email protected]~install: [email protected] 1663 silly install [email protected] 1664 info lifecycle [email protected]~install: [email protected] 1665 silly install [email protected] 1666 info lifecycle [email protected]~install: [email protected] 1667 silly install [email protected] 1668 info lifecycle [email protected]~install: [email protected] 1669 silly install [email protected] 1670 info lifecycle [email protected]~install: [email protected] 1671 silly install [email protected] 1672 info lifecycle [email protected]~install: [email protected] 1673 silly install [email protected] 1674 info lifecycle [email protected]~install: [email protected] 1675 silly install [email protected] 1676 info lifecycle [email protected]~install: [email protected] 1677 silly install [email protected] 1678 info lifecycle [email protected]~install: [email protected] 1679 silly install [email protected] 1680 info lifecycle [email protected]~install: [email protected] 1681 silly install [email protected] 1682 info lifecycle [email protected]~install: [email protected] 1683 silly install [email protected] 1684 info lifecycle [email protected]~install: [email protected] 1685 silly install [email protected] 1686 info lifecycle [email protected]~install: [email protected] 1687 silly install [email protected] 1688 info lifecycle [email protected]~install: [email protected] 1689 silly install [email protected] 1690 info lifecycle [email protected]~install: [email protected] 1691 silly install [email protected] 1692 info lifecycle [email protected]~install: [email protected] 1693 silly install [email protected] 1694 info lifecycle [email protected]~install: [email protected] 1695 silly install [email protected] 1696 info lifecycle [email protected]~install: [email protected] 1697 silly install [email protected] 1698 info lifecycle [email protected]~install: [email protected] 1699 silly install [email protected] 1700 info lifecycle [email protected]~install: [email protected] 1701 silly install [email protected] 1702 info lifecycle [email protected]~install: [email protected] 1703 silly install [email protected] 1704 info lifecycle [email protected]~install: [email protected] 1705 silly install [email protected] 1706 info lifecycle [email protected]~install: [email protected] 1707 silly install [email protected] 1708 info lifecycle [email protected]~install: [email protected] 1709 silly install [email protected] 1710 info lifecycle [email protected]~install: [email protected] 1711 silly install [email protected] 1712 info lifecycle [email protected]~install: [email protected] 1713 silly install [email protected] 1714 info lifecycle [email protected]~install: [email protected] 1715 silly install [email protected] 1716 info lifecycle [email protected]~install: [email protected] 1717 silly install [email protected] 1718 info lifecycle [email protected]~install: [email protected] 1719 silly install [email protected] 1720 info lifecycle [email protected]~install: [email protected] 1721 silly install [email protected] 1722 info lifecycle [email protected]~install: [email protected] 1723 silly install [email protected] 1724 info lifecycle [email protected]~install: [email protected] 1725 silly install [email protected] 1726 info lifecycle [email protected]~install: [email protected] 1727 silly install [email protected] 1728 info lifecycle [email protected]~install: [email protected] 1729 silly install [email protected] 1730 info lifecycle [email protected]~install: [email protected] 1731 silly install [email protected] 1732 info lifecycle [email protected]~install: [email protected] 1733 silly install [email protected] 1734 info lifecycle [email protected]~install: [email protected] 1735 silly install [email protected] 1736 info lifecycle [email protected]~install: [email protected] 1737 silly install [email protected] 1738 info lifecycle [email protected]~install: [email protected] 1739 silly install [email protected] 1740 info lifecycle [email protected]~install: [email protected] 1741 silly install [email protected] 1742 info lifecycle [email protected]~install: [email protected] 1743 silly install [email protected] 1744 info lifecycle [email protected]~install: [email protected] 1745 silly install [email protected] 1746 info lifecycle [email protected]~install: [email protected] 1747 silly install [email protected] 1748 info lifecycle [email protected]~install: [email protected] 1749 silly install [email protected] 1750 info lifecycle [email protected]~install: [email protected] 1751 silly install [email protected] 1752 info lifecycle [email protected]~install: [email protected] 1753 silly install [email protected] 1754 info lifecycle [email protected]~install: [email protected] 1755 silly install [email protected] 1756 info lifecycle [email protected]~install: [email protected] 1757 silly install [email protected] 1758 info lifecycle [email protected]~install: [email protected] 1759 silly install [email protected] 1760 info lifecycle [email protected]~install: [email protected] 1761 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle false 1762 verbose lifecycle [email protected]~install: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/node_modules/bcrypt/node_modules/.bin:/home/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 1763 verbose lifecycle [email protected]~install: CWD: /home/node_modules/bcrypt 1764 silly lifecycle [email protected]~install: Args: [ '-c', 'node-pre-gyp install --fallback-to-build' ] 1765 silly lifecycle [email protected]~install: Returned: code: 1 signal: null 1766 info lifecycle [email protected]~install: Failed to exec install script 1767 timing action:install Completed in 1594ms 1768 verbose unlock done using /root/.npm/_locks/staging-7c4423d799f289b5.lock for /home/node_modules/.staging 1769 timing stage:rollbackFailedOptional Completed in 220ms 1770 timing stage:runTopLevelLifecycles Completed in 16611ms 1771 silly saveTree home 1771 silly saveTree └─┬ [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree └─┬ [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ └─┬ [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ └─┬ [email protected] 1771 silly saveTree │ │ └─┬ [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ └─┬ [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ ├─┬ [email protected] 1771 silly saveTree │ │ │ ├── [email protected] 1771 silly saveTree │ │ │ ├─┬ [email protected] 1771 silly saveTree │ │ │ │ └── [email protected] 1771 silly saveTree │ │ │ └─┬ [email protected] 1771 silly saveTree │ │ │ └── [email protected] 1771 silly saveTree │ │ ├── [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ └─┬ [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ ├─┬ [email protected] 1771 silly saveTree │ │ ├─┬ [email protected] 1771 silly saveTree │ │ │ └── [email protected] 1771 silly saveTree │ │ └── [email protected] 1771 silly saveTree │ ├── [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree └─┬ [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree ├─┬ [email protected] 1771 silly saveTree │ └─┬ [email protected] 1771 silly saveTree │ └── [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree ├── [email protected] 1771 silly saveTree └── [email protected] 1772 warn enoent ENOENT: no such file or directory, open '/home/package.json' 1773 verbose enoent This is related to npm not being able to find a file. 1774 warn home No description 1775 warn home No repository field. 1776 warn home No README data 1777 warn home No license field. 1778 verbose stack Error: [email protected] install:
node-pre-gyp install --fallback-to-build1778 verbose stack Exit status 1 1778 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 1778 verbose stack at EventEmitter.emit (events.js:310:20) 1778 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 1778 verbose stack at ChildProcess.emit (events.js:310:20) 1778 verbose stack at maybeClose (internal/child_process.js:1021:16) 1778 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) 1779 verbose pkgid [email protected] 1780 verbose cwd /home 1781 verbose Linux 4.19.97-v7l+ 1782 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "bcrypt" 1783 verbose node v12.16.3 1784 verbose npm v6.14.4 1785 error code ELIFECYCLE 1786 error errno 1 1787 error [email protected] install:
node-pre-gyp install --fallback-to-build1787 error Exit status 1 1788 error Failed at the [email protected] install script. 1788 error This is probably not a problem with npm. There is likely additional logging output above. 1789 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: