@Stabilostick wenn man blind vertraut 
bist du sicher mit dem "u"
das klappt nicht
| root@IoBroker:/opt/iobroker |
| |
| Usage: npm <command> |
| |
| where <command> is one of: |
| access, adduser, audit, bin, bugs, c, cache, ci, cit, |
| clean-install, clean-install-test, completion, config, |
| create, ddp, dedupe, deprecate, dist-tag, docs, doctor, |
| edit, explore, get, help, help-search, hook, i, init, |
| install, install-ci-test, install-test, it, link, list, ln, |
| login, logout, ls, org, outdated, owner, pack, ping, prefix, |
| profile, prune, publish, rb, rebuild, repo, restart, root, |
| run, run-script, s, se, search, set, shrinkwrap, star, |
| stars, start, stop, t, team, test, token, tst, un, |
| uninstall, unpublish, unstar, up, update, v, version, view, |
| whoami |
| |
| npm <command> -h quick help on <command> |
| npm -l display full usage info |
| npm help <term> search for help on <term> |
| npm help npm involved overview |
| |
| Specify configs in the ini-formatted file: |
| /root/.npmrc |
| or on the command line via: npm <command> --key value |
| Config info can be viewed via: npm help config |
| |
| npm@6.9.0 /usr/lib/node_modules/npm |
| |
man darf halt nicht immer so faul sein und manche Wörter einfach ausschreiben
die Ausgabe
| root@IoBroker:/opt/iobroker |
| |
| > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll |
| > node-gyp rebuild |
| |
| make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten |
| CXX(target) Release/obj.target/epoll/src/epoll.o |
| In file included from ../../nan/nan.h:192:0, |
| from ../src/epoll.cc:15: |
| ../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’: |
| ../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ |
| return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs); |
| ^~~~~~~~ |
| In file included from ../src/epoll.cc:15:0: |
| ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’: |
| ../../nan/nan.h:835:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] |
| v8::Isolate::GetCurrent(), target, func, argc, argv); |
| ^ |
| In file included from ../src/epoll.cc:12:0: |
| /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here |
| NODE_EXTERN v8::Local<v8::Value> MakeCallback( |
| ^ |
| /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ |
| __attribute__((deprecated(message))) declarator |
| ^~~~~~~~~~ |
| In file included from ../src/epoll.cc:15:0: |
| ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’: |
| ../../nan/nan.h:850:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] |
| v8::Isolate::GetCurrent(), target, symbol, argc, argv); |
| ^ |
| In file included from ../src/epoll.cc:12:0: |
| /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here |
| NODE_EXTERN v8::Local<v8::Value> MakeCallback( |
| ^ |
| /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ |
| __attribute__((deprecated(message))) declarator |
| ^~~~~~~~~~ |
| In file included from ../src/epoll.cc:15:0: |
| ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’: |
| ../../nan/nan.h:865:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] |
| v8::Isolate::GetCurrent(), target, method, argc, argv); |
| ^ |
| In file included from ../src/epoll.cc:12:0: |
| /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here |
| NODE_EXTERN v8::Local<v8::Value> MakeCallback( |
| ^ |
| /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ |
| __attribute__((deprecated(message))) declarator |
| ^~~~~~~~~~ |
| In file included from ../src/epoll.cc:15:0: |
| ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’: |
| ../../nan/nan.h:1479:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] |
| )); |
| ^ |
| In file included from ../src/epoll.cc:12:0: |
| /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here |
| NODE_EXTERN v8::Local<v8::Value> MakeCallback( |
| ^ |
| /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ |
| __attribute__((deprecated(message))) declarator |
| ^~~~~~~~~~ |
| ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Add(Nan::NAN_METHOD_ARGS_TYPE)’: |
| ../src/epoll.cc:210:44: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] |
| int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value()); |
| ^ |
| In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0, |
| from ../src/epoll.cc:11: |
| /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here |
| V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); |
| ^ |
| /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’ |
| declarator __attribute__((deprecated(message))) |
| ^~~~~~~~~~ |
| ../src/epoll.cc:210:67: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] |
| int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value()); |
| ^ |
| In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0, |
| from ../src/epoll.cc:11: |
| /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here |
| V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); |
| ^ |
| /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’ |
| declarator __attribute__((deprecated(message))) |
| ^~~~~~~~~~ |
| ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Modify(Nan::NAN_METHOD_ARGS_TYPE)’: |
| ../src/epoll.cc:230:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] |
| int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value()); |
| ^ |
| In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0, |
| from ../src/epoll.cc:11: |
| /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here |
| V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); |
| ^ |
| /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’ |
| declarator __attribute__((deprecated(message))) |
| ^~~~~~~~~~ |
| ../src/epoll.cc:230:70: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] |
| int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value()); |
| ^ |
| In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0, |
| from ../src/epoll.cc:11: |
| /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here |
| V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); |
| ^ |
| /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’ |
| declarator __attribute__((deprecated(message))) |
| ^~~~~~~~~~ |
| ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’: |
| ../src/epoll.cc:247:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] |
| int err = epoll->Remove(info[0]->Int32Value()); |
| ^ |
| In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0, |
| from ../src/epoll.cc:11: |
| /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here |
| V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); |
| ^ |
| /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’ |
| declarator __attribute__((deprecated(message))) |
| ^~~~~~~~~~ |
| epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte |
| make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1 |
| make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen |
| 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:262:23) |
| gyp ERR! stack at ChildProcess.emit (events.js:198:13) |
| gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) |
| gyp ERR! System Linux 4.9.0-9-amd64 |
| gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" |
| gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll |
| gyp ERR! node -v v10.16.0 |
| gyp ERR! node-gyp -v v3.8.0 |
| gyp ERR! not ok |
| npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 (node_modules/rpi-gpio/node_modules/epoll): |
| npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 install: `node-gyp rebuild` |
| npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 |
| |
| audited 51142 packages in 67.966s |
| found 141 vulnerabilities (73 low, 5 moderate, 63 high) |
| run `npm audit fix` to fix them, or `npm audit` for details |
| |