$ ./iobroker upgrade daswetter Update daswetter from @2.7.3 to @2.8.0 host.ioBroker-VM Adapter "system.adapter.daswetter.0" is stopped. NPM version: 6.4.1 npm install iobroker.daswetter@2.8.0 --production --save --prefix "/opt/iobroker" (System call) In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handle) [with T = v8::Int32; v8::Handle = v8::Local]’: ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] To(v8::Handle i) { return i->ToInt32(); } ^ In file included from ../src/bufferutil.cc:7:0: /root/.node-gyp/8.15.1/include/node/v8.h:9864:14: note: declared here Local Value::ToInt32() const { ^~~~~ In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handle) [with T = v8::Uint32; v8::Handle = v8::Local]’: ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::Value::ToUint32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] To(v8::Handle i) { return i->ToUint32(); } ^ In file included from ../src/bufferutil.cc:7:0: /root/.node-gyp/8.15.1/include/node/v8.h:9858:15: note: declared here Local Value::ToUint32() const { ^~~~~ In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase::return_t NanIntern::Factory::New(bool)’: ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::BooleanObject::New(bool)’ is deprecated: Pass an isolate [-Wdeprecated-declarations] return v8::BooleanObject::New(value).As(); ^ In file included from /root/.node-gyp/8.15.1/include/node/v8.h:26:0, from ../src/bufferutil.cc:7: /root/.node-gyp/8.15.1/include/node/v8.h:4895:56: note: declared here V8_DEPRECATED("Pass an isolate", static Local New(bool value)); ^ /root/.node-gyp/8.15.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase::return_t NanIntern::Factory::New(v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src); ^ In file included from /root/.node-gyp/8.15.1/include/node/v8.h:26:0, from ../src/bufferutil.cc:7: /root/.node-gyp/8.15.1/include/node/v8.h:1475:21: note: declared here Local