LivePersonInc / kafka-java-bridge

Nodejs high level kafka 0.8 consumer API
MIT License
33 stars 15 forks source link

Cannot find module '../build/jvm_dll_path.json - Installation Problem? #12

Closed fsck-mount closed 7 years ago

fsck-mount commented 7 years ago

Hi @1ManSmoking

I've installed using npm. I'm getting the following error:

how to fix this?


Error: Cannot find module '../build/jvm_dll_path.json'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Function.cls_wrapMethod [as _load] (/root/test_kafka_java/node_modules/newrelic/lib/shimmer.js:256:38)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/root/test_kafka_java/node_modules/java/lib/nodeJavaBridge.js:3:21)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)

I removed node_modules/kafka-java-bridge, and then tried to install it again, this time, it says:

root@NodeServer:~/test_kafka_java# npm install kafka-java-bridge

> kafka-java-bridge@0.2.7 postinstall /root/test_kafka_java/node_modules/kafka-java-bridge
> node ./scripts/postinstall.js

module.js:471
    throw err;
    ^

Error: Cannot find module '/root/test_kafka_java/node_modules/kafka-java-bridge/scripts/postinstall.js'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.runMain (module.js:604:10)
    at run (bootstrap_node.js:393:7)
    at startup (bootstrap_node.js:150:9)
    at bootstrap_node.js:508:3
