What ever I do I can’t reinstall couchbase nodejs on my server
I do this on root level
npm install couchbase
couchbase@2.6.9 install /home/node_modules/couchbase
prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=13.1.0 runtime=node arch=x64 libc= platform=linux)
make: Entering directory ‘/home/node_modules/couchbase/build’
COPY …/deps/lcb/include/libcouchbase/libuv_io_opts.h
COPY …/deps/lcb/include/libcouchbase/plugins/io/libuv/plugin-libuv.c
CC(target) Release/obj.target/couchbase/deps/lcb/src/utilities.o
CXX(target) Release/obj.target/couchbase/deps/lcb/src/wait.o
CC(target) Release/obj.target/couchbase/deps/lcb/plugins/io/select/plugin-select.o
CC(target) Release/obj.target/couchbase/deps/lcb/src/ssl/ssl_c.o
CC(target) Release/obj.target/couchbase/deps/lcb/src/ssl/ssl_common.o
…/deps/lcb/src/ssl/ssl_common.c:479:1: warning: ‘ossl_lockfn’ defined but not used [-Wunused-function]
ossl_lockfn(int mode, int lkid, const char *f, int line)
^~~~~~~~~~~
CC(target) Release/obj.target/couchbase/deps/lcb/src/ssl/ssl_e.o
AR(target) Release/obj.target/deps/lcb/libcouchbase.a
COPY Release/libcouchbase.a
CC(target) Release/obj.target/httpparser/deps/lcb/contrib/http_parser/http_parser.o
AR(target) Release/obj.target/deps/lcb/libhttpparser.a
COPY Release/libhttpparser.a
CC(target) Release/obj.target/genhash/deps/lcb/contrib/genhash/genhash.o
AR(target) Release/obj.target/deps/lcb/libgenhash.a
COPY Release/libgenhash.a
CC(target) Release/obj.target/cjson/deps/lcb/contrib/cJSON/cJSON.o
AR(target) Release/obj.target/deps/lcb/libcjson.a
COPY Release/libcjson.a
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/client.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/common.o
…/deps/lcb/src/ssl/ssl_common.c:479:1: warning: ‘ossl_lockfn’ defined but not used [-Wunused-function]
ossl_lockfn(int mode, int lkid, const char *f, int line)
^~~~~~~~~~~
CC(target) Release/obj.target/couchbase/deps/lcb/src/ssl/ssl_e.o
AR(target) Release/obj.target/deps/lcb/libcouchbase.a
COPY Release/libcouchbase.a
CC(target) Release/obj.target/httpparser/deps/lcb/contrib/http_parser/http_parser.o
AR(target) Release/obj.target/deps/lcb/libhttpparser.a
COPY Release/libhttpparser.a
CC(target) Release/obj.target/genhash/deps/lcb/contrib/genhash/genhash.o
AR(target) Release/obj.target/deps/lcb/libgenhash.a
COPY Release/libgenhash.a
CC(target) Release/obj.target/cjson/deps/lcb/contrib/cJSON/cJSON.o
AR(target) Release/obj.target/deps/lcb/libcjson.a
COPY Release/libcjson.a
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/client.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/common.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/hash.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/cram-md5/hmac.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/cram-md5/md5.o
CC(target) Release/obj.target/cbsasl/deps/lcb/contrib/cbsasl/src/scram-sha/scram_utils.o
AR(target) Release/obj.target/deps/lcb/libcbsasl.a
COPY Release/libcbsasl.a
CXX(target) Release/obj.target/snappy/deps/lcb/contrib/snappy/snappy-c.o
CXX(target) Release/obj.target/snappy/deps/lcb/contrib/snappy/snappy-sinksource.o
CXX(target) Release/obj.target/snappy/deps/lcb/contrib/snappy/snappy-stubs-internal.o
CXX(target) Release/obj.target/snappy/deps/lcb/contrib/snappy/snappy.o
AR(target) Release/obj.target/deps/lcb/libsnappy.a
COPY Release/libsnappy.a
CXX(target) Release/obj.target/jsoncpp/deps/lcb/contrib/lcb-jsoncpp/lcb-jsoncpp.o
AR(target) Release/obj.target/deps/lcb/libjsoncpp.a
COPY Release/libjsoncpp.a
CXX(target) Release/obj.target/couchbase_impl/src/binding.o
…/src/binding.cc: In static member function ‘static void Couchnode::CouchbaseImpl::Init(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’:
…/src/binding.cc:104:74: error: no matching function for call to ‘v8::Object::Set(v8::Localv8::String, v8::Localv8::Function)’
t->GetFunction(Nan::GetCurrentContext()).ToLocalChecked());
^
/root/.cache/node-gyp/13.1.0/include/node/v8.h:3427:37: note: candidate expects 3 arguments, 2 provided
couchbase_impl.target.mk:163: recipe for target ‘Release/obj.target/couchbase_impl/src/binding.o’ failed
make: *** [Release/obj.target/couchbase_impl/src/binding.o] Error 1
make: Leaving directory ‘/home/node_modules/couchbase/build’
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:210:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Linux 4.9.0-8-amd64
gyp ERR! command “/usr/bin/node” “/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
gyp ERR! cwd /home/node_modules/couchbase
gyp ERR! node -v v13.1.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open ‘/home/package.json’
npm WARN home No description
npm WARN home No repository field.
npm WARN home No README data
npm WARN home No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! couchbase@2.6.9 install: prebuild-install || node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the couchbase@2.6.9 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-11-20T13_46_58_449Z-debug.log
the content of the log file
0 info it worked if it ends with ok
1 verbose cli [ ‘/usr/bin/node’, ‘/usr/bin/npm’, ‘install’, ‘couchbase’ ]
2 info using npm@6.12.1
3 info using node@v13.1.0
4 verbose config Skipping project config: /root/.npmrc. (matches userconfig)
5 verbose npm-session 38054dce09fe32ea
6 silly install loadCurrentTree
7 silly install readLocalPackageData
8 http fetch GET 200 9ms (from cache)
9 silly pacote tag manifest for couchbase@latest fetched in 15ms
10 timing stage:loadCurrentTree Completed in 192ms
11 silly install loadIdealTree
12 silly install cloneCurrentTreeToIdealTree
13 timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
14 silly install loadShrinkwrap
15 timing stage:loadIdealTree:loadShrinkwrap Completed in 89ms
16 silly install loadAllDepsIntoIdealTree
17 silly resolveWithNewModule couchbase@2.6.9 checking installable status
18 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 84ms
19 timing stage:loadIdealTree Completed in 201ms
20 silly currentTree root@1.0.0
20 silly currentTree ├── ajv@6.10.2
20 silly currentTree ├── ansi-regex@2.1.1
20 silly currentTree ├── aproba@1.2.0
20 silly currentTree ├── are-we-there-yet@1.1.5
20 silly currentTree ├── asn1@0.2.4
20 silly currentTree ├── assert-plus@1.0.0
20 silly currentTree ├── async@2.6.3
20 silly currentTree ├── asynckit@0.4.0
20 silly currentTree ├── aws-sign2@0.7.0
20 silly currentTree ├── aws4@1.8.0
20 silly currentTree ├── bcrypt-pbkdf@1.0.2
20 silly currentTree ├── bindings@1.5.0
20 silly currentTree ├─┬ bl@3.0.0
20 silly currentTree │ └── readable-stream@3.4.0
20 silly currentTree ├── caseless@0.12.0
20 silly currentTree ├── chownr@1.1.3
20 silly currentTree ├── code-point-at@1.1.0
20 silly currentTree ├── color-convert@1.9.3
20 silly currentTree ├── color-name@1.1.3
20 silly currentTree ├── color-string@1.5.3
20 silly currentTree ├── color@3.0.0
20 silly currentTree ├── colornames@1.1.1
20 silly currentTree ├── colors@1.4.0
20 silly currentTree ├── colorspace@1.1.2
20 silly currentTree ├── combined-stream@1.0.8
20 silly currentTree ├── console-control-strings@1.1.0
20 silly currentTree ├── core-util-is@1.0.2
20 silly currentTree ├── dashdash@1.14.1
20 silly currentTree ├── decompress-response@4.2.1
20 silly currentTree ├── deep-extend@0.6.0
20 silly currentTree ├── delayed-stream@1.0.0
20 silly currentTree ├── delegates@1.0.0
20 silly currentTree ├── detect-libc@1.0.3
20 silly currentTree ├── dev-null@0.1.1
20 silly currentTree ├── diagnostics@1.1.1
20 silly currentTree ├── ecc-jsbn@0.1.2
20 silly currentTree ├── enabled@1.0.2
20 silly currentTree ├── end-of-stream@1.4.4
20 silly currentTree ├── env-variable@0.0.5
20 silly currentTree ├── expand-template@2.0.3
20 silly currentTree ├── extend@3.0.2
20 silly currentTree ├── extsprintf@1.3.0
20 silly currentTree ├── fast-deep-equal@2.0.1
20 silly currentTree ├── fast-json-stable-stringify@2.0.0
20 silly currentTree ├── fast-safe-stringify@2.0.7
20 silly currentTree ├── fecha@2.3.3
20 silly currentTree ├── file-uri-to-path@1.0.0
20 silly currentTree ├── forever-agent@0.6.1
20 silly currentTree ├── form-data@2.3.3
20 silly currentTree ├── fs-constants@1.0.0
20 silly currentTree ├── gauge@2.7.4
20 silly currentTree ├── getpass@0.1.7
20 silly currentTree ├── github-from-package@0.0.0
20 silly currentTree ├── har-schema@2.0.0
20 silly currentTree ├── har-validator@5.1.3
20 silly currentTree ├── has-unicode@2.0.1
20 silly currentTree ├── http-signature@1.2.0
20 silly currentTree ├── inherits@2.0.4
20 silly currentTree ├── ini@1.3.5
20 silly currentTree ├── is-arrayish@0.3.2
20 silly currentTree ├── is-fullwidth-code-point@1.0.0
20 silly currentTree ├── is-stream@1.1.0
20 silly currentTree ├── is-typedarray@1.0.0
20 silly currentTree ├── isarray@1.0.0
20 silly currentTree ├── isstream@0.1.2
20 silly currentTree ├── jsbn@0.1.1
20 silly currentTree ├── json-schema-traverse@0.4.1
20 silly currentTree ├── json-schema@0.2.3
20 silly currentTree ├── json-stringify-safe@5.0.1
20 silly currentTree ├── jsprim@1.4.1
20 silly currentTree ├── kuler@1.0.1
20 silly currentTree ├── lodash@4.17.15
20 silly currentTree ├── logform@2.1.2
20 silly currentTree ├── mime-db@1.42.0
20 silly currentTree ├── mime-types@2.1.25
20 silly currentTree ├── mimic-response@2.0.0
20 silly currentTree ├── minimist@1.2.0
20 silly currentTree ├─┬ mkdirp@0.5.1
20 silly currentTree │ └── minimist@0.0.8
20 silly currentTree ├── ms@2.1.2
20 silly currentTree ├── nan@2.14.0
20 silly currentTree ├── napi-build-utils@1.0.1
20 silly currentTree ├── node-abi@2.12.0
20 silly currentTree ├── noop-logger@0.1.1
20 silly currentTree ├── npmlog@4.1.2
20 silly currentTree ├── number-is-nan@1.0.1
20 silly currentTree ├── oauth-sign@0.9.0
20 silly currentTree ├── object-assign@4.1.1
20 silly currentTree ├── once@1.4.0
20 silly currentTree ├── one-time@0.0.4
20 silly currentTree ├── performance-now@2.1.0
20 silly currentTree ├── prebuild-install@5.3.3
20 silly currentTree ├── process-nextick-args@2.0.1
20 silly currentTree ├── psl@1.4.0
20 silly currentTree ├── pump@3.0.0
20 silly currentTree ├── punycode@2.1.1
20 silly currentTree ├── qs@6.5.2
20 silly currentTree ├── rc@1.2.8
20 silly currentTree ├── readable-stream@2.3.6
20 silly currentTree ├── request@2.88.0
20 silly currentTree ├── safe-buffer@5.1.2
20 silly currentTree ├── safer-buffer@2.1.2
20 silly currentTree ├── semver@5.7.1
20 silly currentTree ├── set-blocking@2.0.0
20 silly currentTree ├── signal-exit@3.0.2
20 silly currentTree ├── simple-concat@1.0.0
20 silly currentTree ├── simple-get@3.1.0
20 silly currentTree ├── simple-swizzle@0.2.2
20 silly currentTree ├── sshpk@1.16.1
20 silly currentTree ├── stack-trace@0.0.10
20 silly currentTree ├── string_decoder@1.1.1
20 silly currentTree ├── string-width@1.0.2
20 silly currentTree ├── strip-ansi@3.0.1
20 silly currentTree ├── strip-json-comments@2.0.1
20 silly currentTree ├── tar-fs@2.0.0
20 silly currentTree ├─┬ tar-stream@2.1.0
20 silly currentTree │ └── readable-stream@3.4.0
20 silly currentTree ├── text-hex@1.0.0
20 silly currentTree ├─┬ tough-cookie@2.4.3
20 silly currentTree │ └── punycode@1.4.1
20 silly currentTree ├── triple-beam@1.3.0
20 silly currentTree ├── tunnel-agent@0.6.0
20 silly currentTree ├── tweetnacl@0.14.5
20 silly currentTree ├── uri-js@4.2.2
20 silly currentTree ├── util-deprecate@1.0.2
20 silly currentTree ├── uuid@3.3.3
20 silly currentTree ├── verror@1.10.0
20 silly currentTree ├── which-pm-runs@1.0.0
20 silly currentTree ├── wide-align@1.1.3
20 silly currentTree ├── winston-transport@4.3.0
20 silly currentTree ├─┬ winston@3.2.1
20 silly currentTree │ └── readable-stream@3.4.0
20 silly currentTree └── wrappy@1.0.2
21 silly idealTree root@1.0.0
21 silly idealTree ├── ajv@6.10.2
21 silly idealTree ├── ansi-regex@2.1.1
21 silly idealTree ├── aproba@1.2.0
21 silly idealTree ├── are-we-there-yet@1.1.5
21 silly idealTree ├── asn1@0.2.4
21 silly idealTree ├── assert-plus@1.0.0
21 silly idealTree ├── async@2.6.3
21 silly idealTree ├── asynckit@0.4.0
21 silly idealTree ├── aws-sign2@0.7.0
21 silly idealTree ├── aws4@1.8.0
21 silly idealTree ├── bcrypt-pbkdf@1.0.2
21 silly idealTree ├── bindings@1.5.0
21 silly idealTree ├─┬ bl@3.0.0
21 silly idealTree │ └── readable-stream@3.4.0
21 silly idealTree ├── caseless@0.12.0
21 silly idealTree ├── chownr@1.1.3
21 silly idealTree ├── code-point-at@1.1.0
21 silly idealTree ├── color-convert@1.9.3
21 silly idealTree ├── color-name@1.1.3
21 silly idealTree ├── color-string@1.5.3
21 silly idealTree ├── color@3.0.0
21 silly idealTree ├── colornames@1.1.1
21 silly idealTree ├── colors@1.4.0
21 silly idealTree ├── colorspace@1.1.2
21 silly idealTree ├── combined-stream@1.0.8
21 silly idealTree ├── console-control-strings@1.1.0
21 silly idealTree ├── core-util-is@1.0.2
21 silly idealTree ├── couchbase@2.6.9
21 silly idealTree ├── dashdash@1.14.1
21 silly idealTree ├── decompress-response@4.2.1
21 silly idealTree ├── deep-extend@0.6.0
21 silly idealTree ├── delayed-stream@1.0.0
21 silly idealTree ├── delegates@1.0.0
21 silly idealTree ├── detect-libc@1.0.3
21 silly idealTree ├── dev-null@0.1.1
21 silly idealTree ├── diagnostics@1.1.1
21 silly idealTree ├── ecc-jsbn@0.1.2
21 silly idealTree ├── enabled@1.0.2
21 silly idealTree ├── end-of-stream@1.4.4
21 silly idealTree ├── env-variable@0.0.5
21 silly idealTree ├── expand-template@2.0.3
21 silly idealTree ├── extend@3.0.2
21 silly idealTree ├── extsprintf@1.3.0
21 silly idealTree ├── fast-deep-equal@2.0.1
21 silly idealTree ├── fast-json-stable-stringify@2.0.0
21 silly idealTree ├── fast-safe-stringify@2.0.7
21 silly idealTree ├── fecha@2.3.3
21 silly idealTree ├── file-uri-to-path@1.0.0
21 silly idealTree ├── forever-agent@0.6.1
21 silly idealTree ├── form-data@2.3.3
21 silly idealTree ├── fs-constants@1.0.0
21 silly idealTree ├── gauge@2.7.4
21 silly idealTree ├── getpass@0.1.7
21 silly idealTree ├── github-from-package@0.0.0
21 silly idealTree ├── har-schema@2.0.0
21 silly idealTree ├── har-validator@5.1.3
21 silly idealTree ├── has-unicode@2.0.1
21 silly idealTree ├── http-signature@1.2.0
21 silly idealTree ├── inherits@2.0.4
21 silly idealTree ├── ini@1.3.5
21 silly idealTree ├── is-arrayish@0.3.2
21 silly idealTree ├── is-fullwidth-code-point@1.0.0
21 silly idealTree ├── is-stream@1.1.0
21 silly idealTree ├── is-typedarray@1.0.0
21 silly idealTree ├── isarray@1.0.0
21 silly idealTree ├── isstream@0.1.2
21 silly idealTree ├── jsbn@0.1.1
21 silly idealTree ├── json-schema-traverse@0.4.1
21 silly idealTree ├── json-schema@0.2.3
21 silly idealTree ├── json-stringify-safe@5.0.1
21 silly idealTree ├── jsprim@1.4.1
21 silly idealTree ├── kuler@1.0.1
21 silly idealTree ├── lodash@4.17.15
21 silly idealTree ├── logform@2.1.2
21 silly idealTree ├── mime-db@1.42.0
21 silly idealTree ├── mime-types@2.1.25
21 silly idealTree ├── mimic-response@2.0.0
21 silly idealTree ├── minimist@1.2.0
21 silly idealTree ├─┬ mkdirp@0.5.1
21 silly idealTree │ └── minimist@0.0.8
21 silly idealTree ├── ms@2.1.2
21 silly idealTree ├── nan@2.14.0
21 silly idealTree ├── napi-build-utils@1.0.1
21 silly idealTree ├── node-abi@2.12.0
21 silly idealTree ├── noop-logger@0.1.1
21 silly idealTree ├── npmlog@4.1.2
21 silly idealTree ├── number-is-nan@1.0.1
21 silly idealTree ├── oauth-sign@0.9.0
21 silly idealTree ├── object-assign@4.1.1
21 silly idealTree ├── once@1.4.0
21 silly idealTree ├── one-time@0.0.4
21 silly idealTree ├── performance-now@2.1.0
21 silly idealTree ├── prebuild-install@5.3.3
21 silly idealTree ├── process-nextick-args@2.0.1
21 silly idealTree ├── psl@1.4.0
21 silly idealTree ├── pump@3.0.0
21 silly idealTree ├── punycode@2.1.1
21 silly idealTree ├── qs@6.5.2
21 silly idealTree ├── rc@1.2.8
21 silly idealTree ├── readable-stream@2.3.6
21 silly idealTree ├── request@2.88.0
21 silly idealTree ├── safe-buffer@5.1.2
21 silly idealTree ├── safer-buffer@2.1.2
21 silly idealTree ├── semver@5.7.1
21 silly idealTree ├── set-blocking@2.0.0
21 silly idealTree ├── signal-exit@3.0.2
21 silly idealTree ├── simple-concat@1.0.0
21 silly idealTree ├── simple-get@3.1.0
21 silly idealTree ├── simple-swizzle@0.2.2
21 silly idealTree ├── sshpk@1.16.1
21 silly idealTree ├── stack-trace@0.0.10
21 silly idealTree ├── string_decoder@1.1.1
21 silly idealTree ├── string-width@1.0.2
21 silly idealTree ├── strip-ansi@3.0.1
21 silly idealTree ├── strip-json-comments@2.0.1
21 silly idealTree ├── tar-fs@2.0.0
21 silly idealTree ├─┬ tar-stream@2.1.0
21 silly idealTree │ └── readable-stream@3.4.0
21 silly idealTree ├── text-hex@1.0.0
21 silly idealTree ├─┬ tough-cookie@2.4.3
21 silly idealTree │ └── punycode@1.4.1
21 silly idealTree ├── triple-beam@1.3.0
21 silly idealTree ├── tunnel-agent@0.6.0
21 silly idealTree ├── tweetnacl@0.14.5
21 silly idealTree ├── uri-js@4.2.2
21 silly idealTree ├── util-deprecate@1.0.2
21 silly idealTree ├── uuid@3.3.3
21 silly idealTree ├── verror@1.10.0
21 silly idealTree ├── which-pm-runs@1.0.0
21 silly idealTree ├── wide-align@1.1.3
21 silly idealTree ├── winston-transport@4.3.0
21 silly idealTree ├─┬ winston@3.2.1
21 silly idealTree │ └── readable-stream@3.4.0
21 silly idealTree └── wrappy@1.0.2
22 silly install generateActionsToTake
23 timing stage:generateActionsToTake Completed in 11ms
24 silly diffTrees action count 1
25 silly diffTrees add couchbase@2.6.9
26 silly decomposeActions action count 8
27 silly decomposeActions fetch couchbase@2.6.9
28 silly decomposeActions extract couchbase@2.6.9
29 silly decomposeActions preinstall couchbase@2.6.9
30 silly decomposeActions build couchbase@2.6.9
31 silly decomposeActions install couchbase@2.6.9
32 silly decomposeActions postinstall couchbase@2.6.9
33 silly decomposeActions finalize couchbase@2.6.9
34 silly decomposeActions refresh-package-json couchbase@2.6.9
35 silly install executeActions
36 silly doSerial global-install 8
37 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing
38 verbose lock using /root/.npm/_locks/staging-4b9e621e77c1ced6.lock for /root/node_modules/.staging
39 silly doParallel extract 1
40 silly extract couchbase@2.6.9
41 silly tarball trying couchbase@latest by hash: sha512-k2hTfwsIsDbdwx8BXF5G8QVoVj8cOJ/Tmf9z6piYWXL4XAawVEPJQBUJ6CjxAqNpDAHGa5QvG5cY+VY3bsjxLQ==
42 silly extract couchbase@latest extracted to /root/node_modules/.staging/couchbase-6ea2ea77 (148ms)
43 timing action:extract Completed in 152ms
44 silly doReverseSerial unbuild 8
45 silly doSerial remove 8
46 silly doSerial move 8
47 silly doSerial finalize 8
48 silly finalize /root/node_modules/couchbase
49 timing action:finalize Completed in 2ms
50 silly doParallel refresh-package-json 1
51 silly refresh-package-json /root/node_modules/couchbase
52 timing action:refresh-package-json Completed in 74ms
53 silly doParallel preinstall 1
54 silly preinstall couchbase@2.6.9
55 info lifecycle couchbase@2.6.9~preinstall: couchbase@2.6.9
56 timing action:preinstall Completed in 1ms
57 silly doSerial build 8
58 silly build couchbase@2.6.9
59 info linkStuff couchbase@2.6.9
60 silly linkStuff couchbase@2.6.9 has /root/node_modules as its parent node_modules
61 timing action:build Completed in 1ms
62 silly doSerial global-link 8
63 silly doParallel update-linked 0
64 silly doSerial install 8
65 silly install couchbase@2.6.9
66 info lifecycle couchbase@2.6.9~install: couchbase@2.6.9
67 verbose lifecycle couchbase@2.6.9~install: unsafe-perm in lifecycle false
68 verbose lifecycle couchbase@2.6.9~install: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/root/node_modules/couchbase/node_modules/.bin:/root/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
69 verbose lifecycle couchbase@2.6.9~install: CWD: /root/node_modules/couchbase
70 silly lifecycle couchbase@2.6.9~install: Args: [ ‘-c’, ‘prebuild-install || node-gyp rebuild’ ]
71 timing audit submit Completed in 386ms
72 http fetch POST 200 386ms
73 timing audit body Completed in 1ms
74 silly lifecycle couchbase@2.6.9~install: Returned: code: 1 signal: null
75 info lifecycle couchbase@2.6.9~install: Failed to exec install script
76 timing action:install Completed in 604ms
77 verbose unlock done using /root/.npm/_locks/staging-4b9e621e77c1ced6.lock for /root/node_modules/.staging
78 timing stage:rollbackFailedOptional Completed in 39ms
79 timing stage:runTopLevelLifecycles Completed in 1326ms
80 silly saveTree root@1.0.0
80 silly saveTree ├─┬ bindings@1.5.0
80 silly saveTree │ └── file-uri-to-path@1.0.0
80 silly saveTree ├─┬ couchbase@2.6.9
80 silly saveTree │ ├── dev-null@0.1.1
80 silly saveTree │ ├── nan@2.14.0
80 silly saveTree │ ├─┬ prebuild-install@5.3.3
80 silly saveTree │ │ ├── detect-libc@1.0.3
80 silly saveTree │ │ ├── expand-template@2.0.3
80 silly saveTree │ │ ├── github-from-package@0.0.0
80 silly saveTree │ │ ├── minimist@1.2.0
80 silly saveTree │ │ ├─┬ mkdirp@0.5.1
80 silly saveTree │ │ │ └── minimist@0.0.8
80 silly saveTree │ │ ├── napi-build-utils@1.0.1
80 silly saveTree │ │ ├─┬ node-abi@2.12.0
80 silly saveTree │ │ │ └── semver@5.7.1
80 silly saveTree │ │ ├── noop-logger@0.1.1
80 silly saveTree │ │ ├─┬ npmlog@4.1.2
80 silly saveTree │ │ │ ├─┬ are-we-there-yet@1.1.5
80 silly saveTree │ │ │ │ ├── delegates@1.0.0
80 silly saveTree │ │ │ │ └─┬ readable-stream@2.3.6
80 silly saveTree │ │ │ │ ├── core-util-is@1.0.2
80 silly saveTree │ │ │ │ ├── inherits@2.0.4
80 silly saveTree │ │ │ │ ├── isarray@1.0.0
80 silly saveTree │ │ │ │ ├── process-nextick-args@2.0.1
80 silly saveTree │ │ │ │ ├── safe-buffer@5.1.2
80 silly saveTree │ │ │ │ ├── string_decoder@1.1.1
80 silly saveTree │ │ │ │ └── util-deprecate@1.0.2
80 silly saveTree │ │ │ ├── console-control-strings@1.1.0
80 silly saveTree │ │ │ ├─┬ gauge@2.7.4
80 silly saveTree │ │ │ │ ├── aproba@1.2.0
80 silly saveTree │ │ │ │ ├── has-unicode@2.0.1
80 silly saveTree │ │ │ │ ├── object-assign@4.1.1
80 silly saveTree │ │ │ │ ├── signal-exit@3.0.2
80 silly saveTree │ │ │ │ ├─┬ string-width@1.0.2
80 silly saveTree │ │ │ │ │ ├── code-point-at@1.1.0
80 silly saveTree │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
80 silly saveTree │ │ │ │ │ │ └── number-is-nan@1.0.1
80 silly saveTree │ │ │ │ │ └─┬ strip-ansi@3.0.1
80 silly saveTree │ │ │ │ │ └── ansi-regex@2.1.1
80 silly saveTree │ │ │ │ ├── strip-ansi@3.0.1
80 silly saveTree │ │ │ │ └── wide-align@1.1.3
80 silly saveTree │ │ │ └── set-blocking@2.0.0
80 silly saveTree │ │ ├─┬ pump@3.0.0
80 silly saveTree │ │ │ ├─┬ end-of-stream@1.4.4
80 silly saveTree │ │ │ │ └─┬ once@1.4.0
80 silly saveTree │ │ │ │ └── wrappy@1.0.2
80 silly saveTree │ │ │ └── once@1.4.0
80 silly saveTree │ │ ├─┬ rc@1.2.8
80 silly saveTree │ │ │ ├── deep-extend@0.6.0
80 silly saveTree │ │ │ ├── ini@1.3.5
80 silly saveTree │ │ │ └── strip-json-comments@2.0.1
80 silly saveTree │ │ ├─┬ simple-get@3.1.0
80 silly saveTree │ │ │ ├─┬ decompress-response@4.2.1
80 silly saveTree │ │ │ │ └── mimic-response@2.0.0
80 silly saveTree │ │ │ └── simple-concat@1.0.0
80 silly saveTree │ │ ├─┬ tar-fs@2.0.0
80 silly saveTree │ │ │ ├── chownr@1.1.3
80 silly saveTree │ │ │ └─┬ tar-stream@2.1.0
80 silly saveTree │ │ │ ├─┬ bl@3.0.0
80 silly saveTree │ │ │ │ └── readable-stream@3.4.0
80 silly saveTree │ │ │ ├── fs-constants@1.0.0
80 silly saveTree │ │ │ └── readable-stream@3.4.0
80 silly saveTree │ │ ├── tunnel-agent@0.6.0
80 silly saveTree │ │ └── which-pm-runs@1.0.0
80 silly saveTree │ ├─┬ request@2.88.0
80 silly saveTree │ │ ├── aws-sign2@0.7.0
80 silly saveTree │ │ ├── aws4@1.8.0
80 silly saveTree │ │ ├── caseless@0.12.0
80 silly saveTree │ │ ├─┬ combined-stream@1.0.8
80 silly saveTree │ │ │ └── delayed-stream@1.0.0
80 silly saveTree │ │ ├── extend@3.0.2
80 silly saveTree │ │ ├── forever-agent@0.6.1
80 silly saveTree │ │ ├─┬ form-data@2.3.3
80 silly saveTree │ │ │ ├── asynckit@0.4.0
80 silly saveTree │ │ │ └─┬ mime-types@2.1.25
80 silly saveTree │ │ │ └── mime-db@1.42.0
80 silly saveTree │ │ ├─┬ har-validator@5.1.3
80 silly saveTree │ │ │ ├─┬ ajv@6.10.2
80 silly saveTree │ │ │ │ ├── fast-deep-equal@2.0.1
80 silly saveTree │ │ │ │ ├── fast-json-stable-stringify@2.0.0
80 silly saveTree │ │ │ │ ├── json-schema-traverse@0.4.1
80 silly saveTree │ │ │ │ └─┬ uri-js@4.2.2
80 silly saveTree │ │ │ │ └── punycode@2.1.1
80 silly saveTree │ │ │ └── har-schema@2.0.0
80 silly saveTree │ │ ├─┬ http-signature@1.2.0
80 silly saveTree │ │ │ ├── assert-plus@1.0.0
80 silly saveTree │ │ │ ├─┬ jsprim@1.4.1
80 silly saveTree │ │ │ │ ├── extsprintf@1.3.0
80 silly saveTree │ │ │ │ ├── json-schema@0.2.3
80 silly saveTree │ │ │ │ └── verror@1.10.0
80 silly saveTree │ │ │ └─┬ sshpk@1.16.1
80 silly saveTree │ │ │ ├─┬ asn1@0.2.4
80 silly saveTree │ │ │ │ └── safer-buffer@2.1.2
80 silly saveTree │ │ │ ├─┬ bcrypt-pbkdf@1.0.2
80 silly saveTree │ │ │ │ └── tweetnacl@0.14.5
80 silly saveTree │ │ │ ├── dashdash@1.14.1
80 silly saveTree │ │ │ ├─┬ ecc-jsbn@0.1.2
80 silly saveTree │ │ │ │ └── jsbn@0.1.1
80 silly saveTree │ │ │ ├── getpass@0.1.7
80 silly saveTree │ │ │ ├── jsbn@0.1.1
80 silly saveTree │ │ │ ├── safer-buffer@2.1.2
80 silly saveTree │ │ │ └── tweetnacl@0.14.5
80 silly saveTree │ │ ├── is-typedarray@1.0.0
80 silly saveTree │ │ ├── isstream@0.1.2
80 silly saveTree │ │ ├── json-stringify-safe@5.0.1
80 silly saveTree │ │ ├── mime-types@2.1.25
80 silly saveTree │ │ ├── oauth-sign@0.9.0
80 silly saveTree │ │ ├── performance-now@2.1.0
80 silly saveTree │ │ ├── qs@6.5.2
80 silly saveTree │ │ ├─┬ tough-cookie@2.4.3
80 silly saveTree │ │ │ ├── psl@1.4.0
80 silly saveTree │ │ │ └── punycode@1.4.1
80 silly saveTree │ │ └── uuid@3.3.3
80 silly saveTree │ └─┬ winston@3.2.1
80 silly saveTree │ ├─┬ async@2.6.3
80 silly saveTree │ │ └── lodash@4.17.15
80 silly saveTree │ ├─┬ diagnostics@1.1.1
80 silly saveTree │ │ ├─┬ colorspace@1.1.2
80 silly saveTree │ │ │ ├─┬ color@3.0.0
80 silly saveTree │ │ │ │ ├─┬ color-convert@1.9.3
80 silly saveTree │ │ │ │ │ └── color-name@1.1.3
80 silly saveTree │ │ │ │ └─┬ color-string@1.5.3
80 silly saveTree │ │ │ │ └─┬ simple-swizzle@0.2.2
80 silly saveTree │ │ │ │ └── is-arrayish@0.3.2
80 silly saveTree │ │ │ └── text-hex@1.0.0
80 silly saveTree │ │ ├─┬ enabled@1.0.2
80 silly saveTree │ │ │ └── env-variable@0.0.5
80 silly saveTree │ │ └─┬ kuler@1.0.1
80 silly saveTree │ │ └── colornames@1.1.1
80 silly saveTree │ ├── is-stream@1.1.0
80 silly saveTree │ ├─┬ logform@2.1.2
80 silly saveTree │ │ ├── colors@1.4.0
80 silly saveTree │ │ ├── fast-safe-stringify@2.0.7
80 silly saveTree │ │ ├── fecha@2.3.3
80 silly saveTree │ │ ├── ms@2.1.2
80 silly saveTree │ │ └── triple-beam@1.3.0
80 silly saveTree │ ├── one-time@0.0.4
80 silly saveTree │ ├── readable-stream@3.4.0
80 silly saveTree │ ├── stack-trace@0.0.10
80 silly saveTree │ ├── triple-beam@1.3.0
80 silly saveTree │ └── winston-transport@4.3.0
80 silly saveTree ├── dev-null@0.1.1
80 silly saveTree ├── nan@2.14.0
80 silly saveTree ├── prebuild-install@5.3.3
80 silly saveTree ├── request@2.88.0
80 silly saveTree └── winston@3.2.1
81 warn root@1.0.0 No description
82 warn root@1.0.0 No repository field.
83 verbose stack Error: couchbase@2.6.9 install: prebuild-install || node-gyp rebuild
83 verbose stack Exit status 1
83 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
83 verbose stack at EventEmitter.emit (events.js:210:5)
83 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
83 verbose stack at ChildProcess.emit (events.js:210:5)
83 verbose stack at maybeClose (internal/child_process.js:1028:16)
83 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
84 verbose pkgid couchbase@2.6.9
85 verbose cwd /root
86 verbose Linux 4.9.0-8-amd64
87 verbose argv “/usr/bin/node” “/usr/bin/npm” “install” “couchbase”
88 verbose node v13.1.0
89 verbose npm v6.12.1
90 error code ELIFECYCLE
91 error errno 1
92 error couchbase@2.6.9 install: prebuild-install || node-gyp rebuild
92 error Exit status 1
93 error Failed at the couchbase@2.6.9 install script.
93 error This is probably not a problem with npm. There is likely additional logging output above.
94 verbose exit [ 1, true ]