NEWS
NPM List Fehler "npm ERR! peer dep missing"
-
Servus in die Runde....
Vorab : Mein System ( Master & 1 Slave) rennt super...
Master System : Debian
Node.js v14.19.0
NPM 6.14.16Slave : Rpi-4
Node.js v14.19.0
NPM 6.14.16Grad im Zuge eines js-controller updates auf 14.19 ein "npm list" eingegeben....alles grΓΌn bis auf einen Fehler Block am Ende der Liste...
npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by rollup-plugin-polyfill-node@0.8.0 npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by @rollup/plugin-inject@4.0.4 npm ERR! peer dep missing: rollup@^1.20.0||^2.0.0, required by @rollup/pluginutils@3.1.0 npm ERR! peer dep missing: @material-ui/core@^4.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react-dom@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! peer dep missing: react@>=16.8, required by rifm@0.7.0 npm ERR! peer dep missing: react-dom@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-env npm ERR! extraneous: @babel/preset-typescript@7.16.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-typescript npm ERR! extraneous: @types/debounce@1.2.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debounce npm ERR! extraneous: @types/debug@4.1.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debug npm ERR! extraneous: @types/jest@27.4.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/jest npm ERR! extraneous: @types/mz@2.7.4 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/mz npm ERR! extraneous: @types/nedb@1.8.12 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/nedb npm ERR! extraneous: @types/serialport@8.0.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/serialport npm ERR! extraneous: @typescript-eslint/eslint-plugin@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/eslint-plugin npm ERR! extraneous: @typescript-eslint/parser@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/parser npm ERR! extraneous: eslint@8.8.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/eslint npm ERR! extraneous: jest@27.5.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/jest npm ERR! extraneous: typedoc@0.22.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc npm ERR! extraneous: typedoc-plugin-markdown@3.11.13 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-markdown npm ERR! extraneous: typedoc-plugin-no-inherit@1.3.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-no-inherit npm ERR! extraneous: typedoc-plugin-sourcefile-url@1.0.6 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-sourcefile-url npm ERR! extraneous: typescript@4.5.5 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typescript npm ERR! extraneous: eslint@8.9.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint npm ERR! extraneous: eslint-config-google@0.14.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-config-google npm ERR! extraneous: eslint-plugin-jest@26.1.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-plugin-jest npm ERR! extraneous: jest@27.5.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/jest npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/preset-env
Jemand eine Idee / Hinweis wo da das Problem liegt ?
Danke und GrΓΌΓeSunny
-
@sunny9999 Das sind alles development dependencies (sowohl die missing als auch die extraneous), die haben auf einem Produktivsystem gar nix zu suchen. Vermutlich wurde irgendwann mal in
/opt/iobroker/node_modules/zigbee-herdsman
einnpm install
(ohne das--production
Flag) ausgefΓΌhrt.Wenn alles lΓ€uft, wΓΌrde ich das ehrlich gesagt ignorieren.
-
@alcalzone
Vielen Dank fΓΌr den Hinweis, da kΓΆnntest du recht haben...irgendwann vor grauer Vorzeit....
Mein System ist immer Safe...ich mach nen Snapshot vor uninstall und gut..
Wie kann ich den deinstallieren ? Gibts nen Unterschied von dem Modul zigbee-herdsman zum zigbee Modul ?
Danke fΓΌr Deine Hilfe...
GrΓΌΓe
Sunny -
@sunny9999 sagte in NPM List Fehler "npm ERR! peer dep missing":
Wie kann ich den deinstallieren ? Gibts nen Unterschied von dem Modul zigbee-herdsman zum zigbee Modul ?
zigbee-herdsman ist das kommunikationspaket .. den brauchst du .. aber
was du machen kannst
zigbee adapter stop
konsole auf
rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
rm -R /opt/iobroker/node_modules/zigbee-herdsman
dann adapter von GIT installeiren
adapter startendanach sollte es wieder sauber sein
-
@arteck
@arteck
Danke fΓΌr deine Hinweise...
Hat funktioniert , lΓ€uft ...ABER bei erneutem NPM List kommtβ βββ¬ UNMET DEPENDENCY zigbee-herdsman@0.14.16 β β βββ UNMET DEPENDENCY @babel/cli@7.17.0 β β βββ UNMET DEPENDENCY @babel/preset-env@7.16.11 β β βββ UNMET DEPENDENCY @babel/preset-typescript@7.16.7 β β βββ UNMET DEPENDENCY @types/debounce@1.2.1 β β βββ UNMET DEPENDENCY @types/debug@4.1.7 β β βββ UNMET DEPENDENCY @types/jest@27.4.0 β β βββ UNMET DEPENDENCY @types/mz@2.7.4 β β βββ UNMET DEPENDENCY @types/nedb@1.8.12 β β βββ UNMET DEPENDENCY @types/serialport@8.0.2 β β βββ UNMET DEPENDENCY @typescript-eslint/eslint-plugin@5.10.2 β β βββ UNMET DEPENDENCY @typescript-eslint/parser@5.10.2 β β βββ UNMET DEPENDENCY debounce@1.2.1 β β βββ¬ UNMET DEPENDENCY debug@4.3.3 β β β βββ UNMET DEPENDENCY ms@2.1.2 β β βββ UNMET DEPENDENCY eslint@8.8.0 β β βββ UNMET DEPENDENCY fast-deep-equal@3.1.3 β β βββ UNMET DEPENDENCY jest@27.5.0 β β βββ UNMET DEPENDENCY mixin-deep@2.0.1 β β βββ¬ UNMET DEPENDENCY mz@2.7.0 β β β βββ UNMET DEPENDENCY any-promise@1.3.0 β β β βββ UNMET DEPENDENCY object-assign@4.1.1 β β β βββ¬ UNMET DEPENDENCY thenify-all@1.6.0 β β β βββ¬ UNMET DEPENDENCY thenify@3.3.1 β β β βββ UNMET DEPENDENCY any-promise@1.3.0 β β βββ¬ UNMET DEPENDENCY serialport@9.2.8 β β β βββ¬ UNMET DEPENDENCY @serialport/binding-mock@9.2.4 β β β β βββ¬ UNMET DEPENDENCY @serialport/binding-abstract@9.2.3 β β β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β βββ¬ UNMET DEPENDENCY @serialport/bindings@9.2.8 β β β β βββ UNMET DEPENDENCY @serialport/binding-abstract@9.2.3 β β β β βββ UNMET DEPENDENCY @serialport/parser-readline@9.2.4 β β β β βββ¬ UNMET DEPENDENCY bindings@1.5.0 β β β β β βββ UNMET DEPENDENCY file-uri-to-path@1.0.0 β β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β β βββ UNMET DEPENDENCY nan@2.15.0 β β β β βββ¬ UNMET DEPENDENCY prebuild-install@7.0.1 β β β β βββ UNMET DEPENDENCY detect-libc@2.0.0 β β β β βββ UNMET DEPENDENCY expand-template@2.0.3 β β β β βββ UNMET DEPENDENCY github-from-package@0.0.0 β β β β βββ UNMET DEPENDENCY minimist@1.2.5 β β β β βββ UNMET DEPENDENCY mkdirp-classic@0.5.3 β β β β βββ UNMET DEPENDENCY napi-build-utils@1.0.2 β β β β βββ¬ UNMET DEPENDENCY node-abi@3.8.0 β β β β β βββ¬ UNMET DEPENDENCY semver@7.3.5 β β β β β βββ¬ UNMET DEPENDENCY lru-cache@6.0.0 β β β β β βββ UNMET DEPENDENCY yallist@4.0.0 β β β β βββ¬ UNMET DEPENDENCY npmlog@4.1.2 β β β β β βββ¬ UNMET DEPENDENCY are-we-there-yet@1.1.7 β β β β β β βββ UNMET DEPENDENCY delegates@1.0.0 β β β β β β βββ¬ UNMET DEPENDENCY readable-stream@2.3.7 β β β β β β βββ UNMET DEPENDENCY core-util-is@1.0.3 β β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β β βββ UNMET DEPENDENCY isarray@1.0.0 β β β β β β βββ UNMET DEPENDENCY process-nextick-args@2.0.1 β β β β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β β β β β βββ¬ UNMET DEPENDENCY string_decoder@1.1.1 β β β β β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β β β βββ UNMET DEPENDENCY console-control-strings@1.1.0 β β β β β βββ¬ UNMET DEPENDENCY gauge@2.7.4 β β β β β β βββ UNMET DEPENDENCY aproba@1.2.0 β β β β β β βββ UNMET DEPENDENCY console-control-strings@1.1.0 β β β β β β βββ UNMET DEPENDENCY has-unicode@2.0.1 β β β β β β βββ UNMET DEPENDENCY object-assign@4.1.1 β β β β β β βββ UNMET DEPENDENCY signal-exit@3.0.7 β β β β β β βββ¬ UNMET DEPENDENCY string-width@1.0.2 β β β β β β β βββ UNMET DEPENDENCY code-point-at@1.1.0 β β β β β β β βββ¬ UNMET DEPENDENCY is-fullwidth-code-point@1.0.0 β β β β β β β β βββ UNMET DEPENDENCY number-is-nan@1.0.1 β β β β β β β βββ UNMET DEPENDENCY strip-ansi@3.0.1 β β β β β β βββ¬ UNMET DEPENDENCY strip-ansi@3.0.1 β β β β β β β βββ UNMET DEPENDENCY ansi-regex@2.1.1 β β β β β β βββ¬ UNMET DEPENDENCY wide-align@1.1.5 β β β β β β βββ UNMET DEPENDENCY string-width@1.0.2 β β β β β βββ UNMET DEPENDENCY set-blocking@2.0.0 β β β β βββ¬ UNMET DEPENDENCY pump@3.0.0 β β β β β βββ¬ UNMET DEPENDENCY end-of-stream@1.4.4 β β β β β β βββ UNMET DEPENDENCY once@1.4.0 β β β β β βββ¬ UNMET DEPENDENCY once@1.4.0 β β β β β βββ UNMET DEPENDENCY wrappy@1.0.2 β β β β βββ¬ UNMET DEPENDENCY rc@1.2.8 β β β β β βββ UNMET DEPENDENCY deep-extend@0.6.0 β β β β β βββ UNMET DEPENDENCY ini@1.3.8 β β β β β βββ UNMET DEPENDENCY minimist@1.2.5 β β β β β βββ UNMET DEPENDENCY strip-json-comments@2.0.1 β β β β βββ¬ UNMET DEPENDENCY simple-get@4.0.1 β β β β β βββ¬ UNMET DEPENDENCY decompress-response@6.0.0 β β β β β β βββ UNMET DEPENDENCY mimic-response@3.1.0 β β β β β βββ UNMET DEPENDENCY once@1.4.0 β β β β β βββ UNMET DEPENDENCY simple-concat@1.0.1 β β β β βββ¬ UNMET DEPENDENCY tar-fs@2.1.1 β β β β β βββ UNMET DEPENDENCY chownr@1.1.4 β β β β β βββ UNMET DEPENDENCY mkdirp-classic@0.5.3 β β β β β βββ UNMET DEPENDENCY pump@3.0.0 β β β β β βββ¬ UNMET DEPENDENCY tar-stream@2.2.0 β β β β β βββ¬ UNMET DEPENDENCY bl@4.1.0 β β β β β β βββ¬ UNMET DEPENDENCY buffer@5.7.1 β β β β β β β βββ UNMET DEPENDENCY base64-js@1.5.1 β β β β β β β βββ UNMET DEPENDENCY ieee754@1.2.1 β β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β β βββ¬ UNMET DEPENDENCY readable-stream@3.6.0 β β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β β βββ UNMET DEPENDENCY string_decoder@1.1.1 β β β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β β β βββ UNMET DEPENDENCY end-of-stream@1.4.4 β β β β β βββ UNMET DEPENDENCY fs-constants@1.0.0 β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β βββ¬ UNMET DEPENDENCY readable-stream@3.6.0 β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β βββ UNMET DEPENDENCY string_decoder@1.1.1 β β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β β βββ¬ UNMET DEPENDENCY tunnel-agent@0.6.0 β β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β β βββ UNMET DEPENDENCY @serialport/parser-byte-length@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-cctalk@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-delimiter@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-inter-byte-timeout@9.2.4 β β β βββ¬ UNMET DEPENDENCY @serialport/parser-readline@9.2.4 β β β β βββ UNMET DEPENDENCY @serialport/parser-delimiter@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-ready@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-regex@9.2.4 β β β βββ¬ UNMET DEPENDENCY @serialport/stream@9.2.4 β β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β βββ UNMET DEPENDENCY debug@4.3.3 β β βββ UNMET DEPENDENCY slip@1.0.2 β β βββ UNMET DEPENDENCY typedoc@0.22.11 β β βββ UNMET DEPENDENCY typedoc-plugin-markdown@3.11.13 β β βββ UNMET DEPENDENCY typedoc-plugin-no-inherit@1.3.1 β β βββ UNMET DEPENDENCY typedoc-plugin-sourcefile-url@1.0.6 β β βββ UNMET DEPENDENCY typescript@4.5.5 β βββ¬ UNMET DEPENDENCY zigbee-herdsman-converters@14.0.422 β βββ¬ UNMET DEPENDENCY axios@0.25.0 β β βββ UNMET DEPENDENCY follow-redirects@1.14.8 β βββ UNMET DEPENDENCY buffer-crc32@0.2.13 β βββ UNMET DEPENDENCY eslint@8.9.0 β βββ UNMET DEPENDENCY eslint-config-google@0.14.0 β βββ UNMET DEPENDENCY eslint-plugin-jest@26.1.0 β βββ¬ UNMET DEPENDENCY https-proxy-agent@5.0.0 β β βββ¬ UNMET DEPENDENCY agent-base@6.0.2 β β β βββ UNMET DEPENDENCY debug@4.3.3 β β βββ¬ UNMET DEPENDENCY debug@4.3.3 β β βββ UNMET DEPENDENCY ms@2.1.2 β βββ UNMET DEPENDENCY jest@27.5.1 β βββ¬ UNMET DEPENDENCY tar-stream@2.2.0 β β βββ¬ UNMET DEPENDENCY bl@4.1.0 β β β βββ¬ UNMET DEPENDENCY buffer@5.7.1 β β β β βββ UNMET DEPENDENCY base64-js@1.5.1 β β β β βββ UNMET DEPENDENCY ieee754@1.2.1 β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β βββ UNMET DEPENDENCY readable-stream@3.6.0 β β βββ¬ UNMET DEPENDENCY end-of-stream@1.4.4 β β β βββ¬ UNMET DEPENDENCY once@1.4.0 β β β βββ UNMET DEPENDENCY wrappy@1.0.2 β β βββ UNMET DEPENDENCY fs-constants@1.0.0 β β βββ UNMET DEPENDENCY inherits@2.0.4 β β βββ¬ UNMET DEPENDENCY readable-stream@3.6.0 β β βββ UNMET DEPENDENCY inherits@2.0.4 β β βββ¬ UNMET DEPENDENCY string_decoder@1.3.0 β β β βββ UNMET DEPENDENCY safe-buffer@5.2.1 β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β βββ¬ UNMET DEPENDENCY zigbee-herdsman@0.14.14 β βββ UNMET DEPENDENCY @babel/cli@7.17.0 β βββ UNMET DEPENDENCY @babel/preset-env@7.16.11 β βββ UNMET DEPENDENCY @babel/preset-typescript@7.16.7 β βββ UNMET DEPENDENCY @types/debounce@1.2.1 β βββ UNMET DEPENDENCY @types/debug@4.1.7 β βββ UNMET DEPENDENCY @types/jest@27.4.0 β βββ UNMET DEPENDENCY @types/mz@2.7.4 β βββ UNMET DEPENDENCY @types/nedb@1.8.12 β βββ UNMET DEPENDENCY @types/serialport@8.0.2 β βββ UNMET DEPENDENCY @typescript-eslint/eslint-plugin@5.10.2 β βββ UNMET DEPENDENCY @typescript-eslint/parser@5.10.2 β βββ UNMET DEPENDENCY debounce@1.2.1 β βββ¬ UNMET DEPENDENCY debug@4.3.3 β β βββ UNMET DEPENDENCY ms@2.1.2 β βββ UNMET DEPENDENCY eslint@8.8.0 β βββ UNMET DEPENDENCY fast-deep-equal@3.1.3 β βββ UNMET DEPENDENCY jest@27.5.0 β βββ UNMET DEPENDENCY mixin-deep@2.0.1 β βββ¬ UNMET DEPENDENCY mz@2.7.0 β β βββ UNMET DEPENDENCY any-promise@1.3.0 β β βββ UNMET DEPENDENCY object-assign@4.1.1 β β βββ¬ UNMET DEPENDENCY thenify-all@1.6.0 β β βββ¬ UNMET DEPENDENCY thenify@3.3.1 β β βββ UNMET DEPENDENCY any-promise@1.3.0 β βββ¬ UNMET DEPENDENCY serialport@9.2.8 β β βββ¬ UNMET DEPENDENCY @serialport/binding-mock@9.2.4 β β β βββ¬ UNMET DEPENDENCY @serialport/binding-abstract@9.2.3 β β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β βββ UNMET DEPENDENCY debug@4.3.3 β β βββ¬ UNMET DEPENDENCY @serialport/bindings@9.2.8 β β β βββ UNMET DEPENDENCY @serialport/binding-abstract@9.2.3 β β β βββ UNMET DEPENDENCY @serialport/parser-readline@9.2.4 β β β βββ¬ UNMET DEPENDENCY bindings@1.5.0 β β β β βββ UNMET DEPENDENCY file-uri-to-path@1.0.0 β β β βββ UNMET DEPENDENCY debug@4.3.3 β β β βββ UNMET DEPENDENCY nan@2.15.0 β β β βββ¬ UNMET DEPENDENCY prebuild-install@7.0.1 β β β βββ UNMET DEPENDENCY detect-libc@2.0.0 β β β βββ UNMET DEPENDENCY expand-template@2.0.3 β β β βββ UNMET DEPENDENCY github-from-package@0.0.0 β β β βββ UNMET DEPENDENCY minimist@1.2.5 β β β βββ UNMET DEPENDENCY mkdirp-classic@0.5.3 β β β βββ UNMET DEPENDENCY napi-build-utils@1.0.2 β β β βββ¬ UNMET DEPENDENCY node-abi@3.8.0 β β β β βββ¬ UNMET DEPENDENCY semver@7.3.5 β β β β βββ¬ UNMET DEPENDENCY lru-cache@6.0.0 β β β β βββ UNMET DEPENDENCY yallist@4.0.0 β β β βββ¬ UNMET DEPENDENCY npmlog@4.1.2 β β β β βββ¬ UNMET DEPENDENCY are-we-there-yet@1.1.7 β β β β β βββ UNMET DEPENDENCY delegates@1.0.0 β β β β β βββ¬ UNMET DEPENDENCY readable-stream@2.3.7 β β β β β βββ UNMET DEPENDENCY core-util-is@1.0.3 β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β βββ UNMET DEPENDENCY isarray@1.0.0 β β β β β βββ UNMET DEPENDENCY process-nextick-args@2.0.1 β β β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β β β β βββ¬ UNMET DEPENDENCY string_decoder@1.1.1 β β β β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β β βββ UNMET DEPENDENCY console-control-strings@1.1.0 β β β β βββ¬ UNMET DEPENDENCY gauge@2.7.4 β β β β β βββ UNMET DEPENDENCY aproba@1.2.0 β β β β β βββ UNMET DEPENDENCY console-control-strings@1.1.0 β β β β β βββ UNMET DEPENDENCY has-unicode@2.0.1 β β β β β βββ UNMET DEPENDENCY object-assign@4.1.1 β β β β β βββ UNMET DEPENDENCY signal-exit@3.0.7 β β β β β βββ¬ UNMET DEPENDENCY string-width@1.0.2 β β β β β β βββ UNMET DEPENDENCY code-point-at@1.1.0 β β β β β β βββ¬ UNMET DEPENDENCY is-fullwidth-code-point@1.0.0 β β β β β β β βββ UNMET DEPENDENCY number-is-nan@1.0.1 β β β β β β βββ UNMET DEPENDENCY strip-ansi@3.0.1 β β β β β βββ¬ UNMET DEPENDENCY strip-ansi@3.0.1 β β β β β β βββ UNMET DEPENDENCY ansi-regex@2.1.1 β β β β β βββ¬ UNMET DEPENDENCY wide-align@1.1.5 β β β β β βββ UNMET DEPENDENCY string-width@1.0.2 β β β β βββ UNMET DEPENDENCY set-blocking@2.0.0 β β β βββ¬ UNMET DEPENDENCY pump@3.0.0 β β β β βββ¬ UNMET DEPENDENCY end-of-stream@1.4.4 β β β β β βββ UNMET DEPENDENCY once@1.4.0 β β β β βββ¬ UNMET DEPENDENCY once@1.4.0 β β β β βββ UNMET DEPENDENCY wrappy@1.0.2 β β β βββ¬ UNMET DEPENDENCY rc@1.2.8 β β β β βββ UNMET DEPENDENCY deep-extend@0.6.0 β β β β βββ UNMET DEPENDENCY ini@1.3.8 β β β β βββ UNMET DEPENDENCY minimist@1.2.5 β β β β βββ UNMET DEPENDENCY strip-json-comments@2.0.1 β β β βββ¬ UNMET DEPENDENCY simple-get@4.0.1 β β β β βββ¬ UNMET DEPENDENCY decompress-response@6.0.0 β β β β β βββ UNMET DEPENDENCY mimic-response@3.1.0 β β β β βββ UNMET DEPENDENCY once@1.4.0 β β β β βββ UNMET DEPENDENCY simple-concat@1.0.1 β β β βββ¬ UNMET DEPENDENCY tar-fs@2.1.1 β β β β βββ UNMET DEPENDENCY chownr@1.1.4 β β β β βββ UNMET DEPENDENCY mkdirp-classic@0.5.3 β β β β βββ UNMET DEPENDENCY pump@3.0.0 β β β β βββ¬ UNMET DEPENDENCY tar-stream@2.2.0 β β β β βββ¬ UNMET DEPENDENCY bl@4.1.0 β β β β β βββ¬ UNMET DEPENDENCY buffer@5.7.1 β β β β β β βββ UNMET DEPENDENCY base64-js@1.5.1 β β β β β β βββ UNMET DEPENDENCY ieee754@1.2.1 β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β βββ¬ UNMET DEPENDENCY readable-stream@3.6.0 β β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β β βββ UNMET DEPENDENCY string_decoder@1.1.1 β β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β β βββ UNMET DEPENDENCY end-of-stream@1.4.4 β β β β βββ UNMET DEPENDENCY fs-constants@1.0.0 β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β βββ¬ UNMET DEPENDENCY readable-stream@3.6.0 β β β β βββ UNMET DEPENDENCY inherits@2.0.4 β β β β βββ UNMET DEPENDENCY string_decoder@1.1.1 β β β β βββ UNMET DEPENDENCY util-deprecate@1.0.2 β β β βββ¬ UNMET DEPENDENCY tunnel-agent@0.6.0 β β β βββ UNMET DEPENDENCY safe-buffer@5.1.2 β β βββ UNMET DEPENDENCY @serialport/parser-byte-length@9.2.4 β β βββ UNMET DEPENDENCY @serialport/parser-cctalk@9.2.4 β β βββ UNMET DEPENDENCY @serialport/parser-delimiter@9.2.4 β β βββ UNMET DEPENDENCY @serialport/parser-inter-byte-timeout@9.2.4 β β βββ¬ UNMET DEPENDENCY @serialport/parser-readline@9.2.4 β β β βββ UNMET DEPENDENCY @serialport/parser-delimiter@9.2.4 β β βββ UNMET DEPENDENCY @serialport/parser-ready@9.2.4 β β βββ UNMET DEPENDENCY @serialport/parser-regex@9.2.4 β β βββ¬ UNMET DEPENDENCY @serialport/stream@9.2.4 β β β βββ UNMET DEPENDENCY debug@4.3.3 β β βββ UNMET DEPENDENCY debug@4.3.3 β βββ UNMET DEPENDENCY slip@1.0.2 β βββ UNMET DEPENDENCY typedoc@0.22.11 β βββ UNMET DEPENDENCY typedoc-plugin-markdown@3.11.13 β βββ UNMET DEPENDENCY typedoc-plugin-no-inherit@1.3.1 β βββ UNMET DEPENDENCY typedoc-plugin-sourcefile-url@1.0.6 β βββ UNMET DEPENDENCY typescript@4.5.5 βββ¬ paesslerag-node-red-contrib-prtg@0.0.0-development (git+https://github.com/PaesslerAG/node-red-contrib-prtg.git#478eb5028e2cbc8d04cdab503874ecfc5fd7d2f6) βββ mustache@4.2.0 npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by rollup-plugin-polyfill-node@0.8.0 npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by @rollup/plugin-inject@4.0.4 npm ERR! peer dep missing: rollup@^1.20.0||^2.0.0, required by @rollup/pluginutils@3.1.0 npm ERR! peer dep missing: @material-ui/core@^4.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react-dom@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! peer dep missing: react@>=16.8, required by rifm@0.7.0 npm ERR! peer dep missing: react-dom@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! missing: zigbee-herdsman@0.14.16, required by iobroker.zigbee@1.6.16 npm ERR! missing: zigbee-herdsman-converters@14.0.422, required by iobroker.zigbee@1.6.16 npm ERR! missing: @babel/cli@7.17.0, required by zigbee-herdsman@0.14.16 npm ERR! missing: @babel/preset-env@7.16.11, required by zigbee-herdsman@0.14.16 npm ERR! missing: @babel/preset-typescript@7.16.7, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/debounce@1.2.1, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/debug@4.1.7, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/jest@27.4.0, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/mz@2.7.4, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/nedb@1.8.12, required by zigbee-herdsman@0.14.16 npm ERR! missing: @types/serialport@8.0.2, required by zigbee-herdsman@0.14.16 npm ERR! missing: @typescript-eslint/eslint-plugin@5.10.2, required by zigbee-herdsman@0.14.16 npm ERR! missing: @typescript-eslint/parser@5.10.2, required by zigbee-herdsman@0.14.16 npm ERR! missing: eslint@8.8.0, required by zigbee-herdsman@0.14.16 npm ERR! missing: jest@27.5.0, required by zigbee-herdsman@0.14.16 npm ERR! missing: typedoc@0.22.11, required by zigbee-herdsman@0.14.16 npm ERR! missing: typedoc-plugin-markdown@3.11.13, required by zigbee-herdsman@0.14.16 npm ERR! missing: typedoc-plugin-no-inherit@1.3.1, required by zigbee-herdsman@0.14.16 npm ERR! missing: typedoc-plugin-sourcefile-url@1.0.6, required by zigbee-herdsman@0.14.16 npm ERR! missing: typescript@4.5.5, required by zigbee-herdsman@0.14.16 npm ERR! missing: debounce@1.2.1, required by zigbee-herdsman@0.14.16 npm ERR! missing: debug@4.3.3, required by zigbee-herdsman@0.14.16 npm ERR! missing: fast-deep-equal@3.1.3, required by zigbee-herdsman@0.14.16 npm ERR! missing: mixin-deep@2.0.1, required by zigbee-herdsman@0.14.16 npm ERR! missing: mz@2.7.0, required by zigbee-herdsman@0.14.16 npm ERR! missing: serialport@9.2.8, required by zigbee-herdsman@0.14.16 npm ERR! missing: slip@1.0.2, required by zigbee-herdsman@0.14.16 npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-env npm ERR! extraneous: @babel/preset-typescript@7.16.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-typescript npm ERR! extraneous: @types/debounce@1.2.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debounce npm ERR! extraneous: @types/debug@4.1.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debug npm ERR! extraneous: @types/jest@27.4.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/jest npm ERR! extraneous: @types/mz@2.7.4 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/mz npm ERR! extraneous: @types/nedb@1.8.12 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/nedb npm ERR! extraneous: @types/serialport@8.0.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/serialport npm ERR! extraneous: @typescript-eslint/eslint-plugin@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/eslint-plugin npm ERR! extraneous: @typescript-eslint/parser@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/parser npm ERR! extraneous: eslint@8.8.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/eslint npm ERR! extraneous: jest@27.5.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/jest npm ERR! extraneous: typedoc@0.22.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc npm ERR! extraneous: typedoc-plugin-markdown@3.11.13 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-markdown npm ERR! extraneous: typedoc-plugin-no-inherit@1.3.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-no-inherit npm ERR! extraneous: typedoc-plugin-sourcefile-url@1.0.6 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-sourcefile-url npm ERR! extraneous: typescript@4.5.5 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typescript npm ERR! missing: ms@2.1.2, required by debug@4.3.3 npm ERR! missing: any-promise@1.3.0, required by mz@2.7.0 npm ERR! missing: object-assign@4.1.1, required by mz@2.7.0 npm ERR! missing: thenify-all@1.6.0, required by mz@2.7.0 npm ERR! missing: thenify@3.3.1, required by thenify-all@1.6.0 npm ERR! missing: any-promise@1.3.0, required by thenify@3.3.1 npm ERR! missing: @serialport/binding-mock@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/bindings@9.2.8, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-byte-length@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-cctalk@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-inter-byte-timeout@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-readline@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-ready@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-regex@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/stream@9.2.4, required by serialport@9.2.8 npm ERR! missing: debug@4.3.3, required by serialport@9.2.8 npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/binding-mock@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/binding-mock@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/binding-abstract@9.2.3 npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/bindings@9.2.8 npm ERR! missing: @serialport/parser-readline@9.2.4, required by @serialport/bindings@9.2.8 npm ERR! missing: bindings@1.5.0, required by @serialport/bindings@9.2.8 npm ERR! missing: debug@4.3.3, required by @serialport/bindings@9.2.8 npm ERR! missing: nan@2.15.0, required by @serialport/bindings@9.2.8 npm ERR! missing: prebuild-install@7.0.1, required by @serialport/bindings@9.2.8 npm ERR! missing: file-uri-to-path@1.0.0, required by bindings@1.5.0 npm ERR! missing: detect-libc@2.0.0, required by prebuild-install@7.0.1 npm ERR! missing: expand-template@2.0.3, required by prebuild-install@7.0.1 npm ERR! missing: github-from-package@0.0.0, required by prebuild-install@7.0.1 npm ERR! missing: minimist@1.2.5, required by prebuild-install@7.0.1 npm ERR! missing: mkdirp-classic@0.5.3, required by prebuild-install@7.0.1 npm ERR! missing: napi-build-utils@1.0.2, required by prebuild-install@7.0.1 npm ERR! missing: node-abi@3.8.0, required by prebuild-install@7.0.1 npm ERR! missing: npmlog@4.1.2, required by prebuild-install@7.0.1 npm ERR! missing: pump@3.0.0, required by prebuild-install@7.0.1 npm ERR! missing: rc@1.2.8, required by prebuild-install@7.0.1 npm ERR! missing: simple-get@4.0.1, required by prebuild-install@7.0.1 npm ERR! missing: tar-fs@2.1.1, required by prebuild-install@7.0.1 npm ERR! missing: tunnel-agent@0.6.0, required by prebuild-install@7.0.1 npm ERR! missing: semver@7.3.5, required by node-abi@3.8.0 npm ERR! missing: lru-cache@6.0.0, required by semver@7.3.5 npm ERR! missing: yallist@4.0.0, required by lru-cache@6.0.0 npm ERR! missing: are-we-there-yet@1.1.7, required by npmlog@4.1.2 npm ERR! missing: console-control-strings@1.1.0, required by npmlog@4.1.2 npm ERR! missing: gauge@2.7.4, required by npmlog@4.1.2 npm ERR! missing: set-blocking@2.0.0, required by npmlog@4.1.2 npm ERR! missing: delegates@1.0.0, required by are-we-there-yet@1.1.7 npm ERR! missing: readable-stream@2.3.7, required by are-we-there-yet@1.1.7 npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7 npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7 npm ERR! missing: isarray@1.0.0, required by readable-stream@2.3.7 npm ERR! missing: process-nextick-args@2.0.1, required by readable-stream@2.3.7 npm ERR! missing: safe-buffer@5.1.2, required by readable-stream@2.3.7 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@2.3.7 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@2.3.7 npm ERR! missing: safe-buffer@5.1.2, required by string_decoder@1.1.1 npm ERR! missing: aproba@1.2.0, required by gauge@2.7.4 npm ERR! missing: console-control-strings@1.1.0, required by gauge@2.7.4 npm ERR! missing: has-unicode@2.0.1, required by gauge@2.7.4 npm ERR! missing: object-assign@4.1.1, required by gauge@2.7.4 npm ERR! missing: signal-exit@3.0.7, required by gauge@2.7.4 npm ERR! missing: string-width@1.0.2, required by gauge@2.7.4 npm ERR! missing: strip-ansi@3.0.1, required by gauge@2.7.4 npm ERR! missing: wide-align@1.1.5, required by gauge@2.7.4 npm ERR! missing: code-point-at@1.1.0, required by string-width@1.0.2 npm ERR! missing: is-fullwidth-code-point@1.0.0, required by string-width@1.0.2 npm ERR! missing: strip-ansi@3.0.1, required by string-width@1.0.2 npm ERR! missing: number-is-nan@1.0.1, required by is-fullwidth-code-point@1.0.0 npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1 npm ERR! missing: string-width@1.0.2, required by wide-align@1.1.5 npm ERR! missing: end-of-stream@1.4.4, required by pump@3.0.0 npm ERR! missing: once@1.4.0, required by pump@3.0.0 npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4 npm ERR! missing: wrappy@1.0.2, required by once@1.4.0 npm ERR! missing: deep-extend@0.6.0, required by rc@1.2.8 npm ERR! missing: ini@1.3.8, required by rc@1.2.8 npm ERR! missing: minimist@1.2.5, required by rc@1.2.8 npm ERR! missing: strip-json-comments@2.0.1, required by rc@1.2.8 npm ERR! missing: decompress-response@6.0.0, required by simple-get@4.0.1 npm ERR! missing: once@1.4.0, required by simple-get@4.0.1 npm ERR! missing: simple-concat@1.0.1, required by simple-get@4.0.1 npm ERR! missing: mimic-response@3.1.0, required by decompress-response@6.0.0 npm ERR! missing: chownr@1.1.4, required by tar-fs@2.1.1 npm ERR! missing: mkdirp-classic@0.5.3, required by tar-fs@2.1.1 npm ERR! missing: pump@3.0.0, required by tar-fs@2.1.1 npm ERR! missing: tar-stream@2.2.0, required by tar-fs@2.1.1 npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0 npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0 npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0 npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0 npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0 npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0 npm ERR! missing: buffer@5.7.1, required by bl@4.1.0 npm ERR! missing: inherits@2.0.4, required by bl@4.1.0 npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0 npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1 npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1 npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0 npm ERR! missing: safe-buffer@5.1.2, required by tunnel-agent@0.6.0 npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by @serialport/parser-readline@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/stream@9.2.4 npm ERR! missing: eslint@8.9.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: eslint-config-google@0.14.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: eslint-plugin-jest@26.1.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: jest@27.5.1, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: axios@0.25.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: buffer-crc32@0.2.13, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: https-proxy-agent@5.0.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: tar-stream@2.2.0, required by zigbee-herdsman-converters@14.0.422 npm ERR! missing: zigbee-herdsman@0.14.14, required by zigbee-herdsman-converters@14.0.422 npm ERR! extraneous: eslint@8.9.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint npm ERR! extraneous: eslint-config-google@0.14.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-config-google npm ERR! extraneous: eslint-plugin-jest@26.1.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-plugin-jest npm ERR! extraneous: jest@27.5.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/jest npm ERR! missing: follow-redirects@1.14.8, required by axios@0.25.0 npm ERR! missing: agent-base@6.0.2, required by https-proxy-agent@5.0.0 npm ERR! missing: debug@4.3.3, required by https-proxy-agent@5.0.0 npm ERR! missing: debug@4.3.3, required by agent-base@6.0.2 npm ERR! missing: ms@2.1.2, required by debug@4.3.3 npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0 npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0 npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0 npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0 npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0 npm ERR! missing: buffer@5.7.1, required by bl@4.1.0 npm ERR! missing: inherits@2.0.4, required by bl@4.1.0 npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0 npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1 npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1 npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4 npm ERR! missing: wrappy@1.0.2, required by once@1.4.0 npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0 npm ERR! missing: string_decoder@1.3.0, required by readable-stream@3.6.0 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0 npm ERR! missing: safe-buffer@5.2.1, required by string_decoder@1.3.0 npm ERR! missing: @babel/cli@7.17.0, required by zigbee-herdsman@0.14.14 npm ERR! missing: @babel/preset-env@7.16.11, required by zigbee-herdsman@0.14.14 npm ERR! missing: @babel/preset-typescript@7.16.7, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/debounce@1.2.1, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/debug@4.1.7, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/jest@27.4.0, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/mz@2.7.4, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/nedb@1.8.12, required by zigbee-herdsman@0.14.14 npm ERR! missing: @types/serialport@8.0.2, required by zigbee-herdsman@0.14.14 npm ERR! missing: @typescript-eslint/eslint-plugin@5.10.2, required by zigbee-herdsman@0.14.14 npm ERR! missing: @typescript-eslint/parser@5.10.2, required by zigbee-herdsman@0.14.14 npm ERR! missing: eslint@8.8.0, required by zigbee-herdsman@0.14.14 npm ERR! missing: jest@27.5.0, required by zigbee-herdsman@0.14.14 npm ERR! missing: typedoc@0.22.11, required by zigbee-herdsman@0.14.14 npm ERR! missing: typedoc-plugin-markdown@3.11.13, required by zigbee-herdsman@0.14.14 npm ERR! missing: typedoc-plugin-no-inherit@1.3.1, required by zigbee-herdsman@0.14.14 npm ERR! missing: typedoc-plugin-sourcefile-url@1.0.6, required by zigbee-herdsman@0.14.14 npm ERR! missing: typescript@4.5.5, required by zigbee-herdsman@0.14.14 npm ERR! missing: debounce@1.2.1, required by zigbee-herdsman@0.14.14 npm ERR! missing: debug@4.3.3, required by zigbee-herdsman@0.14.14 npm ERR! missing: fast-deep-equal@3.1.3, required by zigbee-herdsman@0.14.14 npm ERR! missing: mixin-deep@2.0.1, required by zigbee-herdsman@0.14.14 npm ERR! missing: mz@2.7.0, required by zigbee-herdsman@0.14.14 npm ERR! missing: serialport@9.2.8, required by zigbee-herdsman@0.14.14 npm ERR! missing: slip@1.0.2, required by zigbee-herdsman@0.14.14 npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/preset-env npm ERR! extraneous: @babel/preset-typescript@7.16.7 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/preset-typescript npm ERR! extraneous: @types/debounce@1.2.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/debounce npm ERR! extraneous: @types/debug@4.1.7 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/debug npm ERR! extraneous: @types/jest@27.4.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/jest npm ERR! extraneous: @types/mz@2.7.4 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/mz npm ERR! extraneous: @types/nedb@1.8.12 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/nedb npm ERR! extraneous: @types/serialport@8.0.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/serialport npm ERR! extraneous: @typescript-eslint/eslint-plugin@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/eslint-plugin npm ERR! extraneous: @typescript-eslint/parser@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/parser npm ERR! extraneous: eslint@8.8.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/eslint npm ERR! extraneous: jest@27.5.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/jest npm ERR! extraneous: typedoc@0.22.11 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc npm ERR! extraneous: typedoc-plugin-markdown@3.11.13 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-markdown npm ERR! extraneous: typedoc-plugin-no-inherit@1.3.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-no-inherit npm ERR! extraneous: typedoc-plugin-sourcefile-url@1.0.6 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-sourcefile-url npm ERR! extraneous: typescript@4.5.5 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typescript npm ERR! missing: ms@2.1.2, required by debug@4.3.3 npm ERR! missing: any-promise@1.3.0, required by mz@2.7.0 npm ERR! missing: object-assign@4.1.1, required by mz@2.7.0 npm ERR! missing: thenify-all@1.6.0, required by mz@2.7.0 npm ERR! missing: thenify@3.3.1, required by thenify-all@1.6.0 npm ERR! missing: any-promise@1.3.0, required by thenify@3.3.1 npm ERR! missing: @serialport/binding-mock@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/bindings@9.2.8, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-byte-length@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-cctalk@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-inter-byte-timeout@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-readline@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-ready@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/parser-regex@9.2.4, required by serialport@9.2.8 npm ERR! missing: @serialport/stream@9.2.4, required by serialport@9.2.8 npm ERR! missing: debug@4.3.3, required by serialport@9.2.8 npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/binding-mock@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/binding-mock@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/binding-abstract@9.2.3 npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/bindings@9.2.8 npm ERR! missing: @serialport/parser-readline@9.2.4, required by @serialport/bindings@9.2.8 npm ERR! missing: bindings@1.5.0, required by @serialport/bindings@9.2.8 npm ERR! missing: debug@4.3.3, required by @serialport/bindings@9.2.8 npm ERR! missing: nan@2.15.0, required by @serialport/bindings@9.2.8 npm ERR! missing: prebuild-install@7.0.1, required by @serialport/bindings@9.2.8 npm ERR! missing: file-uri-to-path@1.0.0, required by bindings@1.5.0 npm ERR! missing: detect-libc@2.0.0, required by prebuild-install@7.0.1 npm ERR! missing: expand-template@2.0.3, required by prebuild-install@7.0.1 npm ERR! missing: github-from-package@0.0.0, required by prebuild-install@7.0.1 npm ERR! missing: minimist@1.2.5, required by prebuild-install@7.0.1 npm ERR! missing: mkdirp-classic@0.5.3, required by prebuild-install@7.0.1 npm ERR! missing: napi-build-utils@1.0.2, required by prebuild-install@7.0.1 npm ERR! missing: node-abi@3.8.0, required by prebuild-install@7.0.1 npm ERR! missing: npmlog@4.1.2, required by prebuild-install@7.0.1 npm ERR! missing: pump@3.0.0, required by prebuild-install@7.0.1 npm ERR! missing: rc@1.2.8, required by prebuild-install@7.0.1 npm ERR! missing: simple-get@4.0.1, required by prebuild-install@7.0.1 npm ERR! missing: tar-fs@2.1.1, required by prebuild-install@7.0.1 npm ERR! missing: tunnel-agent@0.6.0, required by prebuild-install@7.0.1 npm ERR! missing: semver@7.3.5, required by node-abi@3.8.0 npm ERR! missing: lru-cache@6.0.0, required by semver@7.3.5 npm ERR! missing: yallist@4.0.0, required by lru-cache@6.0.0 npm ERR! missing: are-we-there-yet@1.1.7, required by npmlog@4.1.2 npm ERR! missing: console-control-strings@1.1.0, required by npmlog@4.1.2 npm ERR! missing: gauge@2.7.4, required by npmlog@4.1.2 npm ERR! missing: set-blocking@2.0.0, required by npmlog@4.1.2 npm ERR! missing: delegates@1.0.0, required by are-we-there-yet@1.1.7 npm ERR! missing: readable-stream@2.3.7, required by are-we-there-yet@1.1.7 npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7 npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7 npm ERR! missing: isarray@1.0.0, required by readable-stream@2.3.7 npm ERR! missing: process-nextick-args@2.0.1, required by readable-stream@2.3.7 npm ERR! missing: safe-buffer@5.1.2, required by readable-stream@2.3.7 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@2.3.7 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@2.3.7 npm ERR! missing: safe-buffer@5.1.2, required by string_decoder@1.1.1 npm ERR! missing: aproba@1.2.0, required by gauge@2.7.4 npm ERR! missing: console-control-strings@1.1.0, required by gauge@2.7.4 npm ERR! missing: has-unicode@2.0.1, required by gauge@2.7.4 npm ERR! missing: object-assign@4.1.1, required by gauge@2.7.4 npm ERR! missing: signal-exit@3.0.7, required by gauge@2.7.4 npm ERR! missing: string-width@1.0.2, required by gauge@2.7.4 npm ERR! missing: strip-ansi@3.0.1, required by gauge@2.7.4 npm ERR! missing: wide-align@1.1.5, required by gauge@2.7.4 npm ERR! missing: code-point-at@1.1.0, required by string-width@1.0.2 npm ERR! missing: is-fullwidth-code-point@1.0.0, required by string-width@1.0.2 npm ERR! missing: strip-ansi@3.0.1, required by string-width@1.0.2 npm ERR! missing: number-is-nan@1.0.1, required by is-fullwidth-code-point@1.0.0 npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1 npm ERR! missing: string-width@1.0.2, required by wide-align@1.1.5 npm ERR! missing: end-of-stream@1.4.4, required by pump@3.0.0 npm ERR! missing: once@1.4.0, required by pump@3.0.0 npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4 npm ERR! missing: wrappy@1.0.2, required by once@1.4.0 npm ERR! missing: deep-extend@0.6.0, required by rc@1.2.8 npm ERR! missing: ini@1.3.8, required by rc@1.2.8 npm ERR! missing: minimist@1.2.5, required by rc@1.2.8 npm ERR! missing: strip-json-comments@2.0.1, required by rc@1.2.8 npm ERR! missing: decompress-response@6.0.0, required by simple-get@4.0.1 npm ERR! missing: once@1.4.0, required by simple-get@4.0.1 npm ERR! missing: simple-concat@1.0.1, required by simple-get@4.0.1 npm ERR! missing: mimic-response@3.1.0, required by decompress-response@6.0.0 npm ERR! missing: chownr@1.1.4, required by tar-fs@2.1.1 npm ERR! missing: mkdirp-classic@0.5.3, required by tar-fs@2.1.1 npm ERR! missing: pump@3.0.0, required by tar-fs@2.1.1 npm ERR! missing: tar-stream@2.2.0, required by tar-fs@2.1.1 npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0 npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0 npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0 npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0 npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0 npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0 npm ERR! missing: buffer@5.7.1, required by bl@4.1.0 npm ERR! missing: inherits@2.0.4, required by bl@4.1.0 npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0 npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1 npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1 npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0 npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0 npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0 npm ERR! missing: safe-buffer@5.1.2, required by tunnel-agent@0.6.0 npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by @serialport/parser-readline@9.2.4 npm ERR! missing: debug@4.3.3, required by @serialport/stream@9.2.4
Noch nen Tip wie ich das noch weg bekomme ?
Thx Sunny -
-
@arteck sagte in NPM List Fehler "npm ERR! peer dep missing":
npm cache clean --force
Top ! Danke fΓΌr den Tip, die UNMET DEPENDENCYΒ΄s sind nun weg
Jetzt hab ich noch bei NPM list :
npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by rollup-plugin-polyfill-node@0.8.0 npm ERR! peer dep missing: rollup@^1.20.0 || ^2.0.0, required by @rollup/plugin-inject@4.0.4 npm ERR! peer dep missing: rollup@^1.20.0||^2.0.0, required by @rollup/pluginutils@3.1.0 npm ERR! peer dep missing: @material-ui/core@^4.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react-dom@^16.8.0 || ^17.0.0, required by @material-ui/pickers@3.3.10 npm ERR! peer dep missing: react@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! peer dep missing: react@>=16.8, required by rifm@0.7.0 npm ERR! peer dep missing: react-dom@>=16.6.0, required by react-transition-group@4.4.2 npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-env npm ERR! extraneous: @babel/preset-typescript@7.16.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@babel/preset-typescript npm ERR! extraneous: @types/debounce@1.2.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debounce npm ERR! extraneous: @types/debug@4.1.7 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/debug npm ERR! extraneous: @types/jest@27.4.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/jest npm ERR! extraneous: @types/mz@2.7.4 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/mz npm ERR! extraneous: @types/nedb@1.8.12 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/nedb npm ERR! extraneous: @types/serialport@8.0.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@types/serialport npm ERR! extraneous: @typescript-eslint/eslint-plugin@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/eslint-plugin npm ERR! extraneous: @typescript-eslint/parser@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/parser npm ERR! extraneous: eslint@8.8.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/eslint npm ERR! extraneous: jest@27.5.0 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/jest npm ERR! extraneous: typedoc@0.22.11 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc npm ERR! extraneous: typedoc-plugin-markdown@3.11.13 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-markdown npm ERR! extraneous: typedoc-plugin-no-inherit@1.3.1 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-no-inherit npm ERR! extraneous: typedoc-plugin-sourcefile-url@1.0.6 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-sourcefile-url npm ERR! extraneous: typescript@4.5.5 /opt/iobroker/node_modules/zigbee-herdsman/node_modules/typescript npm ERR! extraneous: eslint@8.9.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint npm ERR! extraneous: eslint-config-google@0.14.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-config-google npm ERR! extraneous: eslint-plugin-jest@26.1.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/eslint-plugin-jest npm ERR! extraneous: jest@27.5.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/jest npm ERR! extraneous: @babel/cli@7.17.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/cli npm ERR! extraneous: @babel/preset-env@7.16.11 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/preset-env npm ERR! extraneous: @babel/preset-typescript@7.16.7 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@babel/preset-typescript npm ERR! extraneous: @types/debounce@1.2.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/debounce npm ERR! extraneous: @types/debug@4.1.7 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/debug npm ERR! extraneous: @types/jest@27.4.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/jest npm ERR! extraneous: @types/mz@2.7.4 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/mz npm ERR! extraneous: @types/nedb@1.8.12 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/nedb npm ERR! extraneous: @types/serialport@8.0.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@types/serialport npm ERR! extraneous: @typescript-eslint/eslint-plugin@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/eslint-plugin npm ERR! extraneous: @typescript-eslint/parser@5.10.2 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/@typescript-eslint/parser npm ERR! extraneous: eslint@8.8.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/eslint npm ERR! extraneous: jest@27.5.0 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/jest npm ERR! extraneous: typedoc@0.22.11 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc npm ERR! extraneous: typedoc-plugin-markdown@3.11.13 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-markdown npm ERR! extraneous: typedoc-plugin-no-inherit@1.3.1 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-no-inherit npm ERR! extraneous: typedoc-plugin-sourcefile-url@1.0.6 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typedoc-plugin-sourcefile-url npm ERR! extraneous: typescript@4.5.5 /opt/iobroker/node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/typescript
Hier noch ne Idee wie ich die noch weg bekomme ?
Danke und GrΓΌΓe
Sunny
-
@sunny9999 ja lass die finger von npm list..
-
@arteck
Danke, hast ja recht, wenns lΓ€uft und das tut es......also lass ich es..
GrΓΌΓe
Sunny -