Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Reparatur einer defekten Grundinstallation

    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

    Reparatur einer defekten Grundinstallation

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @mickym last edited by

      @mickym oder die powershell.....

      Ich halte aber - auch wegen der Serververwaltung puTTY für einen Einsteiger sinnvoller

      @mb78 Bitte auch das ignorieren - finetuning kommt wenn die Stützräder abgebaut werden

      1 Reply Last reply Reply Quote 0
      • M
        mb78 last edited by

        hier die Ausgabe nach dem 1. Befehl:

        /usr/bin/nodejs
        v13.14.0
        /usr/bin/node
        v13.14.0
        /usr/bin/npm
        6.14.8
        nodejs:
          Installed: 13.14.0-1nodesource1
          Candidate: 13.14.0-1nodesource1
          Version table:
         *** 13.14.0-1nodesource1 500
                500 https://deb.nodesource.com/node_13.x buster/main armhf Packages
                100 /var/lib/dpkg/status
             10.21.0~dfsg-1~deb10u1+rpi1 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        
        
        Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @mb78 last edited by

          @mb78
          Da fehlt aber der erste Teil:

          which nodejs && nodejs -v && which node && node -v && which npm && npm -v
          
          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @mb78 last edited by

            @mb78 sagte in Reparatur einer defekten Grundinstallation:

            hier die Ausgabe nach dem 1. Befehl:

            ich bat dich den Befehl mit zu posten:

            @homoran sagte in Reparatur einer defekten Grundinstallation:

            die Ausgabe mit Befehl

            1 Reply Last reply Reply Quote 0
            • M
              mb78 last edited by

              Teil 2: Installationen geradeziehen
              
              Und was mache ich, wenn die Installation nicht so aussieht?
              
              Szenario 1 / falsche Pfade
              
              Wenn der Test auf 'ordentliche' Installation über
              
              which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs 
              

              Damit sollte ich doch anfangen?

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

                @mb78 Ja, aber mit der kompletten Befehlszeile.
                Und nicht nur mit dem Ende.
                Am besten postest du sowohl deine Ein- wie auch die systemseitigen Ausgaben in Gänze.

                1 Reply Last reply Reply Quote 0
                • M
                  mb78 last edited by

                  Ich habe hiermit angefangen

                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  

                  und das erhalten o.g. Ergebnis erhalten

                  Thomas Braun Homoran 4 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @mb78 last edited by

                    @mb78

                    Am besten postest du sowohl deine Ein- wie auch die systemseitigen Ausgaben in Gänze.

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @mb78 last edited by

                      @mb78 sagte in Reparatur einer defekten Grundinstallation:

                      Ich habe hiermit angefangen

                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                      

                      und das erhalten o.g. Ergebnis erhalten

                      und das demnächst bitte immer zusammen:

                      pi@cubietruck:~$ which nodejs && nodejs -v && which node && node -v && which npm                                                         && npm -v && apt policy nodejs
                      /usr/bin/nodejs
                      v12.20.0
                      /usr/bin/node
                      v12.20.0
                      /usr/bin/npm
                      6.14.8
                      nodejs:
                        Installed: 12.20.0-1nodesource1
                        Candidate: 12.20.0-1nodesource1
                        Version table:
                       *** 12.20.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                              100 /var/lib/dpkg/status
                           10.21.0~dfsg-1~deb10u1 500
                              500 http://deb.debian.org/debian buster/main armhf Packages
                              500 http://security.debian.org buster/updates/main armhf Packages
                      pi@cubietruck:~$
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • M
                        mb78 last edited by

                        Achso, ja ok sorry.

                        Is denn da schon ein Fehler drin?

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

                          @mb78
                          Dann ist die Sache easy.
                          Es gilt
                          Teil 1.1 Node-Upgrade/ Wechsel der nodejs-Version
                          In der /etc/apt/sources.list.d/nodesource.list
                          die 13 gegen eine 14 tauschen, dann

                          sudo apt update
                          sudo apt dist-upgrade
                          sudo reboot
                          
                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @mb78 last edited by

                            @mb78
                            Wobei mich immer noch die V13 wundert, auch wenn die grundsätzlich sauber installiert wurde.
                            In allen 'vernünftigen' Anleitungen zur Installation von ioBroker steht drin, dass man entweder gar nichts bzgl. node machen muss, weil der Installer die richtige Version mitnimmt oder wenn man es manuell macht IMMER eine gerade Version nimmt.

                            1 Reply Last reply Reply Quote 0
                            • M
                              mb78 last edited by

                              woher bekomme ich die nodesource.list?

                              Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @mb78 last edited by Homoran

                                @mb78 sagte in Reparatur einer defekten Grundinstallation:

                                woher bekomme ich die nodesource.list?

                                sudo nano /etc/apt/sources.list.d/nodesource.list

                                nano ist ein Editor

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

                                  @mb78 Die Datei ist schon auf deinem System vorhanden, hat aber den falschen Eintrag 13 drin.
                                  Steht aber auch so im HowTo drin.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mb78 last edited by

                                    sudo nano /etc/apt/sources.list.d/nodesource.list
                                    
                                    
                                                 [ Directory '/etc/apt/sourceslist.d' does not exist ]
                                    ^G Get Help  ^O Write Out ^W Where Is  ^K Cut Text  ^J Justify   ^C Cur Pos
                                    ^X Exit      ^R Read File ^\ Replace   ^U Uncut Text^T To Spell  ^_ Go To Line
                                    
                                    

                                    das ist die Ausgabe

                                    Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @mb78 last edited by

                                      @mb78 Da fehlt ein Punkt.
                                      sources.list.d

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @mb78 last edited by

                                        @mb78 sagte in Reparatur einer defekten Grundinstallation:

                                        das ist die Ausgabe

                                        du kannst auch vom Browser in putty kopieren

                                        • markieren in der Anleitung im Browser
                                        • STRG-C
                                        • rechte Maustaste in putty
                                        1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @mb78 last edited by Thomas Braun

                                          @mb78
                                          Mit STRG-X kommst du da übrigens wieder raus.

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            mb78 last edited by

                                            
                                            deb https://deb.nodesource.com/node_13.x buster main
                                            deb-src https://deb.nodesource.com/node_13.x buster main
                                            
                                            

                                            hier wieder die Ausgabe

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            925
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            88
                                            2147
                                            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