npm WARN express-parameters@ No description
npm WARN express-parameters@ No repository field.
npm WARN express-parameters@ No license field.
npm ERR! Linux 4.4.0-71-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "kafka-java-bridge"
npm ERR! node v6.10.1
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! kafka-java-bridge@0.2.7 postinstall: `node ./scripts/postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the kafka-java-bridge@0.2.7 postinstall script 'node ./scripts/postinstall.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the kafka-java-bridge package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./scripts/postinstall.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs kafka-java-bridge
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls kafka-java-bridge
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /root/test_kafka_java/npm-debug.log

Here is npm log:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli   '/usr/bin/npm',
1 verbose cli   'install',
1 verbose cli   'kafka-java-bridge' ]
2 info using npm@3.10.10
3 info using node@v6.10.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData kafka-java-bridge
8 silly fetchNamedPackageData kafka-java-bridge
9 silly mapToRegistry name kafka-java-bridge
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry   raw: 'kafka-java-bridge',
12 silly mapToRegistry   scope: null,
12 silly mapToRegistry   escapedName: 'kafka-java-bridge',
12 silly mapToRegistry   name: 'kafka-java-bridge',
12 silly mapToRegistry   rawSpec: '',
12 silly mapToRegistry   spec: 'latest',
12 silly mapToRegistry   type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/kafka-java-bridge
14 verbose request uri https://registry.npmjs.org/kafka-java-bridge
15 verbose request no auth needed
16 info attempt registry request try #1 at 7:58:12 AM
17 verbose request id e2dd097125f77227
18 verbose etag W/"58e60d09-d4d2"
19 verbose lastModified Thu, 06 Apr 2017 09:40:25 GMT
20 http request GET https://registry.npmjs.org/kafka-java-bridge
21 http 304 https://registry.npmjs.org/kafka-java-bridge
22 verbose headers { date: 'Sat, 22 Apr 2017 07:58:13 GMT',
22 verbose headers   via: '1.1 varnish',
22 verbose headers   'cache-control': 'max-age=300',
22 verbose headers   etag: 'W/"58e60d09-d4d2"',
22 verbose headers   age: '0',
22 verbose headers   connection: 'keep-alive',
22 verbose headers   'x-served-by': 'cache-sin18020-SIN',
22 verbose headers   'x-cache': 'HIT',
22 verbose headers   'x-cache-hits': '1',
22 verbose headers   'x-timer': 'S1492847893.019151,VS0,VE105',
22 verbose headers   vary: 'Accept-Encoding' }
23 silly get cb [ 304,
23 silly get   { date: 'Sat, 22 Apr 2017 07:58:13 GMT',
23 silly get     via: '1.1 varnish',
23 silly get     'cache-control': 'max-age=300',
23 silly get     etag: 'W/"58e60d09-d4d2"',
23 silly get     age: '0',
23 silly get     connection: 'keep-alive',
23 silly get     'x-served-by': 'cache-sin18020-SIN',
23 silly get     'x-cache': 'HIT',
23 silly get     'x-cache-hits': '1',
23 silly get     'x-timer': 'S1492847893.019151,VS0,VE105',
23 silly get     vary: 'Accept-Encoding' } ]
24 verbose etag https://registry.npmjs.org/kafka-java-bridge from cache
25 verbose get saving kafka-java-bridge to /root/.npm/registry.npmjs.org/kafka-java-bridge/.cache.json
26 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
27 silly install normalizeTree
28 silly loadCurrentTree Finishing
29 silly loadIdealTree Starting
30 silly install loadIdealTree
31 silly cloneCurrentTree Starting
32 silly install cloneCurrentTreeToIdealTree
33 silly cloneCurrentTree Finishing
34 silly loadShrinkwrap Starting
35 silly install loadShrinkwrap
36 silly loadShrinkwrap Finishing
37 silly loadAllDepsIntoIdealTree Starting
38 silly install loadAllDepsIntoIdealTree
39 silly resolveWithNewModule kafka-java-bridge@0.2.7 checking installable status
40 silly cache add args [ 'kafka-java-bridge', null ]
41 verbose cache add spec kafka-java-bridge
42 silly cache add parsed spec Result {
42 silly cache add   raw: 'kafka-java-bridge',
42 silly cache add   scope: null,
42 silly cache add   escapedName: 'kafka-java-bridge',
42 silly cache add   name: 'kafka-java-bridge',
42 silly cache add   rawSpec: '',
42 silly cache add   spec: 'latest',
42 silly cache add   type: 'tag' }
43 silly addNamed kafka-java-bridge@latest
44 verbose addNamed "latest" is being treated as a dist-tag for kafka-java-bridge
45 info addNameTag [ 'kafka-java-bridge', 'latest' ]
46 silly mapToRegistry name kafka-java-bridge
47 silly mapToRegistry using default registry
48 silly mapToRegistry registry https://registry.npmjs.org/
49 silly mapToRegistry data Result {
49 silly mapToRegistry   raw: 'kafka-java-bridge',
49 silly mapToRegistry   scope: null,
49 silly mapToRegistry   escapedName: 'kafka-java-bridge',
49 silly mapToRegistry   name: 'kafka-java-bridge',
49 silly mapToRegistry   rawSpec: '',
49 silly mapToRegistry   spec: 'latest',
49 silly mapToRegistry   type: 'tag' }
50 silly mapToRegistry uri https://registry.npmjs.org/kafka-java-bridge
51 verbose addNameTag registry:https://registry.npmjs.org/kafka-java-bridge not in flight; fetching
52 verbose get https://registry.npmjs.org/kafka-java-bridge not expired, no request
53 silly addNameTag next cb for kafka-java-bridge with tag latest
54 silly addNamed kafka-java-bridge@0.2.7
55 verbose addNamed "0.2.7" is a plain semver version for kafka-java-bridge
56 silly cache afterAdd kafka-java-bridge@0.2.7
57 verbose afterAdd /root/.npm/kafka-java-bridge/0.2.7/package/package.json not in flight; writing
58 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
59 verbose afterAdd /root/.npm/kafka-java-bridge/0.2.7/package/package.json written
60 silly loadAllDepsIntoIdealTree Finishing
61 silly loadIdealTree Finishing
62 silly currentTree express-parameters@
62 silly currentTree +-- @newrelic/native-metrics@1.0.0
62 silly currentTree +-- abbrev@1.1.0
62 silly currentTree +-- accepts@1.1.4
62 silly currentTree | +-- mime-db@1.12.0
62 silly currentTree | `-- mime-types@2.0.14
62 silly currentTree +-- ajv@4.11.5
62 silly currentTree +-- ansi-regex@2.1.1
62 silly currentTree +-- app-root-path@2.0.1
62 silly currentTree +-- aproba@1.1.1
62 silly currentTree +-- are-we-there-yet@1.1.2
62 silly currentTree +-- array-index@1.0.0
62 silly currentTree +-- asn1@0.2.3
62 silly currentTree +-- assert-plus@0.2.0
62 silly currentTree +-- async@1.5.2
62 silly currentTree +-- asynckit@0.4.0
62 silly currentTree +-- aws-sign2@0.6.0
62 silly currentTree +-- aws4@1.6.0
62 silly currentTree +-- balanced-match@0.4.2
62 silly currentTree +-- bcrypt-pbkdf@1.0.1
62 silly currentTree +-- binary@0.3.0
62 silly currentTree +-- bindings@1.2.1
62 silly currentTree +-- block-stream@0.0.9
62 silly currentTree +-- bluebird@3.5.0
62 silly currentTree +-- body-parser@1.17.1
62 silly currentTree | +-- debug@2.6.1
62 silly currentTree | +-- depd@1.1.0
62 silly currentTree | +-- ee-first@1.1.1
62 silly currentTree | +-- on-finished@2.3.0
62 silly currentTree | `-- type-is@1.6.14
62 silly currentTree +-- boom@2.10.1
62 silly currentTree +-- brace-expansion@1.1.6
62 silly currentTree +-- buffer-crc32@0.2.13
62 silly currentTree +-- buffer-shims@1.0.0
62 silly currentTree +-- buffermaker@1.2.0
62 silly currentTree +-- buffers@0.1.1
62 silly currentTree +-- bytes@2.4.0
62 silly currentTree +-- caseless@0.12.0
62 silly currentTree +-- chainsaw@0.1.0
62 silly currentTree +-- cluster-key-slot@1.0.8
62 silly currentTree +-- co@4.6.0
62 silly currentTree +-- code-point-at@1.1.0
62 silly currentTree +-- combined-stream@1.0.5
62 silly currentTree +-- concat-map@0.0.1
62 silly currentTree +-- console-control-strings@1.1.0
62 silly currentTree +-- content-disposition@0.5.0
62 silly currentTree +-- content-type@1.0.2
62 silly currentTree +-- cookie-signature@1.0.5
62 silly currentTree +-- cookie@0.1.2
62 silly currentTree +-- core-util-is@1.0.2
62 silly currentTree +-- crc@3.2.1
62 silly currentTree +-- cryptiles@2.0.5
62 silly currentTree +-- csvtojson@1.1.4
62 silly currentTree +-- d@1.0.0
62 silly currentTree +-- dashdash@1.14.1
62 silly currentTree | `-- assert-plus@1.0.0
62 silly currentTree +-- debug@2.6.3
62 silly currentTree +-- deep-extend@0.4.1
62 silly currentTree +-- delayed-stream@1.0.0
62 silly currentTree +-- delegates@1.0.0
62 silly currentTree +-- depd@1.1.0
62 silly currentTree +-- destroy@1.0.3
62 silly currentTree +-- double-ended-queue@2.1.0-0
62 silly currentTree +-- ecc-jsbn@0.1.1
62 silly currentTree +-- ee-first@1.1.1
62 silly currentTree +-- es5-ext@0.10.15
62 silly currentTree +-- es6-iterator@2.0.1
62 silly currentTree +-- es6-symbol@3.1.1
62 silly currentTree +-- escape-html@1.0.1
62 silly currentTree +-- etag@1.5.1
62 silly currentTree +-- express@4.10.8
62 silly currentTree | +-- debug@2.1.3
62 silly currentTree | +-- depd@1.0.1
62 silly currentTree | +-- ee-first@1.1.0
62 silly currentTree | +-- mime-db@1.12.0
62 silly currentTree | +-- mime-types@2.0.14
62 silly currentTree | +-- ms@0.7.0
62 silly currentTree | +-- on-finished@2.2.1
62 silly currentTree | +-- qs@2.3.3
62 silly currentTree | `-- type-is@1.5.7
62 silly currentTree +-- extend@3.0.0
62 silly currentTree +-- extsprintf@1.0.2
62 silly currentTree +-- finalhandler@0.3.3
62 silly currentTree | +-- debug@2.1.3
62 silly currentTree | +-- ee-first@1.1.0
62 silly currentTree | +-- ms@0.7.0
62 silly currentTree | `-- on-finished@2.2.1
62 silly currentTree +-- find-java-home@0.1.3
62 silly currentTree | `-- which@1.0.9
62 silly currentTree +-- flexbuffer@0.0.6
62 silly currentTree +-- forever-agent@0.6.1
62 silly currentTree +-- form-data@2.1.2
62 silly currentTree +-- forwarded@0.1.0
62 silly currentTree +-- fresh@0.2.4
62 silly currentTree +-- fs.realpath@1.0.0
62 silly currentTree +-- fstream-ignore@1.0.5
62 silly currentTree +-- fstream@1.0.11
62 silly currentTree +-- gauge@2.7.3
62 silly currentTree +-- getpass@0.1.6
62 silly currentTree | `-- assert-plus@1.0.0
62 silly currentTree +-- glob@7.1.1
62 silly currentTree +-- graceful-fs@4.1.11
62 silly currentTree +-- har-schema@1.0.5
62 silly currentTree +-- har-validator@4.2.1
62 silly currentTree +-- has-color@0.1.7
62 silly currentTree +-- has-unicode@2.0.1
62 silly currentTree +-- hawk@3.1.3
62 silly currentTree +-- hoek@2.16.3
62 silly currentTree +-- http-errors@1.6.1
62 silly currentTree | `-- depd@1.1.0
62 silly currentTree +-- http-signature@1.1.1
62 silly currentTree +-- iconv-lite@0.4.15
62 silly currentTree +-- inflight@1.0.6
62 silly currentTree +-- inherits@2.0.3
62 silly currentTree +-- ini@1.3.4
62 silly currentTree +-- ioredis@2.5.0
62 silly currentTree +-- ipaddr.js@1.0.5
62 silly currentTree +-- is-fullwidth-code-point@1.0.0
62 silly currentTree +-- is-typedarray@1.0.0
62 silly currentTree +-- isarray@1.0.0
62 silly currentTree +-- isexe@2.0.0
62 silly currentTree +-- isstream@0.1.2
62 silly currentTree +-- java@0.8.0
62 silly currentTree | +-- async@2.0.1
62 silly currentTree | +-- lodash@4.16.4
62 silly currentTree | `-- nan@2.4.0
62 silly currentTree +-- jodid25519@1.0.2
62 silly currentTree +-- jsbn@0.1.1
62 silly currentTree +-- json-schema@0.2.3
62 silly currentTree +-- json-stable-stringify@1.0.1
62 silly currentTree +-- json-stringify-safe@5.0.1
62 silly currentTree +-- jsonify@0.0.0
62 silly currentTree +-- jsprim@1.4.0
62 silly currentTree | `-- assert-plus@1.0.0
62 silly currentTree +-- kafka-node@1.6.0
62 silly currentTree +-- lodash@4.17.4
62 silly currentTree +-- long@1.1.2
62 silly currentTree +-- media-typer@0.3.0
62 silly currentTree +-- merge-descriptors@0.0.2
62 silly currentTree +-- methods@1.1.1
62 silly currentTree +-- mime-db@1.27.0
62 silly currentTree +-- mime-types@2.1.15
62 silly currentTree +-- mime@1.2.11
62 silly currentTree +-- minimatch@3.0.3
62 silly currentTree +-- minimist@0.0.8
62 silly currentTree +-- mkdirp@0.5.1
62 silly currentTree +-- ms@0.7.2
62 silly currentTree +-- nan@2.5.1
62 silly currentTree +-- negotiator@0.4.9
62 silly currentTree +-- nested-error-stacks@2.0.0
62 silly currentTree +-- newrelic@1.37.2
62 silly currentTree | +-- concat-stream@1.6.0
62 silly currentTree | | +-- inherits@2.0.3
62 silly currentTree | | +-- readable-stream@2.2.2
62 silly currentTree | | | +-- buffer-shims@1.0.0
62 silly currentTree | | | +-- core-util-is@1.0.2
62 silly currentTree | | | +-- isarray@1.0.0
62 silly currentTree | | | +-- process-nextick-args@1.0.7
62 silly currentTree | | | +-- string_decoder@0.10.31
62 silly currentTree | | | `-- util-deprecate@1.0.2
62 silly currentTree | | `-- typedarray@0.0.6
62 silly currentTree | +-- https-proxy-agent@0.3.6
62 silly currentTree | | +-- agent-base@1.0.2
62 silly currentTree | | +-- debug@2.6.1
62 silly currentTree | | | `-- ms@0.7.2
62 silly currentTree | | `-- extend@3.0.0
62 silly currentTree | +-- isarray@0.0.1
62 silly currentTree | +-- json-stringify-safe@5.0.1
62 silly currentTree | +-- readable-stream@1.1.14
62 silly currentTree | | +-- core-util-is@1.0.2
62 silly currentTree | | +-- inherits@2.0.3
62 silly currentTree | | +-- isarray@0.0.1
62 silly currentTree | | `-- string_decoder@0.10.31
62 silly currentTree | `-- semver@5.3.0
62 silly currentTree +-- node-freegeoip@0.0.1
62 silly currentTree +-- node-gyp@3.4.0
62 silly currentTree | +-- gauge@2.6.0
62 silly currentTree | +-- nopt@3.0.6
62 silly currentTree | `-- npmlog@3.1.2
62 silly currentTree +-- node-int64@0.4.0
62 silly currentTree +-- node-pre-gyp@0.6.34
62 silly currentTree +-- node-zookeeper-client@0.2.2
62 silly currentTree | `-- async@0.2.10
62 silly currentTree +-- nopt@4.0.1
62 silly currentTree +-- npmlog@4.0.2
62 silly currentTree +-- number-is-nan@1.0.1
62 silly currentTree +-- oauth-sign@0.8.2
62 silly currentTree +-- object-assign@4.1.1
62 silly currentTree +-- on-finished@2.3.0
62 silly currentTree +-- once@1.4.0
62 silly currentTree +-- optional@0.1.3
62 silly currentTree +-- os-homedir@1.0.2
62 silly currentTree +-- os-tmpdir@1.0.2
62 silly currentTree +-- osenv@0.1.4
62 silly currentTree +-- parseurl@1.3.1
62 silly currentTree +-- path-array@1.0.1
62 silly currentTree +-- path-is-absolute@1.0.1
62 silly currentTree +-- path-to-regexp@0.1.3
62 silly currentTree +-- performance-now@0.2.0
62 silly currentTree +-- process-nextick-args@1.0.7
62 silly currentTree +-- proxy-addr@1.0.10
62 silly currentTree +-- punycode@1.4.1
62 silly currentTree +-- qs@6.4.0
62 silly currentTree +-- range-parser@1.0.3
62 silly currentTree +-- raw-body@2.2.0
62 silly currentTree +-- rc@1.2.0
62 silly currentTree | `-- minimist@1.2.0
62 silly currentTree +-- readable-stream@2.2.6
62 silly currentTree +-- redis-commands@1.3.1
62 silly currentTree +-- redis-parser@1.3.0
62 silly currentTree +-- request@2.81.0
62 silly currentTree +-- retry@0.10.1
62 silly currentTree +-- rimraf@2.6.1
62 silly currentTree +-- safe-buffer@5.0.1
62 silly currentTree +-- semver@5.3.0
62 silly currentTree +-- send@0.10.1
62 silly currentTree | +-- debug@2.1.3
62 silly currentTree | | `-- ms@0.7.0
62 silly currentTree | +-- depd@1.0.1
62 silly currentTree | +-- ee-first@1.1.0
62 silly currentTree | +-- ms@0.6.2
62 silly currentTree | `-- on-finished@2.1.1
62 silly currentTree +-- serve-static@1.7.2
62 silly currentTree +-- set-blocking@2.0.0
62 silly currentTree +-- setprototypeof@1.0.3
62 silly currentTree +-- signal-exit@3.0.2
62 silly currentTree +-- snappy@5.0.5
62 silly currentTree | `-- nan@2.3.5
62 silly currentTree +-- sntp@1.0.9
62 silly currentTree +-- sshpk@1.11.0
62 silly currentTree | `-- assert-plus@1.0.0
62 silly currentTree +-- statuses@1.3.1
62 silly currentTree +-- string_decoder@0.10.31
62 silly currentTree +-- string-width@1.0.2
62 silly currentTree +-- stringstream@0.0.5
62 silly currentTree +-- strip-ansi@3.0.1
62 silly currentTree +-- strip-json-comments@2.0.1
62 silly currentTree +-- tar-pack@3.4.0
62 silly currentTree +-- tar@2.2.1
62 silly currentTree +-- tough-cookie@2.3.2
62 silly currentTree +-- traverse@0.3.9
62 silly currentTree +-- tunnel-agent@0.6.0
62 silly currentTree +-- tweetnacl@0.14.5
62 silly currentTree +-- type-is@1.6.14
62 silly currentTree | `-- mime-types@2.1.15
62 silly currentTree +-- uid-number@0.0.6
62 silly currentTree +-- underscore@1.4.4
62 silly currentTree +-- unpipe@1.0.0
62 silly currentTree +-- util-deprecate@1.0.2
62 silly currentTree +-- utils-merge@1.0.0
62 silly currentTree +-- uuid@3.0.1
62 silly currentTree +-- vary@1.0.1
62 silly currentTree +-- verror@1.3.6
62 silly currentTree +-- which@1.2.14
62 silly currentTree +-- wide-align@1.1.0
62 silly currentTree `-- wrappy@1.0.2
63 silly idealTree express-parameters@
63 silly idealTree +-- @newrelic/native-metrics@1.0.0
63 silly idealTree +-- abbrev@1.1.0
63 silly idealTree +-- accepts@1.1.4
63 silly idealTree | +-- mime-db@1.12.0
63 silly idealTree | `-- mime-types@2.0.14
63 silly idealTree +-- ajv@4.11.5
63 silly idealTree +-- ansi-regex@2.1.1
63 silly idealTree +-- app-root-path@2.0.1
63 silly idealTree +-- aproba@1.1.1
63 silly idealTree +-- are-we-there-yet@1.1.2
63 silly idealTree +-- array-index@1.0.0
63 silly idealTree +-- asn1@0.2.3
63 silly idealTree +-- assert-plus@0.2.0
63 silly idealTree +-- async@1.5.2
63 silly idealTree +-- asynckit@0.4.0
63 silly idealTree +-- aws-sign2@0.6.0
63 silly idealTree +-- aws4@1.6.0
63 silly idealTree +-- balanced-match@0.4.2
63 silly idealTree +-- bcrypt-pbkdf@1.0.1
63 silly idealTree +-- binary@0.3.0
63 silly idealTree +-- bindings@1.2.1
63 silly idealTree +-- block-stream@0.0.9
63 silly idealTree +-- bluebird@3.5.0
63 silly idealTree +-- body-parser@1.17.1
63 silly idealTree | +-- debug@2.6.1
63 silly idealTree | +-- depd@1.1.0
63 silly idealTree | +-- ee-first@1.1.1
63 silly idealTree | +-- on-finished@2.3.0
63 silly idealTree | `-- type-is@1.6.14
63 silly idealTree +-- boom@2.10.1
63 silly idealTree +-- brace-expansion@1.1.6
63 silly idealTree +-- buffer-crc32@0.2.13
63 silly idealTree +-- buffer-shims@1.0.0
63 silly idealTree +-- buffermaker@1.2.0
63 silly idealTree +-- buffers@0.1.1
63 silly idealTree +-- bytes@2.4.0
63 silly idealTree +-- caseless@0.12.0
63 silly idealTree +-- chainsaw@0.1.0
63 silly idealTree +-- cluster-key-slot@1.0.8
63 silly idealTree +-- co@4.6.0
63 silly idealTree +-- code-point-at@1.1.0
63 silly idealTree +-- combined-stream@1.0.5
63 silly idealTree +-- concat-map@0.0.1
63 silly idealTree +-- console-control-strings@1.1.0
63 silly idealTree +-- content-disposition@0.5.0
63 silly idealTree +-- content-type@1.0.2
63 silly idealTree +-- cookie-signature@1.0.5
63 silly idealTree +-- cookie@0.1.2
63 silly idealTree +-- core-util-is@1.0.2
63 silly idealTree +-- crc@3.2.1
63 silly idealTree +-- cryptiles@2.0.5
63 silly idealTree +-- csvtojson@1.1.4
63 silly idealTree +-- d@1.0.0
63 silly idealTree +-- dashdash@1.14.1
63 silly idealTree | `-- assert-plus@1.0.0
63 silly idealTree +-- debug@2.6.3
63 silly idealTree +-- deep-extend@0.4.1
63 silly idealTree +-- delayed-stream@1.0.0
63 silly idealTree +-- delegates@1.0.0
63 silly idealTree +-- depd@1.1.0
63 silly idealTree +-- destroy@1.0.3
63 silly idealTree +-- double-ended-queue@2.1.0-0
63 silly idealTree +-- ecc-jsbn@0.1.1
63 silly idealTree +-- ee-first@1.1.1
63 silly idealTree +-- es5-ext@0.10.15
63 silly idealTree +-- es6-iterator@2.0.1
63 silly idealTree +-- es6-symbol@3.1.1
63 silly idealTree +-- escape-html@1.0.1
63 silly idealTree +-- etag@1.5.1
63 silly idealTree +-- express@4.10.8
63 silly idealTree | +-- debug@2.1.3
63 silly idealTree | +-- depd@1.0.1
63 silly idealTree | +-- ee-first@1.1.0
63 silly idealTree | +-- mime-db@1.12.0
63 silly idealTree | +-- mime-types@2.0.14
63 silly idealTree | +-- ms@0.7.0
63 silly idealTree | +-- on-finished@2.2.1
63 silly idealTree | +-- qs@2.3.3
63 silly idealTree | `-- type-is@1.5.7
63 silly idealTree +-- extend@3.0.0
63 silly idealTree +-- extsprintf@1.0.2
63 silly idealTree +-- finalhandler@0.3.3
63 silly idealTree | +-- debug@2.1.3
63 silly idealTree | +-- ee-first@1.1.0
63 silly idealTree | +-- ms@0.7.0
63 silly idealTree | `-- on-finished@2.2.1
63 silly idealTree +-- find-java-home@0.1.3
63 silly idealTree | `-- which@1.0.9
63 silly idealTree +-- flexbuffer@0.0.6
63 silly idealTree +-- forever-agent@0.6.1
63 silly idealTree +-- form-data@2.1.2
63 silly idealTree +-- forwarded@0.1.0
63 silly idealTree +-- fresh@0.2.4
63 silly idealTree +-- fs.realpath@1.0.0
63 silly idealTree +-- fstream-ignore@1.0.5
63 silly idealTree +-- fstream@1.0.11
63 silly idealTree +-- gauge@2.7.3
63 silly idealTree +-- getpass@0.1.6
63 silly idealTree | `-- assert-plus@1.0.0
63 silly idealTree +-- glob@7.1.1
63 silly idealTree +-- graceful-fs@4.1.11
63 silly idealTree +-- har-schema@1.0.5
63 silly idealTree +-- har-validator@4.2.1
63 silly idealTree +-- has-color@0.1.7
63 silly idealTree +-- has-unicode@2.0.1
63 silly idealTree +-- hawk@3.1.3
63 silly idealTree +-- hoek@2.16.3
63 silly idealTree +-- http-errors@1.6.1
63 silly idealTree | `-- depd@1.1.0
63 silly idealTree +-- http-signature@1.1.1
63 silly idealTree +-- iconv-lite@0.4.15
63 silly idealTree +-- inflight@1.0.6
63 silly idealTree +-- inherits@2.0.3
63 silly idealTree +-- ini@1.3.4
63 silly idealTree +-- ioredis@2.5.0
63 silly idealTree +-- ipaddr.js@1.0.5
63 silly idealTree +-- is-fullwidth-code-point@1.0.0
63 silly idealTree +-- is-typedarray@1.0.0
63 silly idealTree +-- isarray@1.0.0
63 silly idealTree +-- isexe@2.0.0
63 silly idealTree +-- isstream@0.1.2
63 silly idealTree +-- java@0.8.0
63 silly idealTree | +-- async@2.0.1
63 silly idealTree | +-- lodash@4.16.4
63 silly idealTree | `-- nan@2.4.0
63 silly idealTree +-- jodid25519@1.0.2
63 silly idealTree +-- jsbn@0.1.1
63 silly idealTree +-- json-schema@0.2.3
63 silly idealTree +-- json-stable-stringify@1.0.1
63 silly idealTree +-- json-stringify-safe@5.0.1
63 silly idealTree +-- jsonify@0.0.0
63 silly idealTree +-- jsprim@1.4.0
63 silly idealTree | `-- assert-plus@1.0.0
63 silly idealTree +-- kafka-java-bridge@0.2.7
63 silly idealTree +-- kafka-node@1.6.0
63 silly idealTree +-- lodash@4.17.4
63 silly idealTree +-- long@1.1.2
63 silly idealTree +-- media-typer@0.3.0
63 silly idealTree +-- merge-descriptors@0.0.2
63 silly idealTree +-- methods@1.1.1
63 silly idealTree +-- mime-db@1.27.0
63 silly idealTree +-- mime-types@2.1.15
63 silly idealTree +-- mime@1.2.11
63 silly idealTree +-- minimatch@3.0.3
63 silly idealTree +-- minimist@0.0.8
63 silly idealTree +-- mkdirp@0.5.1
63 silly idealTree +-- ms@0.7.2
63 silly idealTree +-- nan@2.5.1
63 silly idealTree +-- negotiator@0.4.9
63 silly idealTree +-- nested-error-stacks@2.0.0
63 silly idealTree +-- newrelic@1.37.2
63 silly idealTree | +-- concat-stream@1.6.0
63 silly idealTree | | +-- inherits@2.0.3
63 silly idealTree | | +-- readable-stream@2.2.2
63 silly idealTree | | | +-- buffer-shims@1.0.0
63 silly idealTree | | | +-- core-util-is@1.0.2
63 silly idealTree | | | +-- isarray@1.0.0
63 silly idealTree | | | +-- process-nextick-args@1.0.7
63 silly idealTree | | | +-- string_decoder@0.10.31
63 silly idealTree | | | `-- util-deprecate@1.0.2
63 silly idealTree | | `-- typedarray@0.0.6
63 silly idealTree | +-- https-proxy-agent@0.3.6
63 silly idealTree | | +-- agent-base@1.0.2
63 silly idealTree | | +-- debug@2.6.1
63 silly idealTree | | | `-- ms@0.7.2
63 silly idealTree | | `-- extend@3.0.0
63 silly idealTree | +-- isarray@0.0.1
63 silly idealTree | +-- json-stringify-safe@5.0.1
63 silly idealTree | +-- readable-stream@1.1.14
63 silly idealTree | | +-- core-util-is@1.0.2
63 silly idealTree | | +-- inherits@2.0.3
63 silly idealTree | | +-- isarray@0.0.1
63 silly idealTree | | `-- string_decoder@0.10.31
63 silly idealTree | `-- semver@5.3.0
63 silly idealTree +-- node-freegeoip@0.0.1
63 silly idealTree +-- node-gyp@3.4.0
63 silly idealTree | +-- gauge@2.6.0
63 silly idealTree | +-- nopt@3.0.6
63 silly idealTree | `-- npmlog@3.1.2
63 silly idealTree +-- node-int64@0.4.0
63 silly idealTree +-- node-pre-gyp@0.6.34
63 silly idealTree +-- node-zookeeper-client@0.2.2
63 silly idealTree | `-- async@0.2.10
63 silly idealTree +-- nopt@4.0.1
63 silly idealTree +-- npmlog@4.0.2
63 silly idealTree +-- number-is-nan@1.0.1
63 silly idealTree +-- oauth-sign@0.8.2
63 silly idealTree +-- object-assign@4.1.1
63 silly idealTree +-- on-finished@2.3.0
63 silly idealTree +-- once@1.4.0
63 silly idealTree +-- optional@0.1.3
63 silly idealTree +-- os-homedir@1.0.2
63 silly idealTree +-- os-tmpdir@1.0.2
63 silly idealTree +-- osenv@0.1.4
63 silly idealTree +-- parseurl@1.3.1
63 silly idealTree +-- path-array@1.0.1
63 silly idealTree +-- path-is-absolute@1.0.1
63 silly idealTree +-- path-to-regexp@0.1.3
63 silly idealTree +-- performance-now@0.2.0
63 silly idealTree +-- process-nextick-args@1.0.7
63 silly idealTree +-- proxy-addr@1.0.10
63 silly idealTree +-- punycode@1.4.1
63 silly idealTree +-- qs@6.4.0
63 silly idealTree +-- range-parser@1.0.3
63 silly idealTree +-- raw-body@2.2.0
63 silly idealTree +-- rc@1.2.0
63 silly idealTree | `-- minimist@1.2.0
63 silly idealTree +-- readable-stream@2.2.6
63 silly idealTree +-- redis-commands@1.3.1
63 silly idealTree +-- redis-parser@1.3.0
63 silly idealTree +-- request@2.81.0
63 silly idealTree +-- retry@0.10.1
63 silly idealTree +-- rimraf@2.6.1
63 silly idealTree +-- safe-buffer@5.0.1
63 silly idealTree +-- semver@5.3.0
63 silly idealTree +-- send@0.10.1
63 silly idealTree | +-- debug@2.1.3
63 silly idealTree | | `-- ms@0.7.0
63 silly idealTree | +-- depd@1.0.1
63 silly idealTree | +-- ee-first@1.1.0
63 silly idealTree | +-- ms@0.6.2
63 silly idealTree | `-- on-finished@2.1.1
63 silly idealTree +-- serve-static@1.7.2
63 silly idealTree +-- set-blocking@2.0.0
63 silly idealTree +-- setprototypeof@1.0.3
63 silly idealTree +-- signal-exit@3.0.2
63 silly idealTree +-- snappy@5.0.5
63 silly idealTree | `-- nan@2.3.5
63 silly idealTree +-- sntp@1.0.9
63 silly idealTree +-- sshpk@1.11.0
63 silly idealTree | `-- assert-plus@1.0.0
63 silly idealTree +-- statuses@1.3.1
63 silly idealTree +-- string_decoder@0.10.31
63 silly idealTree +-- string-width@1.0.2
63 silly idealTree +-- stringstream@0.0.5
63 silly idealTree +-- strip-ansi@3.0.1
63 silly idealTree +-- strip-json-comments@2.0.1
63 silly idealTree +-- tar-pack@3.4.0
63 silly idealTree +-- tar@2.2.1
63 silly idealTree +-- tough-cookie@2.3.2
63 silly idealTree +-- traverse@0.3.9
63 silly idealTree +-- tunnel-agent@0.6.0
63 silly idealTree +-- tweetnacl@0.14.5
63 silly idealTree +-- type-is@1.6.14
63 silly idealTree | `-- mime-types@2.1.15
63 silly idealTree +-- uid-number@0.0.6
63 silly idealTree +-- underscore@1.4.4
63 silly idealTree +-- unpipe@1.0.0
63 silly idealTree +-- util-deprecate@1.0.2
63 silly idealTree +-- utils-merge@1.0.0
63 silly idealTree +-- uuid@3.0.1
63 silly idealTree +-- vary@1.0.1
63 silly idealTree +-- verror@1.3.6
63 silly idealTree +-- which@1.2.14
63 silly idealTree +-- wide-align@1.1.0
63 silly idealTree `-- wrappy@1.0.2
64 silly generateActionsToTake Starting
65 silly install generateActionsToTake
66 silly generateActionsToTake Finishing
67 silly diffTrees action count 1
68 silly diffTrees add kafka-java-bridge@0.2.7
69 silly decomposeActions action count 8
70 silly decomposeActions fetch kafka-java-bridge@0.2.7
71 silly decomposeActions extract kafka-java-bridge@0.2.7
72 silly decomposeActions test kafka-java-bridge@0.2.7
73 silly decomposeActions preinstall kafka-java-bridge@0.2.7
74 silly decomposeActions build kafka-java-bridge@0.2.7
75 silly decomposeActions install kafka-java-bridge@0.2.7
76 silly decomposeActions postinstall kafka-java-bridge@0.2.7
77 silly decomposeActions finalize kafka-java-bridge@0.2.7
78 silly runTopLevelLifecycles Starting
79 silly executeActions Starting
80 silly install executeActions
81 silly doSerial global-install 0
82 silly doParallel fetch 1
83 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing
84 verbose lock using /root/.npm/_locks/staging-3d7b29ab4505db1a.lock for /root/test_kafka_java/node_modules/.staging
85 silly doParallel extract 1
86 silly extract kafka-java-bridge@0.2.7
87 verbose unbuild node_modules/.staging/kafka-java-bridge-2331b8c5
88 silly gentlyRm /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5 is being purged from base /root/test_kafka_java
89 verbose gentlyRm don't care about contents; nuking /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
90 verbose tar unpack /root/.npm/kafka-java-bridge/0.2.7/package.tgz
91 verbose tar unpacking to /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
92 silly gentlyRm /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5 is being purged
93 verbose gentlyRm don't care about contents; nuking /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
94 silly gunzTarPerm modes [ '755', '644' ]
95 silly gunzTarPerm extractEntry package.json
96 silly gunzTarPerm extractEntry .npmignore
97 silly gunzTarPerm extractEntry README.md
98 silly gunzTarPerm extractEntry LICENSE
99 silly gunzTarPerm extractEntry Gruntfile.js
100 silly gunzTarPerm extractEntry index.js
101 silly gunzTarPerm extractEntry .jshintrc
102 silly gunzTarPerm extractEntry build/aliases.js
103 silly gunzTarPerm extractEntry build/copy.json
104 silly gunzTarPerm extractEntry build/env.json
105 silly gunzTarPerm extractEntry build/instrument.json
106 silly gunzTarPerm extractEntry build/jshint.json
107 silly gunzTarPerm extractEntry build/makeReport.json
108 silly gunzTarPerm extractEntry build/mochaTest.json
109 silly gunzTarPerm extractEntry build/storeCoverage.json
110 silly gunzTarPerm extractEntry java/lib/lz4-1.2.0.jar
111 silly gunzTarPerm extractEntry java/lib/activation-1.1.jar
112 silly gunzTarPerm extractEntry java/lib/joda-time-1.6.jar
113 silly gunzTarPerm extractEntry java/lib/jopt-simple-3.2.jar
114 silly gunzTarPerm extractEntry java/lib/kafka-clients-0.8.2.2.jar
115 silly gunzTarPerm extractEntry java/lib/kafka_2.9.2-0.8.2.2.jar
116 silly gunzTarPerm extractEntry java/lib/log4j-1.2.15.jar
117 silly gunzTarPerm extractEntry java/lib/commons-lang-2.6.jar
118 silly gunzTarPerm extractEntry java/lib/metrics-core-2.2.0.jar
119 silly gunzTarPerm extractEntry java/lib/scala-library-2.9.2.jar
120 silly gunzTarPerm extractEntry java/lib/slf4j-api-1.7.6.jar
121 silly gunzTarPerm extractEntry java/lib/slf4j-log4j12-1.7.6.jar
122 silly gunzTarPerm extractEntry java/lib/snappy-java-1.1.1.7.jar
123 silly gunzTarPerm extractEntry java/lib/zkclient-0.3.jar
124 silly gunzTarPerm extractEntry java/lib/zookeeper-3.4.6.jar
125 silly gunzTarPerm extractEntry java/resources/log4j.properties
126 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/consumer/ConsumerThread.java
127 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/consumer/MultiThreadHLConsumer.java
128 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/consumer/ThreadExceptionListener.java
129 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/producer/BaseProducer.java
130 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/producer/BinaryProducer.java
131 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/producer/SendResult.java
132 silly gunzTarPerm extractEntry java/src/com/liveperson/kafka/producer/StringProducer.java
133 silly gunzTarPerm extractEntry lib/binaryProducer.js
134 silly gunzTarPerm extractEntry lib/hlConsumer.js
135 silly gunzTarPerm extractEntry lib/producer.js
136 silly gunzTarPerm extractEntry lib/protocol.js
137 silly gunzTarPerm extractEntry lib/stringProducer.js
138 silly gunzTarPerm extractEntry lib/util/javaInit.js
139 silly gunzTarPerm extractEntry scripts/postinstall.js
140 silly gunzTarPerm extractEntry .travis.yml
141 silly gunzTarPerm extractEntry test/coverage/instrument/lib/binaryProducer.js
142 silly gunzTarPerm extractEntry test/coverage/instrument/lib/hlConsumer.js
143 silly gunzTarPerm extractEntry test/coverage/instrument/lib/producer.js
144 silly gunzTarPerm extractEntry test/coverage/instrument/lib/protocol.js
145 silly gunzTarPerm extractEntry test/coverage/instrument/lib/stringProducer.js
146 silly gunzTarPerm extractEntry test/coverage/instrument/lib/util/javaInit.js
147 silly gunzTarPerm extractEntry test/coverage/reports/coverage.json
148 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/prettify.js
149 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/sorter.js
150 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/base.css
151 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/index.html
152 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/lib/index.html
153 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/lib/protocol.js.html
154 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/prettify.css
155 silly gunzTarPerm extractEntry test/coverage/reports/lcov-report/sort-arrow-sprite.png
156 silly gunzTarPerm extractEntry test/coverage/reports/lcov.info
157 silly gunzTarPerm extractEntry test/js/protocol_test.js
158 silly gunzTarPerm extractEntry test/js/util/require_helper.js
159 silly gentlyRm /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5/node_modules is being purged
160 verbose gentlyRm don't care about contents; nuking /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5/node_modules
161 silly doParallel preinstall 1
162 silly preinstall kafka-java-bridge@0.2.7 /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
163 info lifecycle kafka-java-bridge@0.2.7~preinstall: kafka-java-bridge@0.2.7
164 silly lifecycle kafka-java-bridge@0.2.7~preinstall: no script for preinstall, continuing
165 silly doReverseSerial remove 0
166 silly doSerial move 0
167 silly doSerial finalize 1
168 silly finalize /root/test_kafka_java/node_modules/kafka-java-bridge
169 silly doSerial build 1
170 silly build kafka-java-bridge@0.2.7
171 info linkStuff kafka-java-bridge@0.2.7
172 silly linkStuff kafka-java-bridge@0.2.7 has /root/test_kafka_java/node_modules as its parent node_modules
173 verbose linkBins kafka-java-bridge@0.2.7
174 verbose linkMans kafka-java-bridge@0.2.7
175 silly doSerial global-link 0
176 silly doParallel update-linked 0
177 silly doSerial install 1
178 silly install kafka-java-bridge@0.2.7 /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
179 info lifecycle kafka-java-bridge@0.2.7~install: kafka-java-bridge@0.2.7
180 silly lifecycle kafka-java-bridge@0.2.7~install: no script for install, continuing
181 silly doSerial postinstall 1
182 silly postinstall kafka-java-bridge@0.2.7 /root/test_kafka_java/node_modules/.staging/kafka-java-bridge-2331b8c5
183 info lifecycle kafka-java-bridge@0.2.7~postinstall: kafka-java-bridge@0.2.7
184 verbose lifecycle kafka-java-bridge@0.2.7~postinstall: unsafe-perm in lifecycle false
185 verbose lifecycle kafka-java-bridge@0.2.7~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/root/test_kafka_java/node_modules/kafka-java-bridge/node_modules/.bin:/root/test_kafka_java/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
186 verbose lifecycle kafka-java-bridge@0.2.7~postinstall: CWD: /root/test_kafka_java/node_modules/kafka-java-bridge
187 silly lifecycle kafka-java-bridge@0.2.7~postinstall: Args: [ '-c', 'node ./scripts/postinstall.js' ]
188 silly lifecycle kafka-java-bridge@0.2.7~postinstall: Returned: code: 1  signal: null
189 info lifecycle kafka-java-bridge@0.2.7~postinstall: Failed to exec postinstall script
190 verbose unlock done using /root/.npm/_locks/staging-3d7b29ab4505db1a.lock for /root/test_kafka_java/node_modules/.staging
191 silly rollbackFailedOptional Starting
192 silly rollbackFailedOptional Finishing
193 silly runTopLevelLifecycles Finishing
194 silly install printInstalled
195 warn express-parameters@ No description
196 verbose If you need help, you may report this error at:
196 verbose     <https://github.com/npm/npm/issues>
197 warn express-parameters@ No repository field.
198 verbose If you need help, you may report this error at:
198 verbose     <https://github.com/npm/npm/issues>
199 warn express-parameters@ No license field.
200 verbose If you need help, you may report this error at:
200 verbose     <https://github.com/npm/npm/issues>
201 verbose stack Error: kafka-java-bridge@0.2.7 postinstall: `node ./scripts/postinstall.js`
201 verbose stack Exit status 1
201 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
201 verbose stack     at emitTwo (events.js:106:13)
201 verbose stack     at EventEmitter.emit (events.js:191:7)
201 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
201 verbose stack     at emitTwo (events.js:106:13)
201 verbose stack     at ChildProcess.emit (events.js:191:7)
201 verbose stack     at maybeClose (internal/child_process.js:886:16)
201 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
202 verbose pkgid kafka-java-bridge@0.2.7
203 verbose cwd /root/test_kafka_java
204 error Linux 4.4.0-71-generic
205 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "kafka-java-bridge"
206 error node v6.10.1
207 error npm  v3.10.10
208 error code ELIFECYCLE
209 error kafka-java-bridge@0.2.7 postinstall: `node ./scripts/postinstall.js`
209 error Exit status 1
210 error Failed at the kafka-java-bridge@0.2.7 postinstall script 'node ./scripts/postinstall.js'.
210 error Make sure you have the latest version of node.js and npm installed.
210 error If you do, this is most likely a problem with the kafka-java-bridge package,
210 error not with npm itself.
210 error Tell the author that this fails on your system:
210 error     node ./scripts/postinstall.js
210 error You can get information on how to open an issue for this project with:
210 error     npm bugs kafka-java-bridge
210 error Or if that isn't available, you can get their info via:
210 error     npm owner ls kafka-java-bridge
210 error There is likely additional logging output above.
211 verbose exit [ 1, true ]
1ManSmoking commented 7 years ago

Hi,

These seem to be completely different errors. First one seem to be native code compilation issue. Please make sure you have development tools installed. Did you succeed installing other node packages requiring native code compilation?

BR, Eli

fsck-mount commented 7 years ago

@1ManSmoking,

I tried lot of things and finally able to fix it. I couldn't recollect what I've done to get it working. Anyway thanks :)

How do we mention config to consumer from beginning ? I didn't find it in your documentation or did I miss it?

fsck-mount commented 7 years ago

@1ManSmoking ,

Successfully installed. Couldn't able to figure out what's the issue. Closing it.

Thanks & Regards Gowtham