Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. (gelöst) npm error code EOVERRIDE

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    (gelöst) npm error code EOVERRIDE

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @muckel last edited by

      @muckel sagte in npm error code EOVERRIDE:

      Ich würde vielleicht mal versuchen
      "@iobroker/adapter-core": "^3.1.4",
      rauszukicken. Kann aber auch für weitere Probleme sorgen...

      cd /opt/iobroker
      npm uninstall @iobroker/adapter-core
      
      M 1 Reply Last reply Reply Quote 0
      • M
        muckel @Thomas Braun last edited by

        @thomas-braun

        ...und ein npm install @iobroker/adapter-core könnte das nicht reparieren?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @muckel last edited by

          @muckel
          Nein, weil das Paket gar nicht an diese Stelle gehört.

          M 1 Reply Last reply Reply Quote 0
          • M
            muckel @Thomas Braun last edited by

            @thomas-braun

            alles klar. dann ist das ein überbleibsel vom irrtümlich installierten paket im april.
            mit 3.1.4 war alles o.k.
            seit dem wechsel auf 3.1.6 spinnt es jetzt.

            könnte diese annahme richtig sein?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @muckel last edited by

              @muckel sagte in npm error code EOVERRIDE:

              dann ist das ein überbleibsel vom irrtümlich installierten paket im april.

              Natürlich.

              M 1 Reply Last reply Reply Quote 0
              • M
                muckel @Thomas Braun last edited by

                @thomas-braun

                habs gerade probiert: 😞

                erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core
                [sudo] password for erich:
                npm error code EOVERRIDE
                npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                
                npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_43_42_994Z-debug-0.log
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @muckel last edited by

                  @muckel

                  npm uninstall @iobroker/adapter-core@3.1.4 --save
                  

                  mal versuchen.

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    muckel @Thomas Braun last edited by

                    @thomas-braun

                    selbe ergebnis:

                    erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --save
                    npm error code EOVERRIDE
                    npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                    
                    npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_50_40_014Z-debug-0.log
                    
                    

                    ... und wenn ich das 1.3.4 in der package.json einfach auskommentiere?
                    geht das?

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @muckel last edited by

                      @muckel sagte in npm error code EOVERRIDE:

                      geht das?

                      Nein, das versaubeutelt dir die Kiste nur noch mehr.

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        muckel @Thomas Braun last edited by

                        @thomas-braun
                        dachte ich mir schon 😞

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @muckel last edited by

                          @muckel

                          Versuch es mal andersherum:

                          npm uninstall @iobroker/adapter-core@3.1.4 --no-save
                          
                          M 1 Reply Last reply Reply Quote 0
                          • M
                            muckel @Thomas Braun last edited by muckel

                            @thomas-braun sagte in npm error code EOVERRIDE:

                            npm uninstall @iobroker/adapter-core@3.1.4 --no-save

                            immer der gleiche scheiß

                            erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --no-save
                            npm error code EOVERRIDE
                            npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                            
                            npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_58_01_916Z-debug-0.log
                            
                            

                            npm uninstall @iobroker/adapter-core@3.1.4 --force
                            wäre das eine möglichkeit?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @muckel last edited by

                              @muckel

                              Ich weiß nicht, ob --force eine Option ist. In der Doku steht die nicht drin...

                              npm uninstall @iobroker/adapter-core@3.1.4 --save --force
                              

                              dann wohl.

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                muckel @Thomas Braun last edited by muckel

                                @thomas-braun sagte in npm error code EOVERRIDE:

                                npm uninstall @iobroker/adapter-core@3.1.4 --save --force

                                erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --save --force
                                npm warn using --force Recommended protections disabled.
                                npm error code EOVERRIDE
                                npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                                
                                npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T09_09_27_523Z-debug-0.log
                                
                                

                                npm config set legacy-peer-deps true
                                wäre das eine möglichkeit aus dem dilemma zu kommen?

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @muckel last edited by

                                  @muckel sagte in npm error code EOVERRIDE:

                                  wäre das eine möglichkeit aus dem dilemma zu kommen?

                                  ich weiß es nicht.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    muckel @Thomas Braun last edited by

                                    @thomas-braun

                                    könnte das @apollon77 wissen?

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @muckel last edited by

                                      @muckel

                                      Das weiß ich auch nicht.

                                      Aber wie hast du das Paket überhaupt an die Stelle bekommen?

                                      M 2 Replies Last reply Reply Quote 0
                                      • M
                                        muckel @Thomas Braun last edited by

                                        @thomas-braun

                                        Im April habe ich irrtümlich ein "npm i @iobroker/adapter-core" im /opt/iobroker verzeichnis gemacht.
                                        siehe oben den verlinkten thread.

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          muckel @Thomas Braun last edited by

                                          @thomas-braun

                                          So, package.json und package-lock.json vom adapter-core befreit.
                                          npm uninstall funktioniert natürlich nicht, aber die adapter lassen sich wieder installieren. 🙂

                                          guckst du.
                                          ich hoffe, ich hab mir mit diesem brutalen eingriff nicht alles verbogen.

                                          erich@smarthome:/opt/iobroker$ jq . package.json
                                          {
                                            "name": "iobroker.inst",
                                            "version": "3.0.0",
                                            "private": true,
                                            "description": "Automate your Life",
                                            "engines": {
                                              "node": ">=10.0.0"
                                            },
                                            "dependencies": {
                                              "@iobroker-javascript.0/dewpoint": "npm:dewpoint@^1.0.0",
                                              "@iobroker-javascript.0/node-nut": "npm:node-nut@^1.0.3",
                                              "@iobroker-javascript.0/node-onvif": "npm:node-onvif@^0.1.7",
                                              "admin": "^1.4.1",
                                              "iobroker": "^4.0.3",
                                              "iobroker.admin": "6.17.14",
                                              "iobroker.alarm": "3.6.1",
                                              "iobroker.alexa2": "^3.26.5",
                                              "iobroker.apg-info": "0.1.7",
                                              "iobroker.asuswrt": "1.0.1",
                                              "iobroker.awattar": "1.0.6",
                                              "iobroker.backitup": "3.0.5",
                                              "iobroker.blink4home": "0.1.1",
                                              "iobroker.broadlink2": "2.3.0",
                                              "iobroker.cloud": "5.0.1",
                                              "iobroker.countdown": "2.2.0",
                                              "iobroker.daswetter": "3.1.15",
                                              "iobroker.deconz": "1.4.1",
                                              "iobroker.device-watcher": "2.12.1",
                                              "iobroker.devices": "1.1.5",
                                              "iobroker.discovery": "4.5.0",
                                              "iobroker.echarts": "1.8.4",
                                              "iobroker.energiefluss-erweitert": "0.4.1",
                                              "iobroker.esphome": "0.5.0-beta.8",
                                              "iobroker.eusec": "1.2.1",
                                              "iobroker.eventlist": "2.0.1",
                                              "iobroker.feiertage": "1.2.0",
                                              "iobroker.firetv": "2.1.0",
                                              "iobroker.flot": "1.12.0",
                                              "iobroker.fuelpricemonitor": "0.4.0",
                                              "iobroker.geofency": "1.2.4",
                                              "iobroker.govee-app": "github:TA2k/ioBroker.govee-app",
                                              "iobroker.govee-local": "0.2.6",
                                              "iobroker.ham": "5.3.1",
                                              "iobroker.harmony": "1.5.0",
                                              "iobroker.heatingcontrol": "2.12.8",
                                              "iobroker.heizungssteuerung": "1.7.0",
                                              "iobroker.history": "3.0.1",
                                              "iobroker.hm-rega": "4.0.0",
                                              "iobroker.hm-rpc": "1.17.0",
                                              "iobroker.homeconnect": "^1.4.0",
                                              "iobroker.hs100": "2.2.0",
                                              "iobroker.hue": "3.11.0",
                                              "iobroker.hue-extended": "2.0.0",
                                              "iobroker.icons-addictive-flavour-png": "0.1.0",
                                              "iobroker.icons-fatcow-hosting": "0.1.0",
                                              "iobroker.icons-icons8": "0.0.1",
                                              "iobroker.icons-material-png": "0.1.0",
                                              "iobroker.icons-material-svg": "0.1.0",
                                              "iobroker.icons-mfd-png": "1.2.1",
                                              "iobroker.icons-mfd-svg": "1.2.0",
                                              "iobroker.icons-open-icon-library-png": "github:ioBroker/ioBroker.icons-open-icon-library-png#master",
                                              "iobroker.icons-ultimate-png": "1.0.1",
                                              "iobroker.iot": "3.3.0",
                                              "iobroker.iqontrol": "2.3.0",
                                              "iobroker.jarvis": "3.1.8",
                                              "iobroker.javascript": "8.6.0",
                                              "iobroker.js-controller": "6.0.5",
                                              "iobroker.lg-thinq": "1.0.1",
                                              "iobroker.lightcontrol": "0.5.0",
                                              "iobroker.linux-control": "1.1.5",
                                              "iobroker.logparser": "2.2.2",
                                              "iobroker.lovelace": "4.1.10",
                                              "iobroker.luftdaten": "3.1.0",
                                              "iobroker.material": "1.3.1",
                                              "iobroker.maxcube": "1.0.4",
                                              "iobroker.meteoalarm": "3.0.2",
                                              "iobroker.mihome": "1.4.0",
                                              "iobroker.mihome-vacuum": "4.2.0",
                                              "iobroker.minuvis": "2.3.3",
                                              "iobroker.mobile": "1.0.1",
                                              "iobroker.moma": "1.2.9",
                                              "iobroker.mqtt": "5.2.0",
                                              "iobroker.mydlink": "1.3.6",
                                              "iobroker.netatmo": "3.1.0",
                                              "iobroker.netatmo-crawler": "0.8.1",
                                              "iobroker.nuki-extended": "2.7.0",
                                              "iobroker.nut": "1.6.0",
                                              "iobroker.octoprint": "5.1.0",
                                              "iobroker.pid": "1.1.3",
                                              "iobroker.ping": "1.6.2",
                                              "iobroker.pushover": "3.0.6",
                                              "iobroker.pvforecast": "2.9.1",
                                              "iobroker.radar2": "2.2.0",
                                              "iobroker.residents": "0.1.1",
                                              "iobroker.rest-api": "2.0.1",
                                              "iobroker.rflink": "2.1.12",
                                              "iobroker.rickshaw": "1.0.0",
                                              "iobroker.samsung": "0.6.0",
                                              "iobroker.samsung_tizen": "github:iobroker-community-adapters/ioBroker.samsung_tizen#b53ea16889af7d7d5e9e984c764a24c9e570facb",
                                              "iobroker.scenes": "3.2.1",
                                              "iobroker.shelly": "7.0.0",
                                              "iobroker.shuttercontrol": "1.7.3",
                                              "iobroker.simple-api": "2.8.0",
                                              "iobroker.smartgarden": "2.0.1",
                                              "iobroker.smartmeter": "3.4.0",
                                              "iobroker.smartthings": "0.1.2",
                                              "iobroker.socketio": "6.7.0",
                                              "iobroker.solarmanpv": "0.5.1",
                                              "iobroker.sonoff": "3.1.0",
                                              "iobroker.sonos": "3.0.0",
                                              "iobroker.sourceanalytix": "0.4.14",
                                              "iobroker.sprinklecontrol": "0.2.13",
                                              "iobroker.sureflap": "2.1.2",
                                              "iobroker.synology": "3.1.0",
                                              "iobroker.tapo": "0.3.3",
                                              "iobroker.time-switch": "2.2.2",
                                              "iobroker.traccar": "1.1.4",
                                              "iobroker.tuya": "3.15.0",
                                              "iobroker.virtualpowermeter": "1.4.6",
                                              "iobroker.vis": "1.5.6",
                                              "iobroker.vis-2": "2.9.64",
                                              "iobroker.vis-2-beta": "^2.0.22",
                                              "iobroker.vis-2-widgets-energy": "0.3.11",
                                              "iobroker.vis-2-widgets-gauges": "1.0.3",
                                              "iobroker.vis-2-widgets-material": "1.3.33",
                                              "iobroker.vis-2-widgets-sweethome3d": "0.1.6",
                                              "iobroker.vis-canvas-gauges": "1.0.1",
                                              "iobroker.vis-fancyswitch": "1.1.0",
                                              "iobroker.vis-history": "1.0.0",
                                              "iobroker.vis-homekittiles": "0.0.16",
                                              "iobroker.vis-hqwidgets": "1.5.1",
                                              "iobroker.vis-icontwo": "1.5.0",
                                              "iobroker.vis-inventwo": "3.3.4",
                                              "iobroker.vis-jqui-mfd": "1.1.1",
                                              "iobroker.vis-justgage": "2.1.7",
                                              "iobroker.vis-lcars": "1.1.1",
                                              "iobroker.vis-material": "0.1.3",
                                              "iobroker.vis-material-advanced": "1.7.4",
                                              "iobroker.vis-material-webfont": "0.0.3",
                                              "iobroker.vis-materialdesign": "0.5.9",
                                              "iobroker.vis-metro": "1.2.0",
                                              "iobroker.vis-plumb": "1.0.2",
                                              "iobroker.vis-rgraph": "0.0.2",
                                              "iobroker.vis-timeandweather": "1.2.2",
                                              "iobroker.vis-weather": "2.5.9",
                                              "iobroker.weather-warnings": "0.6.7",
                                              "iobroker.weatherunderground": "3.7.0",
                                              "iobroker.web": "6.2.6",
                                              "iobroker.welcome": "0.3.0",
                                              "iobroker.whatsapp-cmb": "0.3.0",
                                              "iobroker.withings": "0.0.13",
                                              "iobroker.ws": "2.6.1",
                                              "iobroker.yeelight-2": "1.4.0",
                                              "iobroker.zigbee2mqtt": "2.13.6",
                                              "jscs": "^3.0.7",
                                              "jscs-loader": "^0.3.0",
                                              "telegram": "^2.20.15",
                                              "tough-cookie": "^4.1.2"
                                            },
                                            "devDependencies": {
                                              "depcheck": "^1.4.7"
                                            },
                                            "overrides": {
                                              "@iobroker/adapter-core": "^3.1.6"
                                            }
                                          }
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @muckel last edited by Thomas Braun

                                            @muckel
                                            Okay, wie schaut denn jetzt ein

                                            npm ls
                                            

                                            und ein

                                            iob update
                                            

                                            aus? Da liegt ja noch mehr Zeug daneben, wenn ich das richtig sehe.

                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            696
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            83
                                            5450
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo