Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

'npm start' throwing exception on electron app #134

Closed
jorgej-ramos opened this issue Oct 15, 2018 · 11 comments
Closed

'npm start' throwing exception on electron app #134

jorgej-ramos opened this issue Oct 15, 2018 · 11 comments

Comments

@jorgej-ramos
Copy link

jorgej-ramos commented Oct 15, 2018

Hi guys. Trying to use key tar on my electron project, I get this message when running npm start:

dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /[... route to project folder ...]/node_modules/keytar/build/Release/keytar.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /[... route to project folder ...]/node_modules/keytar/build/Release/keytar.node
  Expected in: flat namespace

I've tried rm -rf node_modules && npm install && npm rebuild but it's not working.

npm v6.4.1
node v10.12.0
electron v3.0.4

Any help will be appreciated.

@jorgej-ramos jorgej-ramos changed the title npm start throwing exception on electron app 'npm start' throwing exception on electron app Oct 15, 2018
@rolandhegedus
Copy link

rolandhegedus commented Oct 16, 2018

I've got exactly the same issue with it. I can build it on High Sierra but not on Mojave

@shiftkey
Copy link
Contributor

@rolandhegedus @jorgej-ramos was there a new version of XCode that came out with the Mojave upgrade? I wonder if there's some warning in npm rebuild that might help explain what's been impacted...

@rolandhegedus
Copy link

I already installed the latest xcode and tried to rebuild. Everything seems fine but later today i will pastebin the full output. Btw thanks for your answer!

@jorgej-ramos
Copy link
Author

Good day, here's my full output for npm rebuild --verbose. Seems that's there's no warn label.
Note: I've replaced all paths with [... type of path ...] wildcard.

npm info it worked if it ends with ok
npm verb cli [ '/usr/local/Cellar/node/10.12.0/bin/node',
npm verb cli   '/usr/local/bin/npm',
npm verb cli   'rebuild',
npm verb cli   '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm info readInstalled object
npm verb rebuild path, id [ '/[... path to project ...]',
npm verb rebuild   '[... project name ...]@1.0.0' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/keytar',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/nan',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/prebuild-install',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/detect-libc',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/expand-template',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/github-from-package',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/minimist',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mkdirp',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mkdirp/node_modules/minimist',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/napi-build-utils',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/node-abi',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/semver',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/noop-logger',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/npmlog',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/are-we-there-yet',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/delegates',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/readable-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/core-util-is',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/inherits',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/isarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/process-nextick-args',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/safe-buffer',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/string_decoder',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/util-deprecate',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/console-control-strings',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/gauge',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/aproba',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/has-unicode',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/object-assign',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/signal-exit',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/string-width',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/code-point-at',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-fullwidth-code-point',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/number-is-nan',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/strip-ansi',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ansi-regex',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/wide-align',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/set-blocking',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/os-homedir',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pump',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/end-of-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/once',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/wrappy',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/rc',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/deep-extend',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ini',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/strip-json-comments',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/simple-get',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/decompress-response',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mimic-response',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/simple-concat',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tar-fs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/chownr',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tar-fs/node_modules/pump',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tar-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/bl',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/buffer-alloc',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/buffer-alloc-unsafe',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/buffer-fill',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fs-constants',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/to-buffer',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/xtend',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tunnel-agent',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/which-pm-runs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mapbox-gl',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/geojson-types',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/jsonlint-lines-primitives',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/mapbox-gl-supported',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/point-geometry',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/tiny-sdf',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/unitbezier',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/vector-tile',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/whoots-js',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/brfs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/quote-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/buffer-equal',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/through2',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/resolve',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/path-parse',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/static-module',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/concat-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/buffer-from',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/typedarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/convert-source-map',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/duplexer2',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/escodegen',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/esprima',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/estraverse',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/esutils',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/optionator',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/deep-is',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fast-levenshtein',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/levn',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/prelude-ls',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/type-check',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/wordwrap',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/falafel',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/acorn',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/foreach',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/falafel/node_modules/isarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/object-keys',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/has',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/function-bind',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/magic-string',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/vlq',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/merge-source-map',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/merge-source-map/node_modules/source-map',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/object-inspect',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/shallow-copy',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/static-eval',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/csscolorparser',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/earcut',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/geojson-rewind',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@mapbox/geojson-area',
npm verb rebuild   '@mapbox/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/wgs84',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sharkdown',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/cardinal',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ansicolors',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/redeyed',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/redeyed/node_modules/esprima',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/expect.js',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sharkdown/node_modules/minimist',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/split',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/through',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/stream-spigot',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/stream-spigot/node_modules/readable-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/stream-spigot/node_modules/isarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/geojson-vt',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/gl-matrix',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/grid-index',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mapbox-gl/node_modules/minimist',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/murmurhash-js',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pbf',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ieee754',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/resolve-protobuf-schema',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/protocol-buffers-schema',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/potpack',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/quickselect',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/rw',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/supercluster',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/kdbush',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tinyqueue',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/vt-pbf',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/abbrev',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/@types/node',
npm verb rebuild   '@types/[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ansi-styles',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/color-convert',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/color-name',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/array-find-index',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/asynckit',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/assert-plus',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/aws-sign2',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/balanced-match',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/asn1',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/safer-buffer',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/bcrypt-pbkdf',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tweetnacl',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/brace-expansion',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/concat-map',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/block-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/builtin-modules',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/camelcase',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/camelcase-keys',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/map-obj',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/caseless',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/cli-spinners',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/cli-cursor',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/restore-cursor',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/onetime',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mimic-fn',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/cliui',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/wrap-ansi',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/co',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/colors',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/combined-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/delayed-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/currently-unhandled',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/decamelize',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ecc-jsbn',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/jsbn',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/escape-string-regexp',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/env-paths',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/error-ex',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-arrayish',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/extend',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/extsprintf',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fast-deep-equal',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fast-json-stable-stringify',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fd-slicer',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pend',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/forever-agent',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fstream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/graceful-fs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/rimraf',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/glob',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fs.realpath',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/inflight',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/minimatch',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/path-is-absolute',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/getpass',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/get-caller-file',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/get-stdin',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/har-schema',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/har-validator',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ajv',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/json-schema-traverse',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/has-flag',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/http-signature',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/jsprim',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/json-schema',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/verror',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sshpk',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/dashdash',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/hosted-git-info',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/indent-string',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/repeating',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-finite',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/invert-kv',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-builtin-module',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-typedarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/is-utf8',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/isstream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/isexe',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/json-stringify-safe',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/jsonfile',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/lodash.assign',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/lcid',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/load-json-file',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/parse-json',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pify',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pinkie-promise',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pinkie',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/strip-bom',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/loud-rejection',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/log-symbols',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/chalk',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/supports-color',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/meow',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/normalize-package-data',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/validate-npm-package-license',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spdx-correct',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spdx-expression-parse',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spdx-exceptions',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spdx-license-ids',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/read-pkg-up',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/find-up',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/find-up/node_modules/path-exists',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/read-pkg',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/path-type',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/redent',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/strip-indent',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/trim-newlines',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mime-types',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/mime-db',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/oauth-sign',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/os-locale',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/ora',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/osenv',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/os-tmpdir',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/path-exists',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/performance-now',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/psl',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/punycode',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/require-directory',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/require-main-filename',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/rxjs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/symbol-observable',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/single-line-log',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/speedometer',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tar',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/throttleit',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/universalify',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/which-module',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/y18n',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-download',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/fs-extra',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/nugget',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/nugget/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/nugget/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/pretty-bytes',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/through2',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/isarray',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/xtend',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/progress-stream/node_modules/object-keys',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/request',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/aws4',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/form-data',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/form-data/node_modules/combined-stream',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/qs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/tough-cookie',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/uuid',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sumchecker',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sumchecker/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/sumchecker/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/extract-zip',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/extract-zip/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/extract-zip/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/yauzl',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/nopt',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/which',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/source-map',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/yargs-parser',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/yargs-parser/node_modules/camelcase',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spawn-rx',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spawn-rx/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/spawn-rx/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-rebuild',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-rebuild/node_modules/debug',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-rebuild/node_modules/ms',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-rebuild/node_modules/fs-extra',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/node-gyp',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/node-gyp/node_modules/semver',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/yargs',
npm verb rebuild   '[email protected]' ]
npm verb rebuild path, id [ '/[... path to project ...]/node_modules/yargs/node_modules/camelcase',
npm verb rebuild   '[email protected]' ]
npm info build /[... path to project ...]/node_modules/keytar
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]

> [email protected] install /[... path to project ...]/node_modules/keytar
> prebuild-install || node-gyp rebuild

prebuild-install info begin Prebuild-install version 5.2.0
prebuild-install info looking for cached prebuild @ /[... path to home ...]/.npm/_prebuilds/28b9a7-keytar-v4.3.0-node-v64-darwin-x64.tar.gz
prebuild-install info found cached prebuild 
prebuild-install info unpacking @ /[... path to home ...]/.npm/_prebuilds/28b9a7-keytar-v4.3.0-node-v64-darwin-x64.tar.gz
prebuild-install info unpack resolved to /[... path to project ...]/node_modules/keytar/build/Release/keytar.node
prebuild-install info unpack required /[... path to project ...]/node_modules/keytar/build/Release/keytar.node successfully
prebuild-install info install Successfully installed prebuilt binary!
npm verb lifecycle [email protected]~install: unsafe-perm in lifecycle true
npm verb lifecycle [email protected]~install: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/[... path to project ...]/node_modules/keytar/node_modules/.bin:/[... path to project ...]/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
npm verb lifecycle [email protected]~install: CWD: /[... path to project ...]/node_modules/keytar
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/nan
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/prebuild-install
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'prebuild-install': './bin.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/detect-libc
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'detect-libc': './bin/detect-libc.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/expand-template
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/github-from-package
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/minimist
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mkdirp
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { mkdirp: 'bin/cmd.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ 'minimist' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mkdirp/node_modules/minimist
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/napi-build-utils
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/node-abi
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/semver
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { semver: './bin/semver' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/noop-logger
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/npmlog
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/are-we-there-yet
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/delegates
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/readable-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/core-util-is
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/inherits
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/process-nextick-args
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/safe-buffer
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/string_decoder
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/util-deprecate
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/console-control-strings
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/gauge
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/aproba
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/has-unicode
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/object-assign
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/signal-exit
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/string-width
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/code-point-at
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-fullwidth-code-point
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/number-is-nan
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/strip-ansi
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ansi-regex
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/wide-align
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/set-blocking
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/os-homedir
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pump
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/end-of-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/once
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/wrappy
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/rc
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { rc: './cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/deep-extend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ini
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/strip-json-comments
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/simple-get
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/decompress-response
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mimic-response
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/simple-concat
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tar-fs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'pump' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/chownr
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tar-fs/node_modules/pump
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tar-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/bl
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/buffer-alloc
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/buffer-alloc-unsafe
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/buffer-fill
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fs-constants
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/to-buffer
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/xtend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tunnel-agent
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/which-pm-runs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mapbox-gl
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'minimist' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/geojson-types
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/jsonlint-lines-primitives
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/mapbox-gl-supported
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/point-geometry
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/tiny-sdf
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/unitbezier
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/vector-tile
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/whoots-js
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/brfs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { brfs: 'bin/cmd.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/quote-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'quote-stream': 'bin/cmd.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/buffer-equal
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/through2
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/resolve
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/path-parse
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/static-module
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/concat-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/buffer-from
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/typedarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/convert-source-map
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/duplexer2
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/escodegen
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { esgenerate: './bin/esgenerate.js',
npm verb linkBins     escodegen: './bin/escodegen.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/esprima
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { esparse: './bin/esparse.js',
npm verb linkBins     esvalidate: './bin/esvalidate.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/estraverse
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/esutils
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/optionator
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/deep-is
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fast-levenshtein
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/levn
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/prelude-ls
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/type-check
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/wordwrap
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/falafel
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'isarray' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/acorn
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { acorn: './bin/acorn' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/foreach
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/falafel/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/object-keys
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/has
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/function-bind
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/magic-string
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/vlq
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/merge-source-map
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'source-map' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/merge-source-map/node_modules/source-map
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/object-inspect
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/shallow-copy
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/static-eval
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/csscolorparser
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/earcut
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/geojson-rewind
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'geojson-rewind': 'geojson-rewind' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/@mapbox/geojson-area
npm info lifecycle @mapbox/[email protected]~preinstall: @mapbox/[email protected]
npm info linkStuff @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~install: @mapbox/[email protected]
npm info lifecycle @mapbox/[email protected]~postinstall: @mapbox/[email protected]
npm info build /[... path to project ...]/node_modules/wgs84
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/sharkdown
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { sharkdown: 'sharkdown' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ 'minimist' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/cardinal
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { cdl: './bin/cdl.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ansicolors
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/redeyed
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ '.bin', 'esprima' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/redeyed/node_modules/esprima
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { esparse: './bin/esparse.js',
npm verb linkBins     esvalidate: './bin/esvalidate.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/redeyed/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/expect.js
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/sharkdown/node_modules/minimist
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/split
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/through
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/stream-spigot
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'isarray', 'readable-stream', 'string_decoder' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/stream-spigot/node_modules/isarray
npm info build /[... path to project ...]/node_modules/stream-spigot/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder
npm info build /[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/stream-spigot/node_modules/readable-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/stream-spigot/node_modules/isarray
npm info build /[... path to project ...]/node_modules/stream-spigot/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder
npm info build /[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/geojson-vt
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/gl-matrix
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/grid-index
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mapbox-gl/node_modules/minimist
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/murmurhash-js
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pbf
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { pbf: 'bin/pbf' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ieee754
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/resolve-protobuf-schema
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/protocol-buffers-schema
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/potpack
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/quickselect
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/rw
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/supercluster
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/kdbush
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tinyqueue
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/vt-pbf
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/abbrev
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/@types/node
npm info lifecycle @types/[email protected]~preinstall: @types/[email protected]
npm info linkStuff @types/[email protected]
npm info lifecycle @types/[email protected]~install: @types/[email protected]
npm info lifecycle @types/[email protected]~postinstall: @types/[email protected]
npm info build /[... path to project ...]/node_modules/ansi-styles
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/color-convert
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/color-name
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/array-find-index
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/asynckit
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/assert-plus
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/aws-sign2
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/balanced-match
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/asn1
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/safer-buffer
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/bcrypt-pbkdf
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tweetnacl
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/brace-expansion
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/concat-map
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/block-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/builtin-modules
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/camelcase
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/camelcase-keys
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/map-obj
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/caseless
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/cli-spinners
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/cli-cursor
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/restore-cursor
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/onetime
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mimic-fn
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/cliui
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/wrap-ansi
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/co
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/colors
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/combined-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/delayed-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/currently-unhandled
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/decamelize
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ecc-jsbn
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/jsbn
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/escape-string-regexp
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/env-paths
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/error-ex
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-arrayish
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/extend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/extsprintf
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fast-deep-equal
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fast-json-stable-stringify
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fd-slicer
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/forever-agent
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fstream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/graceful-fs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/rimraf
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { rimraf: './bin.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/glob
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fs.realpath
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/inflight
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/minimatch
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/path-is-absolute
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/getpass
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/get-caller-file
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/get-stdin
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/har-schema
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/har-validator
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ajv
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/json-schema-traverse
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/has-flag
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/http-signature
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/jsprim
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/json-schema
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/verror
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/sshpk
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'sshpk-conv': 'bin/sshpk-conv',
npm verb linkBins     'sshpk-sign': 'bin/sshpk-sign',
npm verb linkBins     'sshpk-verify': 'bin/sshpk-verify' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/dashdash
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/hosted-git-info
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/indent-string
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/repeating
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-finite
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/invert-kv
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-builtin-module
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-typedarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/is-utf8
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/isstream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/isexe
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/json-stringify-safe
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/jsonfile
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/lodash.assign
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/lcid
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/load-json-file
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/parse-json
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pify
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pinkie-promise
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pinkie
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/strip-bom
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/loud-rejection
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/log-symbols
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/chalk
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/supports-color
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/meow
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/normalize-package-data
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/validate-npm-package-license
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spdx-correct
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spdx-expression-parse
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spdx-exceptions
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spdx-license-ids
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/read-pkg-up
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/find-up
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'path-exists' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/find-up/node_modules/path-exists
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/read-pkg
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/path-type
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/redent
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/strip-indent
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'strip-indent': 'cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/trim-newlines
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mime-types
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/mime-db
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/oauth-sign
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/os-locale
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/ora
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/osenv
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/os-tmpdir
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/path-exists
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/performance-now
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/psl
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/punycode
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/require-directory
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/require-main-filename
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/rxjs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/symbol-observable
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/single-line-log
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/speedometer
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tar
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/throttleit
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/universalify
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/which-module
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/y18n
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/electron
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { electron: 'cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]

> [email protected] postinstall /[... path to project ...]/node_modules/electron
> node install.js

npm verb lifecycle [email protected]~postinstall: unsafe-perm in lifecycle true
npm verb lifecycle [email protected]~postinstall: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/[... path to project ...]/node_modules/electron/node_modules/.bin:/[... path to project ...]/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
npm verb lifecycle [email protected]~postinstall: CWD: /[... path to project ...]/node_modules/electron
npm info build /[... path to project ...]/node_modules/electron-download
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'electron-download': 'lib/cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/fs-extra
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/nugget
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { nugget: 'bin.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ 'debug', 'ms' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/nugget/node_modules/ms
npm info build /[... path to project ...]/node_modules/nugget/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/nugget/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/nugget/node_modules/ms
npm info build /[... path to project ...]/node_modules/nugget/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/pretty-bytes
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'pretty-bytes': 'cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/progress-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'isarray',
npm verb rebuildBundles   'object-keys',
npm verb rebuildBundles   'readable-stream',
npm verb rebuildBundles   'string_decoder',
npm verb rebuildBundles   'through2',
npm verb rebuildBundles   'xtend' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/progress-stream/node_modules/isarray
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/progress-stream/node_modules/object-keys
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/object-keys
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/progress-stream/node_modules/xtend
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/xtend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/through2
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/progress-stream/node_modules/isarray
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/isarray
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/progress-stream/node_modules/xtend
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/xtend
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/progress-stream/node_modules/object-keys
npm info build /[... path to project ...]/node_modules/progress-stream/node_modules/object-keys
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/request
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/aws4
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/form-data
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'combined-stream' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/form-data/node_modules/combined-stream
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/qs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/tough-cookie
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/uuid
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { uuid: './bin/uuid' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/sumchecker
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'debug', 'ms' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/sumchecker/node_modules/ms
npm info build /[... path to project ...]/node_modules/sumchecker/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/sumchecker/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/sumchecker/node_modules/ms
npm info build /[... path to project ...]/node_modules/sumchecker/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/extract-zip
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'extract-zip': 'cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ 'debug', 'ms' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/extract-zip/node_modules/ms
npm info build /[... path to project ...]/node_modules/extract-zip/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/extract-zip/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/extract-zip/node_modules/ms
npm info build /[... path to project ...]/node_modules/extract-zip/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/yauzl
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/nopt
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { nopt: './bin/nopt.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/which
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { which: './bin/which' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/source-map
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/yargs-parser
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'camelcase' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/yargs-parser/node_modules/camelcase
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spawn-rx
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'debug', 'ms' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/spawn-rx/node_modules/ms
npm info build /[... path to project ...]/node_modules/spawn-rx/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/spawn-rx/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/spawn-rx/node_modules/ms
npm info build /[... path to project ...]/node_modules/spawn-rx/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/electron-rebuild
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'electron-rebuild': 'lib/src/cli.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ 'debug', 'fs-extra', 'jsonfile', 'ms' ]
npm verb rebuild bundle /[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb rebuild bundle /[... path to project ...]/node_modules/electron-rebuild/node_modules/ms
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/debug
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/electron-rebuild/node_modules/ms
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/ms
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/fs-extra
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build already built /[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile
npm info build /[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/node-gyp
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { 'node-gyp': './bin/node-gyp.js' },
npm verb linkBins   '/[... path to project ...]/node_modules/.bin',
npm verb linkBins   false ]
npm verb rebuildBundles [ '.bin', 'semver' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/node-gyp/node_modules/semver
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [ { semver: './bin/semver' },
npm verb linkBins   '/[... path to project ...]/node_modules/node-gyp/node_modules/.bin',
npm verb linkBins   false ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/yargs
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb rebuildBundles [ 'camelcase' ]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info build /[... path to project ...]/node_modules/yargs/node_modules/camelcase
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
[email protected] /[... path to project ...]/node_modules/keytar
[email protected] /[... path to project ...]/node_modules/nan
[email protected] /[... path to project ...]/node_modules/prebuild-install
[email protected] /[... path to project ...]/node_modules/detect-libc
[email protected] /[... path to project ...]/node_modules/expand-template
[email protected] /[... path to project ...]/node_modules/github-from-package
[email protected] /[... path to project ...]/node_modules/minimist
[email protected] /[... path to project ...]/node_modules/mkdirp
[email protected] /[... path to project ...]/node_modules/mkdirp/node_modules/minimist
[email protected] /[... path to project ...]/node_modules/napi-build-utils
[email protected] /[... path to project ...]/node_modules/node-abi
[email protected] /[... path to project ...]/node_modules/semver
[email protected] /[... path to project ...]/node_modules/noop-logger
[email protected] /[... path to project ...]/node_modules/npmlog
[email protected] /[... path to project ...]/node_modules/are-we-there-yet
[email protected] /[... path to project ...]/node_modules/delegates
[email protected] /[... path to project ...]/node_modules/readable-stream
[email protected] /[... path to project ...]/node_modules/core-util-is
[email protected] /[... path to project ...]/node_modules/inherits
[email protected] /[... path to project ...]/node_modules/isarray
[email protected] /[... path to project ...]/node_modules/process-nextick-args
[email protected] /[... path to project ...]/node_modules/safe-buffer
[email protected] /[... path to project ...]/node_modules/string_decoder
[email protected] /[... path to project ...]/node_modules/util-deprecate
[email protected] /[... path to project ...]/node_modules/console-control-strings
[email protected] /[... path to project ...]/node_modules/gauge
[email protected] /[... path to project ...]/node_modules/aproba
[email protected] /[... path to project ...]/node_modules/has-unicode
[email protected] /[... path to project ...]/node_modules/object-assign
[email protected] /[... path to project ...]/node_modules/signal-exit
[email protected] /[... path to project ...]/node_modules/string-width
[email protected] /[... path to project ...]/node_modules/code-point-at
[email protected] /[... path to project ...]/node_modules/is-fullwidth-code-point
[email protected] /[... path to project ...]/node_modules/number-is-nan
[email protected] /[... path to project ...]/node_modules/strip-ansi
[email protected] /[... path to project ...]/node_modules/ansi-regex
[email protected] /[... path to project ...]/node_modules/wide-align
[email protected] /[... path to project ...]/node_modules/set-blocking
[email protected] /[... path to project ...]/node_modules/os-homedir
[email protected] /[... path to project ...]/node_modules/pump
[email protected] /[... path to project ...]/node_modules/end-of-stream
[email protected] /[... path to project ...]/node_modules/once
[email protected] /[... path to project ...]/node_modules/wrappy
[email protected] /[... path to project ...]/node_modules/rc
[email protected] /[... path to project ...]/node_modules/deep-extend
[email protected] /[... path to project ...]/node_modules/ini
[email protected] /[... path to project ...]/node_modules/strip-json-comments
[email protected] /[... path to project ...]/node_modules/simple-get
[email protected] /[... path to project ...]/node_modules/decompress-response
[email protected] /[... path to project ...]/node_modules/mimic-response
[email protected] /[... path to project ...]/node_modules/simple-concat
[email protected] /[... path to project ...]/node_modules/tar-fs
[email protected] /[... path to project ...]/node_modules/chownr
[email protected] /[... path to project ...]/node_modules/tar-fs/node_modules/pump
[email protected] /[... path to project ...]/node_modules/tar-stream
[email protected] /[... path to project ...]/node_modules/bl
[email protected] /[... path to project ...]/node_modules/buffer-alloc
[email protected] /[... path to project ...]/node_modules/buffer-alloc-unsafe
[email protected] /[... path to project ...]/node_modules/buffer-fill
[email protected] /[... path to project ...]/node_modules/fs-constants
[email protected] /[... path to project ...]/node_modules/to-buffer
[email protected] /[... path to project ...]/node_modules/xtend
[email protected] /[... path to project ...]/node_modules/tunnel-agent
[email protected] /[... path to project ...]/node_modules/which-pm-runs
[email protected] /[... path to project ...]/node_modules/mapbox-gl
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/geojson-types
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/jsonlint-lines-primitives
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/mapbox-gl-supported
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/point-geometry
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/tiny-sdf
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/unitbezier
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/vector-tile
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/whoots-js
[email protected] /[... path to project ...]/node_modules/brfs
[email protected] /[... path to project ...]/node_modules/quote-stream
[email protected] /[... path to project ...]/node_modules/buffer-equal
[email protected] /[... path to project ...]/node_modules/through2
[email protected] /[... path to project ...]/node_modules/resolve
[email protected] /[... path to project ...]/node_modules/path-parse
[email protected] /[... path to project ...]/node_modules/static-module
[email protected] /[... path to project ...]/node_modules/concat-stream
[email protected] /[... path to project ...]/node_modules/buffer-from
[email protected] /[... path to project ...]/node_modules/typedarray
[email protected] /[... path to project ...]/node_modules/convert-source-map
[email protected] /[... path to project ...]/node_modules/duplexer2
[email protected] /[... path to project ...]/node_modules/escodegen
[email protected] /[... path to project ...]/node_modules/esprima
[email protected] /[... path to project ...]/node_modules/estraverse
[email protected] /[... path to project ...]/node_modules/esutils
[email protected] /[... path to project ...]/node_modules/optionator
[email protected] /[... path to project ...]/node_modules/deep-is
[email protected] /[... path to project ...]/node_modules/fast-levenshtein
[email protected] /[... path to project ...]/node_modules/levn
[email protected] /[... path to project ...]/node_modules/prelude-ls
[email protected] /[... path to project ...]/node_modules/type-check
[email protected] /[... path to project ...]/node_modules/wordwrap
[email protected] /[... path to project ...]/node_modules/falafel
[email protected] /[... path to project ...]/node_modules/acorn
[email protected] /[... path to project ...]/node_modules/foreach
[email protected] /[... path to project ...]/node_modules/falafel/node_modules/isarray
[email protected] /[... path to project ...]/node_modules/object-keys
[email protected] /[... path to project ...]/node_modules/has
[email protected] /[... path to project ...]/node_modules/function-bind
[email protected] /[... path to project ...]/node_modules/magic-string
[email protected] /[... path to project ...]/node_modules/vlq
[email protected] /[... path to project ...]/node_modules/merge-source-map
[email protected] /[... path to project ...]/node_modules/merge-source-map/node_modules/source-map
[email protected] /[... path to project ...]/node_modules/object-inspect
[email protected] /[... path to project ...]/node_modules/shallow-copy
[email protected] /[... path to project ...]/node_modules/static-eval
[email protected] /[... path to project ...]/node_modules/csscolorparser
[email protected] /[... path to project ...]/node_modules/earcut
[email protected] /[... path to project ...]/node_modules/geojson-rewind
@mapbox/[email protected] /[... path to project ...]/node_modules/@mapbox/geojson-area
[email protected] /[... path to project ...]/node_modules/wgs84
[email protected] /[... path to project ...]/node_modules/sharkdown
[email protected] /[... path to project ...]/node_modules/cardinal
[email protected] /[... path to project ...]/node_modules/ansicolors
[email protected] /[... path to project ...]/node_modules/redeyed
[email protected] /[... path to project ...]/node_modules/redeyed/node_modules/esprima
[email protected] /[... path to project ...]/node_modules/expect.js
[email protected] /[... path to project ...]/node_modules/sharkdown/node_modules/minimist
[email protected] /[... path to project ...]/node_modules/split
[email protected] /[... path to project ...]/node_modules/through
[email protected] /[... path to project ...]/node_modules/stream-spigot
[email protected] /[... path to project ...]/node_modules/stream-spigot/node_modules/readable-stream
[email protected] /[... path to project ...]/node_modules/stream-spigot/node_modules/isarray
[email protected] /[... path to project ...]/node_modules/stream-spigot/node_modules/string_decoder
[email protected] /[... path to project ...]/node_modules/geojson-vt
[email protected] /[... path to project ...]/node_modules/gl-matrix
[email protected] /[... path to project ...]/node_modules/grid-index
[email protected] /[... path to project ...]/node_modules/mapbox-gl/node_modules/minimist
[email protected] /[... path to project ...]/node_modules/murmurhash-js
[email protected] /[... path to project ...]/node_modules/pbf
[email protected] /[... path to project ...]/node_modules/ieee754
[email protected] /[... path to project ...]/node_modules/resolve-protobuf-schema
[email protected] /[... path to project ...]/node_modules/protocol-buffers-schema
[email protected] /[... path to project ...]/node_modules/potpack
[email protected] /[... path to project ...]/node_modules/quickselect
[email protected] /[... path to project ...]/node_modules/rw
[email protected] /[... path to project ...]/node_modules/supercluster
[email protected] /[... path to project ...]/node_modules/kdbush
[email protected] /[... path to project ...]/node_modules/tinyqueue
[email protected] /[... path to project ...]/node_modules/vt-pbf
[email protected] /[... path to project ...]/node_modules/abbrev
@types/[email protected] /[... path to project ...]/node_modules/@types/node
[email protected] /[... path to project ...]/node_modules/ansi-styles
[email protected] /[... path to project ...]/node_modules/color-convert
[email protected] /[... path to project ...]/node_modules/color-name
[email protected] /[... path to project ...]/node_modules/array-find-index
[email protected] /[... path to project ...]/node_modules/asynckit
[email protected] /[... path to project ...]/node_modules/assert-plus
[email protected] /[... path to project ...]/node_modules/aws-sign2
[email protected] /[... path to project ...]/node_modules/balanced-match
[email protected] /[... path to project ...]/node_modules/asn1
[email protected] /[... path to project ...]/node_modules/safer-buffer
[email protected] /[... path to project ...]/node_modules/bcrypt-pbkdf
[email protected] /[... path to project ...]/node_modules/tweetnacl
[email protected] /[... path to project ...]/node_modules/brace-expansion
[email protected] /[... path to project ...]/node_modules/concat-map
[email protected] /[... path to project ...]/node_modules/block-stream
[email protected] /[... path to project ...]/node_modules/builtin-modules
[email protected] /[... path to project ...]/node_modules/camelcase
[email protected] /[... path to project ...]/node_modules/camelcase-keys
[email protected] /[... path to project ...]/node_modules/map-obj
[email protected] /[... path to project ...]/node_modules/caseless
[email protected] /[... path to project ...]/node_modules/cli-spinners
[email protected] /[... path to project ...]/node_modules/cli-cursor
[email protected] /[... path to project ...]/node_modules/restore-cursor
[email protected] /[... path to project ...]/node_modules/onetime
[email protected] /[... path to project ...]/node_modules/mimic-fn
[email protected] /[... path to project ...]/node_modules/cliui
[email protected] /[... path to project ...]/node_modules/wrap-ansi
[email protected] /[... path to project ...]/node_modules/co
[email protected] /[... path to project ...]/node_modules/colors
[email protected] /[... path to project ...]/node_modules/combined-stream
[email protected] /[... path to project ...]/node_modules/delayed-stream
[email protected] /[... path to project ...]/node_modules/currently-unhandled
[email protected] /[... path to project ...]/node_modules/decamelize
[email protected] /[... path to project ...]/node_modules/ecc-jsbn
[email protected] /[... path to project ...]/node_modules/jsbn
[email protected] /[... path to project ...]/node_modules/escape-string-regexp
[email protected] /[... path to project ...]/node_modules/env-paths
[email protected] /[... path to project ...]/node_modules/error-ex
[email protected] /[... path to project ...]/node_modules/is-arrayish
[email protected] /[... path to project ...]/node_modules/extend
[email protected] /[... path to project ...]/node_modules/extsprintf
[email protected] /[... path to project ...]/node_modules/fast-deep-equal
[email protected] /[... path to project ...]/node_modules/fast-json-stable-stringify
[email protected] /[... path to project ...]/node_modules/fd-slicer
[email protected] /[... path to project ...]/node_modules/pend
[email protected] /[... path to project ...]/node_modules/forever-agent
[email protected] /[... path to project ...]/node_modules/fstream
[email protected] /[... path to project ...]/node_modules/graceful-fs
[email protected] /[... path to project ...]/node_modules/rimraf
[email protected] /[... path to project ...]/node_modules/glob
[email protected] /[... path to project ...]/node_modules/fs.realpath
[email protected] /[... path to project ...]/node_modules/inflight
[email protected] /[... path to project ...]/node_modules/minimatch
[email protected] /[... path to project ...]/node_modules/path-is-absolute
[email protected] /[... path to project ...]/node_modules/getpass
[email protected] /[... path to project ...]/node_modules/get-caller-file
[email protected] /[... path to project ...]/node_modules/get-stdin
[email protected] /[... path to project ...]/node_modules/har-schema
[email protected] /[... path to project ...]/node_modules/har-validator
[email protected] /[... path to project ...]/node_modules/ajv
[email protected] /[... path to project ...]/node_modules/json-schema-traverse
[email protected] /[... path to project ...]/node_modules/has-flag
[email protected] /[... path to project ...]/node_modules/http-signature
[email protected] /[... path to project ...]/node_modules/jsprim
[email protected] /[... path to project ...]/node_modules/json-schema
[email protected] /[... path to project ...]/node_modules/verror
[email protected] /[... path to project ...]/node_modules/sshpk
[email protected] /[... path to project ...]/node_modules/dashdash
[email protected] /[... path to project ...]/node_modules/hosted-git-info
[email protected] /[... path to project ...]/node_modules/indent-string
[email protected] /[... path to project ...]/node_modules/repeating
[email protected] /[... path to project ...]/node_modules/is-finite
[email protected] /[... path to project ...]/node_modules/invert-kv
[email protected] /[... path to project ...]/node_modules/is-builtin-module
[email protected] /[... path to project ...]/node_modules/is-typedarray
[email protected] /[... path to project ...]/node_modules/is-utf8
[email protected] /[... path to project ...]/node_modules/isstream
[email protected] /[... path to project ...]/node_modules/isexe
[email protected] /[... path to project ...]/node_modules/json-stringify-safe
[email protected] /[... path to project ...]/node_modules/jsonfile
[email protected] /[... path to project ...]/node_modules/lodash.assign
[email protected] /[... path to project ...]/node_modules/lcid
[email protected] /[... path to project ...]/node_modules/load-json-file
[email protected] /[... path to project ...]/node_modules/parse-json
[email protected] /[... path to project ...]/node_modules/pify
[email protected] /[... path to project ...]/node_modules/pinkie-promise
[email protected] /[... path to project ...]/node_modules/pinkie
[email protected] /[... path to project ...]/node_modules/strip-bom
[email protected] /[... path to project ...]/node_modules/loud-rejection
[email protected] /[... path to project ...]/node_modules/log-symbols
[email protected] /[... path to project ...]/node_modules/chalk
[email protected] /[... path to project ...]/node_modules/supports-color
[email protected] /[... path to project ...]/node_modules/meow
[email protected] /[... path to project ...]/node_modules/normalize-package-data
[email protected] /[... path to project ...]/node_modules/validate-npm-package-license
[email protected] /[... path to project ...]/node_modules/spdx-correct
[email protected] /[... path to project ...]/node_modules/spdx-expression-parse
[email protected] /[... path to project ...]/node_modules/spdx-exceptions
[email protected] /[... path to project ...]/node_modules/spdx-license-ids
[email protected] /[... path to project ...]/node_modules/read-pkg-up
[email protected] /[... path to project ...]/node_modules/find-up
[email protected] /[... path to project ...]/node_modules/find-up/node_modules/path-exists
[email protected] /[... path to project ...]/node_modules/read-pkg
[email protected] /[... path to project ...]/node_modules/path-type
[email protected] /[... path to project ...]/node_modules/redent
[email protected] /[... path to project ...]/node_modules/strip-indent
[email protected] /[... path to project ...]/node_modules/trim-newlines
[email protected] /[... path to project ...]/node_modules/mime-types
[email protected] /[... path to project ...]/node_modules/mime-db
[email protected] /[... path to project ...]/node_modules/ms
[email protected] /[... path to project ...]/node_modules/oauth-sign
[email protected] /[... path to project ...]/node_modules/os-locale
[email protected] /[... path to project ...]/node_modules/ora
[email protected] /[... path to project ...]/node_modules/osenv
[email protected] /[... path to project ...]/node_modules/os-tmpdir
[email protected] /[... path to project ...]/node_modules/path-exists
[email protected] /[... path to project ...]/node_modules/performance-now
[email protected] /[... path to project ...]/node_modules/psl
[email protected] /[... path to project ...]/node_modules/punycode
[email protected] /[... path to project ...]/node_modules/require-directory
[email protected] /[... path to project ...]/node_modules/require-main-filename
[email protected] /[... path to project ...]/node_modules/rxjs
[email protected] /[... path to project ...]/node_modules/symbol-observable
[email protected] /[... path to project ...]/node_modules/single-line-log
[email protected] /[... path to project ...]/node_modules/speedometer
[email protected] /[... path to project ...]/node_modules/tar
[email protected] /[... path to project ...]/node_modules/throttleit
[email protected] /[... path to project ...]/node_modules/universalify
[email protected] /[... path to project ...]/node_modules/which-module
[email protected] /[... path to project ...]/node_modules/y18n
[email protected] /[... path to project ...]/node_modules/electron
[email protected] /[... path to project ...]/node_modules/electron-download
[email protected] /[... path to project ...]/node_modules/debug
[email protected] /[... path to project ...]/node_modules/fs-extra
[email protected] /[... path to project ...]/node_modules/nugget
[email protected] /[... path to project ...]/node_modules/nugget/node_modules/debug
[email protected] /[... path to project ...]/node_modules/nugget/node_modules/ms
[email protected] /[... path to project ...]/node_modules/pretty-bytes
[email protected] /[... path to project ...]/node_modules/progress-stream
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/through2
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/readable-stream
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/isarray
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/string_decoder
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/xtend
[email protected] /[... path to project ...]/node_modules/progress-stream/node_modules/object-keys
[email protected] /[... path to project ...]/node_modules/request
[email protected] /[... path to project ...]/node_modules/aws4
[email protected] /[... path to project ...]/node_modules/form-data
[email protected] /[... path to project ...]/node_modules/form-data/node_modules/combined-stream
[email protected] /[... path to project ...]/node_modules/qs
[email protected] /[... path to project ...]/node_modules/tough-cookie
[email protected] /[... path to project ...]/node_modules/uuid
[email protected] /[... path to project ...]/node_modules/sumchecker
[email protected] /[... path to project ...]/node_modules/sumchecker/node_modules/debug
[email protected] /[... path to project ...]/node_modules/sumchecker/node_modules/ms
[email protected] /[... path to project ...]/node_modules/extract-zip
[email protected] /[... path to project ...]/node_modules/extract-zip/node_modules/debug
[email protected] /[... path to project ...]/node_modules/extract-zip/node_modules/ms
[email protected] /[... path to project ...]/node_modules/yauzl
[email protected] /[... path to project ...]/node_modules/nopt
[email protected] /[... path to project ...]/node_modules/which
[email protected] /[... path to project ...]/node_modules/source-map
[email protected] /[... path to project ...]/node_modules/yargs-parser
[email protected] /[... path to project ...]/node_modules/yargs-parser/node_modules/camelcase
[email protected] /[... path to project ...]/node_modules/spawn-rx
[email protected] /[... path to project ...]/node_modules/spawn-rx/node_modules/debug
[email protected] /[... path to project ...]/node_modules/spawn-rx/node_modules/ms
[email protected] /[... path to project ...]/node_modules/electron-rebuild
[email protected] /[... path to project ...]/node_modules/electron-rebuild/node_modules/debug
[email protected] /[... path to project ...]/node_modules/electron-rebuild/node_modules/ms
[email protected] /[... path to project ...]/node_modules/electron-rebuild/node_modules/fs-extra
[email protected] /[... path to project ...]/node_modules/electron-rebuild/node_modules/jsonfile
[email protected] /[... path to project ...]/node_modules/node-gyp
[email protected] /[... path to project ...]/node_modules/node-gyp/node_modules/semver
[email protected] /[... path to project ...]/node_modules/yargs
[email protected] /[... path to project ...]/node_modules/yargs/node_modules/camelcase
npm verb exit [ 0, true ]
npm timing npm Completed in 1989ms
npm info ok 

@rolandhegedus
Copy link

did you run electron rebuild either?

@rolandhegedus
Copy link

rolandhegedus commented Oct 17, 2018

ok, so i solved exactly the same issue.

Remove node_modules in your projects directory. (rm -rf ./node_modules/)
Remove package-lock.json and/or yarn.lock.
Reinstall modules with yarn or npm (yarn install)
Reinstall electron-rebuild (yarn add electron-rebuild)
Run electron-rebuild (./node_modules/.bin/electron-rebuild)

It will rebuild keytar and will work again.

o7

@jorgej-ramos
Copy link
Author

ok, so i solved exactly the same issue.

Remove node_modules in your projects directory. (rm -rf ./node_modules/)
Remove package-lock.json and/or yarn.lock.
Reinstall modules with yarn or npm (yarn install)
Reinstall electron-rebuild (yarn add electron-rebuild)
Run electron-rebuild (./node_modules/.bin/electron-rebuild)

It will rebuild keytar and will work again.

o7

Yes, this is the solution. Thank you @rolandhegedus :)

@rolandhegedus
Copy link

rolandhegedus commented Oct 18, 2018 via email

@nixklai
Copy link

nixklai commented Jan 16, 2019

I have tried the steps but to no avail.
However, I succeeded by forcefully rebuilding keytar with electron-rebuild -f -o keytar. I thus believe it may have something to do with electron-builder and the electron-builder install-app-deps command which a wrong version of keytar may have included.

@geakstr
Copy link

geakstr commented Jan 24, 2019

Doesn't work for me neither @rolandhegedus nor @nixklai workarounds. I get exactly as issuestarter error. macOS 10.14.2, Electron 4.0.2, Keytar 4.3.0.

@geakstr
Copy link

geakstr commented Jan 24, 2019

But works with Keytar 4.2.1, found here #133

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants