Skip to content

Segmentation Fault on Node alpine #528

Closed
@georgecrawford

Description

@georgecrawford

Forgive me if I've missed something obvious, but I have a reproducible segmentation fault using the latest Docker alpine image for Node:

docker run -it node:8.1.3-alpine /bin/sh -c 'apk --no-cache add --virtual builds-deps build-base python && npm i bcrypt && node -e '"'"'require("bcrypt").genSalt(10)'"'"

Output:

Click to expand
docker run -it node:8.1.3-alpine /bin/sh -c 'apk --no-cache add --virtual builds-deps build-base python && npm i bcrypt && node -e '"'"'require("bcrypt").genSalt(10)'"'"
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/27) Installing binutils-libs (2.28-r2)
(2/27) Installing binutils (2.28-r2)
(3/27) Installing gmp (6.1.2-r0)
(4/27) Installing isl (0.17.1-r0)
(5/27) Installing libgomp (6.3.0-r4)
(6/27) Installing libatomic (6.3.0-r4)
(7/27) Installing pkgconf (1.3.7-r0)
(8/27) Installing mpfr3 (3.1.5-r0)
(9/27) Installing mpc1 (1.0.3-r0)
(10/27) Installing gcc (6.3.0-r4)
(11/27) Installing musl-dev (1.1.16-r13)
(12/27) Installing libc-dev (0.7.1-r0)
(13/27) Installing g++ (6.3.0-r4)
(14/27) Installing make (4.2.1-r0)
(15/27) Installing fortify-headers (0.8-r0)
(16/27) Installing build-base (0.5-r0)
(17/27) Installing libbz2 (1.0.6-r5)
(18/27) Installing expat (2.2.0-r1)
(19/27) Installing libffi (3.2.1-r3)
(20/27) Installing gdbm (1.12-r0)
(21/27) Installing ncurses-terminfo-base (6.0-r7)
(22/27) Installing ncurses-terminfo (6.0-r7)
(23/27) Installing ncurses-libs (6.0-r7)
(24/27) Installing readline (6.3.008-r5)
(25/27) Installing sqlite-libs (3.18.0-r0)
(26/27) Installing python2 (2.7.13-r1)
(27/27) Installing builds-deps (0)
Executing busybox-1.26.2-r5.trigger
OK: 206 MiB in 40 packages
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm http fetch GET 200 https://registry.npmjs.org/bcrypt 266ms
npm http fetch GET 200 https://registry.npmjs.org/bindings 39ms
npm http fetch GET 200 https://registry.npmjs.org/node-pre-gyp 77ms
npm http fetch GET 200 https://registry.npmjs.org/nan 83ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 47ms
npm http fetch GET 200 https://registry.npmjs.org/nopt 92ms
npm http fetch GET 200 https://registry.npmjs.org/npmlog 104ms
npm http fetch GET 200 https://registry.npmjs.org/semver 103ms
npm http fetch GET 200 https://registry.npmjs.org/tar 111ms
npm http fetch GET 200 https://registry.npmjs.org/tar-pack 124ms
npm http fetch GET 200 https://registry.npmjs.org/rimraf 154ms
npm http fetch GET 200 https://registry.npmjs.org/rc 159ms
npm http fetch GET 200 https://registry.npmjs.org/request 164ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 616ms
npm http fetch GET 200 https://registry.npmjs.org/abbrev 23ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking 34ms
npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 36ms
npm http fetch GET 200 https://registry.npmjs.org/console-control-strings 37ms
npm http fetch GET 200 https://registry.npmjs.org/gauge 37ms
npm http fetch GET 200 https://registry.npmjs.org/delegates 22ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 30ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 46ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 47ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 47ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 47ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 49ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 51ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 52ms
npm http fetch GET 200 https://registry.npmjs.org/string-width 35ms
npm http fetch GET 200 https://registry.npmjs.org/has-unicode 42ms
npm http fetch GET 200 https://registry.npmjs.org/signal-exit 42ms
npm http fetch GET 200 https://registry.npmjs.org/aproba 44ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 44ms
npm http fetch GET 200 https://registry.npmjs.org/wide-align 44ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 47ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at 25ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 26ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan 22ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 21ms
npm http fetch GET 200 https://registry.npmjs.org/ini 29ms
npm http fetch GET 200 https://registry.npmjs.org/deep-extend 32ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 32ms
npm http fetch GET 200 https://registry.npmjs.org/form-data 46ms
npm http fetch GET 200 https://registry.npmjs.org/combined-stream 47ms
npm http fetch GET 200 https://registry.npmjs.org/caseless 51ms
npm http fetch GET 200 https://registry.npmjs.org/aws4 53ms
npm http fetch GET 200 https://registry.npmjs.org/extend 55ms
npm http fetch GET 200 https://registry.npmjs.org/aws-sign2 57ms
npm http fetch GET 200 https://registry.npmjs.org/forever-agent 57ms
npm http fetch GET 200 https://registry.npmjs.org/har-validator 58ms
npm http fetch GET 200 https://registry.npmjs.org/hawk 59ms
npm http fetch GET 200 https://registry.npmjs.org/is-typedarray 28ms
npm http fetch GET 200 https://registry.npmjs.org/isstream 27ms
npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe 30ms
npm http fetch GET 200 https://registry.npmjs.org/mime-types 41ms
npm http fetch GET 200 https://registry.npmjs.org/oauth-sign 41ms
npm http fetch GET 200 https://registry.npmjs.org/stringstream 41ms
npm http fetch GET 200 https://registry.npmjs.org/qs 42ms
npm http fetch GET 200 https://registry.npmjs.org/tough-cookie 45ms
npm http fetch GET 200 https://registry.npmjs.org/performance-now 56ms
npm http fetch GET 200 https://registry.npmjs.org/http-signature 150ms
npm http fetch GET 200 https://registry.npmjs.org/uuid 29ms
npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent 31ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream 31ms
npm http fetch GET 200 https://registry.npmjs.org/asynckit 22ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db 49ms
npm http fetch GET 200 https://registry.npmjs.org/har-schema 21ms
npm http fetch GET 200 https://registry.npmjs.org/ajv 48ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 22ms
npm http fetch GET 200 https://registry.npmjs.org/co 24ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 20ms
npm http fetch GET 200 https://registry.npmjs.org/cryptiles 26ms
npm http fetch GET 200 https://registry.npmjs.org/sntp 28ms
npm http fetch GET 200 https://registry.npmjs.org/hoek 30ms
npm http fetch GET 200 https://registry.npmjs.org/boom 37ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus 35ms
npm http fetch GET 200 https://registry.npmjs.org/sshpk 37ms
npm http fetch GET 200 https://registry.npmjs.org/jsprim 42ms
npm http fetch GET 200 https://registry.npmjs.org/json-schema 27ms
npm http fetch GET 200 https://registry.npmjs.org/extsprintf 29ms
npm http fetch GET 200 https://registry.npmjs.org/verror 30ms
npm http fetch GET 200 https://registry.npmjs.org/dashdash 40ms
npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf 41ms
npm http fetch GET 200 https://registry.npmjs.org/tweetnacl 42ms
npm http fetch GET 200 https://registry.npmjs.org/jsbn 43ms
npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn 43ms
npm http fetch GET 200 https://registry.npmjs.org/asn1 47ms
npm http fetch GET 200 https://registry.npmjs.org/getpass 49ms
npm http fetch GET 200 https://registry.npmjs.org/punycode 23ms
npm http fetch GET 200 https://registry.npmjs.org/glob 22ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 28ms
npm http fetch GET 200 https://registry.npmjs.org/once 31ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 33ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 32ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 36ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 21ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 22ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 23ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 23ms
npm http fetch GET 200 https://registry.npmjs.org/block-stream 27ms
npm http fetch GET 200 https://registry.npmjs.org/fstream 29ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 21ms
npm http fetch GET 200 https://registry.npmjs.org/uid-number 30ms
npm http fetch GET 200 https://registry.npmjs.org/fstream-ignore 31ms
npm http fetch GET 200 https://registry.npmjs.org/debug 34ms
npm http fetch GET 200 https://registry.npmjs.org/ms 35ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-shims 37ms
npm http fetch GET 200 https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz 308ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 308ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz 309ms
npm http fetch GET 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz 311ms
npm http fetch GET 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz 310ms
npm http fetch GET 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz 311ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 379ms
npm http fetch GET 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz 379ms
npm http fetch GET 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz 385ms
npm http fetch GET 200 https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz 388ms
npm http fetch GET 200 https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 392ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz 398ms
npm http fetch GET 200 https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz 391ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 393ms
npm http fetch GET 200 https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz 396ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz 410ms
npm http fetch GET 200 https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz 407ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 412ms
npm http fetch GET 200 https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz 414ms
npm http fetch GET 200 https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz 409ms
npm http fetch GET 200 https://registry.npmjs.org/co/-/co-4.6.0.tgz 418ms
npm http fetch GET 200 https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz 434ms
npm http fetch GET 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz 445ms
npm http fetch GET 200 https://registry.npmjs.org/extend/-/extend-3.0.1.tgz 451ms
npm http fetch GET 200 https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz 446ms
npm http fetch GET 200 https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz 458ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 456ms
npm http fetch GET 200 https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz 461ms
npm http fetch GET 200 https://registry.npmjs.org/boom/-/boom-2.10.1.tgz 462ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz 468ms
npm http fetch GET 200 https://registry.npmjs.org/ini/-/ini-1.3.4.tgz 472ms
npm http fetch GET 200 https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz 473ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 480ms
npm http fetch GET 200 https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz 473ms
npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz 479ms
npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz 482ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 488ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz 489ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 492ms
npm http fetch GET 200 https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz 493ms
npm http fetch GET 200 https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz 494ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 504ms
npm http fetch GET 200 https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz 496ms
npm http fetch GET 200 https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz 497ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 507ms
npm http fetch GET 200 https://registry.npmjs.org/bcrypt/-/bcrypt-1.0.2.tgz 149ms
npm http fetch GET 200 https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz 168ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.5.0.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.5.tgz 167ms
npm http fetch GET 200 https://registry.npmjs.org/tar-pack/-/tar-pack-3.3.0.tgz 198ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 143ms
npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz 166ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 163ms
npm http fetch GET 200 https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz 179ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 168ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.2.tgz 168ms
npm http fetch GET 200 https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.3.3.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz 146ms
npm http fetch GET 200 https://registry.npmjs.org/tar/-/tar-2.2.1.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.32.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz 130ms
npm http fetch GET 200 https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz 126ms
npm http fetch GET 200 https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz 115ms
npm http fetch GET 200 https://registry.npmjs.org/request/-/request-2.81.0.tgz 148ms
npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz 132ms
npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz 132ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz 137ms
npm http fetch GET 200 https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz 114ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 115ms
npm http fetch GET 200 https://registry.npmjs.org/verror/-/verror-1.3.6.tgz 152ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz 166ms
npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz 142ms
npm http fetch GET 200 https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz 194ms
npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz 176ms
npm http fetch GET 200 https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz 187ms
npm http fetch GET 200 https://registry.npmjs.org/rc/-/rc-1.1.7.tgz 166ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz 172ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 168ms
npm http fetch GET 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz 194ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 164ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 173ms
npm http fetch GET 200 https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz 174ms
npm http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz 116ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz 136ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 103ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 90ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.3.0.tgz 116ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 124ms
npm http fetch GET 200 https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz 139ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz 124ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz 87ms
npm http fetch GET 200 https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz 77ms
npm http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.4.0.tgz 140ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 89ms
npm http fetch GET 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz 81ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 99ms
npm http fetch GET 200 https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 95ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-0.7.1.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.2.0.tgz 101ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 91ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz 342ms
npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz 1301ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]

