ioBroker / ioBroker.iot

Connection for Alexa, IFTTT, Google Home and co
MIT License
72 stars 25 forks source link

Installation of iobroker.iot 1.11.8 fails #444

Open XeQutR opened 2 years ago

XeQutR commented 2 years ago

Describe the bug
When trying to install the adapter iobroker.iot v1.11.8 it fails with the following message (logs):

4591 verbose cwd /opt/iobroker 4592 verbose Linux 5.10.0-15-amd64 4593 verbose node v16.15.1 4594 verbose npm v8.13.1 4595 error code ETARGET 4596 error notarget No matching version found for define-properties@^1.1.4. 4597 error notarget In most cases you or one of your dependencies are requesting 4597 error notarget a package version that doesn't exist. 4598 verbose exit 1 4599 timing npm Completed in 7868ms 4600 verbose unfinished npm timer reify 1656319173322 4601 verbose unfinished npm timer reify:loadTrees 1656319173325 4602 verbose code 1

Manually installing define-properties 1.1.4 works without any issues, but ultimately installing the ioBroker.iot adapter won't do.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ioBroker / Adapters and
  2. Add ioBroker.iot adapter to start installation

Installation fails with the following error message in ioBroker:

$ iobroker add iot --host vmiobroker NPM version: 8.13.1 Installing iobroker.iot@1.11.8... (System call) host.vmiobroker Cannot install iobroker.iot@1.11.8: 1 ERROR: Process exited with code 25`

Expected behavior
ioBroker.iot adapter gets installed and an instance is being added/created.

Screenshots & Logfiles
N/A

Versions:

Additional context
N/A

Apollon77 commented 2 years ago

Please provide output of "iob upgrade iot@1.11.8 --debug" ... in fact it should never be needed to install packages manually andf this gives more issues on the long run!

Grothesk242 commented 2 years ago

Strange. This is not a DEP in iobroker.iot:

echad@chet:/opt/iobroker $ npm ls define-properties iobroker.iot
iobroker.inst@3.0.0 /opt/iobroker
├─┬ iobroker.backitup@2.4.10
│ └─┬ node-schedule@2.1.0
│   └─┬ cron-parser@3.5.0
│     └─┬ is-nan@1.3.2
│       └── define-properties@1.1.4
├── iobroker.iot@1.11.8
└─┬ iobroker.miio@0.0.13
  └─┬ miio-lite@0.15.7
    └─┬ deep-equal@1.1.1
      ├─┬ object-is@1.1.5
      │ └── define-properties@1.1.4 deduped
      └─┬ regexp.prototype.flags@1.4.3
        └── define-properties@1.1.4 deduped
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.