minosworld / minos

MINOS: Multimodal Indoor Simulator
MIT License
201 stars 33 forks source link

Errors with npm install #144

Closed leah0206 closed 5 years ago

leah0206 commented 5 years ago

Hello, I wanted to try minos but after running npm install in the server directory got the next errors:

ccs@ccs-MS-7996:~/minos-0.6.0/minos/server$ npm install

> sstk@github:smartscenes/sstk#3735e535dd4e7d7b006c197e14e9bdef356f28c8 postinstall /home/ccs/minos-0.6.0/minos/server/node_modules/sstk
> node getdata.js && npm run bootstrap

正克隆到 'metadata'...

> sstk@0.6.0 bootstrap /home/ccs/minos-0.6.0/minos/server/node_modules/sstk
> lerna bootstrap --hoist

lerna info version 2.11.0
lerna info Bootstrapping 4 packages
lerna info lifecycle preinstall
lerna info Installing external dependencies
lerna info hoist Installing hoisted dependencies into root
lerna info hoist Pruning hoisted dependencies
lerna info hoist Finished pruning hoisted dependencies
lerna ERR! execute callback with error
lerna ERR! Error: Command failed: npm install
lerna ERR! npm WARN deprecated filesaverjs@0.2.2: use 'file-saver' instead
lerna ERR! npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
lerna ERR! npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
lerna ERR! npm WARN deprecated jscs-preset-wikimedia@1.0.1: Deprecated in favour of eslint-config-wikimedia. -- https://phabricator.wikimedia.org/T118941
lerna ERR! npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
lerna ERR! npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
lerna ERR! npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
lerna ERR! npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
lerna ERR! npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
lerna ERR! npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
lerna ERR! npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
lerna ERR! npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
lerna ERR! npm WARN deprecated hoek@5.0.4: This version is no longer maintained. Please upgrade to the latest version.
lerna ERR! npm WARN deprecated hoek@0.7.6: The major version is no longer supported. Please update to 4.x or newer
lerna ERR! ../deps/libexpat/lib/xmlparse.c: In function ‘gather_time_entropy’:
lerna ERR! ../deps/libexpat/lib/xmlparse.c:780:7: warning: variable ‘gettimeofday_res’ set but not used [-Wunused-but-set-variable]
lerna ERR!    int gettimeofday_res;
lerna ERR!        ^
lerna ERR! In file included from ../../nan/nan_new.h:189:0,
lerna ERR!                  from ../../nan/nan.h:222,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
lerna ERR! ../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
lerna ERR!    return v8::StringObject::New(value).As<v8::StringObject>();
lerna ERR!                                      ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
lerna ERR!                  static Local<Value> New(Local<String> value));
lerna ERR!                                      ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! In file included from ../node-expat.cc:1:0:
lerna ERR! ../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
lerna ERR! ../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
lerna ERR!        v8::Local<v8::String> string = from->ToString();
lerna ERR!                                                      ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
lerna ERR!  Local<String> Value::ToString() const {
lerna ERR!                ^
lerna ERR! In file included from ../node-expat.cc:1:0:
lerna ERR! ../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
lerna ERR!          length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
lerna ERR!                                                                           ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
lerna ERR!                  int WriteUtf8(char* buffer, int length = -1,
lerna ERR!                      ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! ../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::Parse(Nan::NAN_METHOD_ARGS_TYPE)’:
lerna ERR! ../node-expat.cc:98:33: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
lerna ERR!          str = info[0]->ToString();
lerna ERR!                                  ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
lerna ERR!  Local<String> Value::ToString() const {
lerna ERR!                ^
lerna ERR! ../node-expat.cc:103:47: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
lerna ERR!          Local<Object> obj = info[0]->ToObject();
lerna ERR!                                                ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
lerna ERR!  Local<Object> Value::ToObject() const {
lerna ERR!                ^
lerna ERR! ../node-expat.cc: In member function ‘bool Parser::parseString(v8::String&, int)’:
lerna ERR! ../node-expat.cc:124:30: warning: ‘int v8::String::Utf8Length() const’ is deprecated: Use Isolate version instead [-Wdeprecated-declarations]
lerna ERR!      int len = str.Utf8Length();
lerna ERR!                               ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:2587:52: note: declared here
lerna ERR!    V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);
lerna ERR!                                                     ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/node_object_wrap.h:26:0,
lerna ERR!                  from ../../nan/nan.h:54,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! ../node-expat.cc:130:55: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
lerna ERR!      assert(str.WriteUtf8(static_cast<char *>(buf), len) == len);
lerna ERR!                                                        ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
lerna ERR!                  int WriteUtf8(char* buffer, int length = -1,
lerna ERR!                      ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! ../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::SetUnknownEncoding(Nan::NAN_METHOD_ARGS_TYPE)’:
lerna ERR! ../node-expat.cc:470:59: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
lerna ERR!            parser->xmlEncodingInfo->map[i] = m->Int32Value();
lerna ERR!                                                            ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../../nan/nan.h:52,
lerna ERR!                  from ../node-expat.cc:1:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
lerna ERR!    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
lerna ERR!                                               ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! In file included from ../../nan/nan_new.h:189:0,
lerna ERR!                  from ../../nan/nan.h:222,
lerna ERR!                  from ../src/heapdump.cc:17:
lerna ERR! ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
lerna ERR! ../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
lerna ERR!    return v8::StringObject::New(value).As<v8::StringObject>();
lerna ERR!                                      ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../src/heapdump.cc:15:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
lerna ERR!                  static Local<Value> New(Local<String> value));
lerna ERR!                                      ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! In file included from ../src/heapdump.cc:17:0:
lerna ERR! ../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
lerna ERR! ../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
lerna ERR!        v8::Local<v8::String> string = from->ToString();
lerna ERR!                                                      ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
lerna ERR!                  from ../src/heapdump.cc:15:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
lerna ERR!  Local<String> Value::ToString() const {
lerna ERR!                ^
lerna ERR! In file included from ../src/heapdump.cc:17:0:
lerna ERR! ../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
lerna ERR!          length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
lerna ERR!                                                                           ^
lerna ERR! In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
lerna ERR!                  from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
lerna ERR!                  from ../src/heapdump.cc:15:
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
lerna ERR!                  int WriteUtf8(char* buffer, int length = -1,
lerna ERR!                      ^
lerna ERR! /home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
lerna ERR!    declarator __attribute__((deprecated(message)))
lerna ERR!    ^
lerna ERR! ERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: Client network socket disconnected before secure TLS connection was established
lerna ERR! gyp: Call to 'node -e "require('./binding').download_vips()"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
lerna ERR! gyp ERR! configure error 
lerna ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
lerna ERR! gyp ERR! stack     at ChildProcess.onCpExit (/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
lerna ERR! gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
lerna ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
lerna ERR! gyp ERR! System Linux 4.10.0-28-generic
lerna ERR! gyp ERR! command "/home/ccs/.nvm/versions/node/v10.13.0/bin/node" "/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
lerna ERR! gyp ERR! cwd /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp
lerna ERR! gyp ERR! node -v v10.13.0
lerna ERR! gyp ERR! node-gyp -v v3.8.0
lerna ERR! gyp ERR! not ok 
lerna ERR! npm WARN sstk No repository field.
lerna ERR! npm WARN sstk No license field.
lerna ERR! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
lerna ERR! npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
lerna ERR! 
lerna ERR! npm ERR! code ELIFECYCLE
lerna ERR! npm ERR! errno 1
lerna ERR! npm ERR! sharp@0.18.4 install: `node-gyp rebuild`
lerna ERR! npm ERR! Exit status 1
lerna ERR! npm ERR! 
lerna ERR! npm ERR! Failed at the sharp@0.18.4 install script.
lerna ERR! npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
lerna ERR! 
lerna ERR! npm ERR! A complete log of this run can be found in:
lerna ERR! npm ERR!     /home/ccs/.npm/_logs/2018-12-24T06_32_54_750Z-debug.log
lerna ERR! 
lerna ERR! > node-expat@2.3.17 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat
lerna ERR! > node-gyp rebuild
lerna ERR! 
lerna ERR! make: Entering directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build'
lerna ERR!   CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
lerna ERR!   CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o
lerna ERR!   CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o
lerna ERR!   AR(target) Release/obj.target/deps/libexpat/libexpat.a
lerna ERR!   COPY Release/libexpat.a
lerna ERR!   CXX(target) Release/obj.target/node_expat/node-expat.o
lerna ERR!   SOLINK_MODULE(target) Release/obj.target/node_expat.node
lerna ERR!   COPY Release/node_expat.node
lerna ERR! make: Leaving directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build'
lerna ERR! 
lerna ERR! > deasync@0.1.14 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/deasync
lerna ERR! > node ./build.js
lerna ERR! 
lerna ERR! `linux-x64-node-10` exists; testing
lerna ERR! Binary is fine; exiting
lerna ERR! 
lerna ERR! > gl@4.1.1 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/gl
lerna ERR! > prebuild-install || node-gyp rebuild
lerna ERR! 
lerna ERR! 
lerna ERR! > heapdump@0.3.12 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump
lerna ERR! > node-gyp rebuild
lerna ERR! 
lerna ERR! make: Entering directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build'
lerna ERR!   CXX(target) Release/obj.target/addon/src/heapdump.o
lerna ERR!   SOLINK_MODULE(target) Release/obj.target/addon.node
lerna ERR!   COPY Release/addon.node
lerna ERR! make: Leaving directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build'
lerna ERR! 
lerna ERR! > sharp@0.18.4 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp
lerna ERR! > node-gyp rebuild
lerna ERR! 
lerna ERR! 
lerna ERR!     at Promise.all.then.arr (/home/ccs/minos-0.6.0/minos/server/node_modules/execa/index.js:236:11)
{ Error: Command failed: npm install
npm WARN deprecated filesaverjs@0.2.2: use 'file-saver' instead
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated jscs-preset-wikimedia@1.0.1: Deprecated in favour of eslint-config-wikimedia. -- https://phabricator.wikimedia.org/T118941
npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated hoek@5.0.4: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@0.7.6: The major version is no longer supported. Please update to 4.x or newer
../deps/libexpat/lib/xmlparse.c: In function ‘gather_time_entropy’:
../deps/libexpat/lib/xmlparse.c:780:7: warning: variable ‘gettimeofday_res’ set but not used [-Wunused-but-set-variable]
   int gettimeofday_res;
       ^
In file included from ../../nan/nan_new.h:189:0,
                 from ../../nan/nan.h:222,
                 from ../node-expat.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
   return v8::StringObject::New(value).As<v8::StringObject>();
                                     ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
                 static Local<Value> New(Local<String> value));
                                     ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../node-expat.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       v8::Local<v8::String> string = from->ToString();
                                                     ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
 Local<String> Value::ToString() const {
               ^
In file included from ../node-expat.cc:1:0:
../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
         length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                                                                          ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
                 int WriteUtf8(char* buffer, int length = -1,
                     ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::Parse(Nan::NAN_METHOD_ARGS_TYPE)’:
../node-expat.cc:98:33: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         str = info[0]->ToString();
                                 ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
 Local<String> Value::ToString() const {
               ^
../node-expat.cc:103:47: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         Local<Object> obj = info[0]->ToObject();
                                               ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
 Local<Object> Value::ToObject() const {
               ^
../node-expat.cc: In member function ‘bool Parser::parseString(v8::String&, int)’:
../node-expat.cc:124:30: warning: ‘int v8::String::Utf8Length() const’ is deprecated: Use Isolate version instead [-Wdeprecated-declarations]
     int len = str.Utf8Length();
                              ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2587:52: note: declared here
   V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);
                                                    ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/node_object_wrap.h:26:0,
                 from ../../nan/nan.h:54,
                 from ../node-expat.cc:1:
../node-expat.cc:130:55: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
     assert(str.WriteUtf8(static_cast<char *>(buf), len) == len);
                                                       ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
                 int WriteUtf8(char* buffer, int length = -1,
                     ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::SetUnknownEncoding(Nan::NAN_METHOD_ARGS_TYPE)’:
../node-expat.cc:470:59: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           parser->xmlEncodingInfo->map[i] = m->Int32Value();
                                                           ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../../nan/nan.h:52,
                 from ../node-expat.cc:1:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                              ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../../nan/nan_new.h:189:0,
                 from ../../nan/nan.h:222,
                 from ../src/heapdump.cc:17:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
   return v8::StringObject::New(value).As<v8::StringObject>();
                                     ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../src/heapdump.cc:15:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
                 static Local<Value> New(Local<String> value));
                                     ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../src/heapdump.cc:17:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       v8::Local<v8::String> string = from->ToString();
                                                     ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,
                 from ../src/heapdump.cc:15:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
 Local<String> Value::ToString() const {
               ^
In file included from ../src/heapdump.cc:17:0:
../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
         length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                                                                          ^
In file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,
                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,
                 from ../src/heapdump.cc:15:
/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
                 int WriteUtf8(char* buffer, int length = -1,
                     ^
/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
ERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: Client network socket disconnected before secure TLS connection was established
gyp: Call to 'node -e "require('./binding').download_vips()"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Linux 4.10.0-28-generic
gyp ERR! command "/home/ccs/.nvm/versions/node/v10.13.0/bin/node" "/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
npm WARN sstk No repository field.
npm WARN sstk No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.18.4 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the sharp@0.18.4 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!     /home/ccs/.npm/_logs/2018-12-24T06_32_54_750Z-debug.log

> node-expat@2.3.17 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat
> node-gyp rebuild

make: Entering directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build'
  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o
  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o
  AR(target) Release/obj.target/deps/libexpat/libexpat.a
  COPY Release/libexpat.a
  CXX(target) Release/obj.target/node_expat/node-expat.o
  SOLINK_MODULE(target) Release/obj.target/node_expat.node
  COPY Release/node_expat.node
make: Leaving directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build'

> deasync@0.1.14 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/deasync
> node ./build.js

`linux-x64-node-10` exists; testing
Binary is fine; exiting

> gl@4.1.1 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/gl
> prebuild-install || node-gyp rebuild

> heapdump@0.3.12 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump
> node-gyp rebuild

make: Entering directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build'
  CXX(target) Release/obj.target/addon/src/heapdump.o
  SOLINK_MODULE(target) Release/obj.target/addon.node
  COPY Release/addon.node
make: Leaving directory '/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build'

> sharp@0.18.4 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp
> node-gyp rebuild

    at Promise.all.then.arr (/home/ccs/minos-0.6.0/minos/server/node_modules/execa/index.js:236:11)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  code: 1,
  killed: false,
  stdout:
   '\n> node-expat@2.3.17 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat\n> node-gyp rebuild\n\nmake: Entering directory \'/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build\'\n  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o\n  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o\n  CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o\n  AR(target) Release/obj.target/deps/libexpat/libexpat.a\n  COPY Release/libexpat.a\n  CXX(target) Release/obj.target/node_expat/node-expat.o\n  SOLINK_MODULE(target) Release/obj.target/node_expat.node\n  COPY Release/node_expat.node\nmake: Leaving directory \'/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/node-expat/build\'\n\n> deasync@0.1.14 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/deasync\n> node ./build.js\n\n`linux-x64-node-10` exists; testing\nBinary is fine; exiting\n\n> gl@4.1.1 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/gl\n> prebuild-install || node-gyp rebuild\n\n\n> heapdump@0.3.12 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump\n> node-gyp rebuild\n\nmake: Entering directory \'/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build\'\n  CXX(target) Release/obj.target/addon/src/heapdump.o\n  SOLINK_MODULE(target) Release/obj.target/addon.node\n  COPY Release/addon.node\nmake: Leaving directory \'/home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/heapdump/build\'\n\n> sharp@0.18.4 install /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp\n> node-gyp rebuild\n\n',
  stderr:
   'npm WARN deprecated filesaverjs@0.2.2: use \'file-saver\' instead\nnpm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade\nnpm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)\nnpm WARN deprecated jscs-preset-wikimedia@1.0.1: Deprecated in favour of eslint-config-wikimedia. -- https://phabricator.wikimedia.org/T118941\nnpm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1\nnpm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer\nnpm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade\nnpm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.\nnpm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.\nnpm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue\nnpm WARN deprecated node-uuid@1.4.8: Use uuid module instead\nnpm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue\nnpm WARN deprecated hoek@5.0.4: This version is no longer maintained. Please upgrade to the latest version.\nnpm WARN deprecated hoek@0.7.6: The major version is no longer supported. Please update to 4.x or newer\n../deps/libexpat/lib/xmlparse.c: In function ‘gather_time_entropy’:\n../deps/libexpat/lib/xmlparse.c:780:7: warning: variable ‘gettimeofday_res’ set but not used [-Wunused-but-set-variable]\n   int gettimeofday_res;\n       ^\nIn file included from ../../nan/nan_new.h:189:0,\n                 from ../../nan/nan.h:222,\n                 from ../node-expat.cc:1:\n../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:\n../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]\n   return v8::StringObject::New(value).As<v8::StringObject>();\n                                     ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here\n                 static Local<Value> New(Local<String> value));\n                                     ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\nIn file included from ../node-expat.cc:1:0:\n../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:\n../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]\n       v8::Local<v8::String> string = from->ToString();\n                                                     ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here\n Local<String> Value::ToString() const {\n               ^\nIn file included from ../node-expat.cc:1:0:\n../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]\n         length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);\n                                                                          ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here\n                 int WriteUtf8(char* buffer, int length = -1,\n                     ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\n../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::Parse(Nan::NAN_METHOD_ARGS_TYPE)’:\n../node-expat.cc:98:33: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]\n         str = info[0]->ToString();\n                                 ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here\n Local<String> Value::ToString() const {\n               ^\n../node-expat.cc:103:47: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]\n         Local<Object> obj = info[0]->ToObject();\n                                               ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here\n Local<Object> Value::ToObject() const {\n               ^\n../node-expat.cc: In member function ‘bool Parser::parseString(v8::String&, int)’:\n../node-expat.cc:124:30: warning: ‘int v8::String::Utf8Length() const’ is deprecated: Use Isolate version instead [-Wdeprecated-declarations]\n     int len = str.Utf8Length();\n                              ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2587:52: note: declared here\n   V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);\n                                                    ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/node_object_wrap.h:26:0,\n                 from ../../nan/nan.h:54,\n                 from ../node-expat.cc:1:\n../node-expat.cc:130:55: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]\n     assert(str.WriteUtf8(static_cast<char *>(buf), len) == len);\n                                                       ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here\n                 int WriteUtf8(char* buffer, int length = -1,\n                     ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\n../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::SetUnknownEncoding(Nan::NAN_METHOD_ARGS_TYPE)’:\n../node-expat.cc:470:59: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]\n           parser->xmlEncodingInfo->map[i] = m->Int32Value();\n                                                           ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../node-expat.cc:1:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);\n                                              ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\nIn file included from ../../nan/nan_new.h:189:0,\n                 from ../../nan/nan.h:222,\n                 from ../src/heapdump.cc:17:\n../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:\n../../nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]\n   return v8::StringObject::New(value).As<v8::StringObject>();\n                                     ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../src/heapdump.cc:15:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here\n                 static Local<Value> New(Local<String> value));\n                                     ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\nIn file included from ../src/heapdump.cc:17:0:\n../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:\n../../nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]\n       v8::Local<v8::String> string = from->ToString();\n                                                     ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63:0,\n                 from ../src/heapdump.cc:15:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here\n Local<String> Value::ToString() const {\n               ^\nIn file included from ../src/heapdump.cc:17:0:\n../../nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]\n         length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);\n                                                                          ^\nIn file included from /home/ccs/.node-gyp/10.13.0/include/node/v8.h:26:0,\n                 from /home/ccs/.node-gyp/10.13.0/include/node/node.h:63,\n                 from ../src/heapdump.cc:15:\n/home/ccs/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here\n                 int WriteUtf8(char* buffer, int length = -1,\n                     ^\n/home/ccs/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’\n   declarator __attribute__((deprecated(message)))\n   ^\nERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: Client network socket disconnected before secure TLS connection was established\ngyp: Call to \'node -e "require(\'./binding\').download_vips()"\' returned exit status 1 while in binding.gyp. while trying to load binding.gyp\ngyp ERR! configure error \ngyp ERR! stack Error: `gyp` failed with exit code: 1\ngyp ERR! stack     at ChildProcess.onCpExit (/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)\ngyp ERR! stack     at ChildProcess.emit (events.js:182:13)\ngyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)\ngyp ERR! System Linux 4.10.0-28-generic\ngyp ERR! command "/home/ccs/.nvm/versions/node/v10.13.0/bin/node" "/home/ccs/.nvm/versions/node/v10.13.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"\ngyp ERR! cwd /home/ccs/minos-0.6.0/minos/server/node_modules/sstk/node_modules/sharp\ngyp ERR! node -v v10.13.0\ngyp ERR! node-gyp -v v3.8.0\ngyp ERR! not ok \nnpm WARN sstk No repository field.\nnpm WARN sstk No license field.\nnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):\nnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})\n\nnpm ERR! code ELIFECYCLE\nnpm ERR! errno 1\nnpm ERR! sharp@0.18.4 install: `node-gyp rebuild`\nnpm ERR! Exit status 1\nnpm ERR! \nnpm ERR! Failed at the sharp@0.18.4 install script.\nnpm ERR! This is probably not a problem with npm. There is likely additional logging output above.\n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR!     /home/ccs/.npm/_logs/2018-12-24T06_32_54_750Z-debug.log\n',
  failed: true,
  signal: null,
  cmd: 'npm install',
  timedOut: false,
  exitCode: 1 }
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sstk@0.6.0 bootstrap: `lerna bootstrap --hoist`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the sstk@0.6.0 bootstrap 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!     /home/ccs/.npm/_logs/2018-12-24T06_32_54_880Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sstk@github:smartscenes/sstk#3735e535dd4e7d7b006c197e14e9bdef356f28c8 postinstall: `node getdata.js && npm run bootstrap`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the sstk@github:smartscenes/sstk#3735e535dd4e7d7b006c197e14e9bdef356f28c8 postinstall 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!     /home/ccs/.npm/_logs/2018-12-24T06_32_55_986Z-debug.log

Please help me out here! Thank you very much!

angelxuanchang commented 5 years ago

Thank you for trying out Minos. Do you still have an problem with this? It looks like you are having problem with the downloading libvips. Please use sudo apt-get install build-essential libxi-dev libglu1-mesa-dev libglew-dev libvips to ensure that all the dependencies are installed.

leah0206 commented 5 years ago

Thank you very much! I have successfully run npm install with your help!

TopCoder2K commented 2 years ago

@leah0206, could you please tell me whether just running sudo apt-get install build-essential libxi-dev libglu1-mesa-dev libglew-dev libvips helped you or did you do anything else? I have the same error but I've already installed the libraries before running npm install :(((