> [email protected] install /node_modules/bcrypt
> node-pre-gyp install --fallback-to-build

node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | linux | x64
node-pre-gyp info check checked for "/node_modules/bcrypt/lib/binding/bcrypt_lib.node" (not found)
node-pre-gyp http GET https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v57-linux-x64.tar.gz
node-pre-gyp http 200 https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v57-linux-x64.tar.gz
node-pre-gyp info install unpacking bcrypt_lib.node
node-pre-gyp info tarball done parsing tarball
node-pre-gyp info validate Running test command: '/usr/local/bin/node --eval 'require(\'/node_modules/bcrypt/lib/binding/bcrypt_lib.node\')''
[bcrypt] Success: "/node_modules/bcrypt/lib/binding/bcrypt_lib.node" is installed via remote
node-pre-gyp info ok
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm WARN saveError ENOENT: no such file or directory, open '/package.json'
npm info lifecycle undefined~preshrinkwrap: undefined
npm info lifecycle undefined~shrinkwrap: undefined
npm notice created a lockfile as package-lock.json. You should commit this file.
npm info lifecycle undefined~postshrinkwrap: undefined
npm WARN enoent ENOENT: no such file or directory, open '/package.json'
npm WARN !invalid#1 No description
npm WARN !invalid#1 No repository field.
npm WARN !invalid#1 No README data
npm WARN !invalid#1 No license field.

+ [email protected]
added 115 packages in 7.191s
npm info ok
Segmentation fault

Seems to affect older Alpine versions too. It seems possible it's related to nodejs/node#14069. The default Node image using buildpack-deps doesn't exhibit the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions