Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Hilfe: ich kriege IOBroker NICHT installiert

    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] Hilfe: ich kriege IOBroker NICHT installiert

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      skorpil last edited by

      Galferiz, schreib mal genau das, was ich in Post 9 geschrieben habe. Ganz genau. Und: schreiben, nicht kopieren. Dann geht es!

      1 Reply Last reply Reply Quote 0
      • S
        skorpil last edited by

        Also: das hier "sudo npm install iobroker –unsafe-perm"

        1 Reply Last reply Reply Quote 0
        • G
          galferiz last edited by

          root@raspberrypi:/opt/iobroker# sudo npm install iobroker –unsafe-perm

          sudo: npm: command not found

          emm - nope 😉

          läuft nicht

          1 Reply Last reply Reply Quote 0
          • S
            skorpil last edited by

            Du hast auch insatll geschrieben. Und nicht install. Versuch nochmal.

            1 Reply Last reply Reply Quote 0
            • G
              galferiz last edited by

              alles probiert - 3. versuch,

              immer der selbe Fehler

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

                @galferiz:

                sudo: npm: command not found `
                Hast du denn nodejs incl. npm installiert?

                was sagt

                nodejs -v
                node -v
                npm -v
                

                Gruß

                Rainer

                1 Reply Last reply Reply Quote 0
                • G
                  galferiz last edited by

                  root@raspberrypi:/opt/iobroker# nodejs -v

                  v0.10.29

                  root@raspberrypi:/opt/iobroker# node -v

                  -bash: node: command not found

                  root@raspberrypi:/opt/iobroker# npm -v

                  -bash: npm: command not found

                  node - v hat er schon nicht bei der installation genommen

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

                    Wo hast du denn diese Installation her?

                    Auf welcher Hardware?

                    Gruß

                    Rainer

                    1 Reply Last reply Reply Quote 0
                    • G
                      galferiz last edited by

                      …

                      7. Nach der Installation muss das Kommando „node -v“ die Version von node.js zurückgeben. Falls es nicht passiert, dann sollte noch ein Alias erzeugt werden:

                      sudo ln -s /usr/local/bin/nodejs /usr/bin/node

                      Passierte nicht viel .. :?

                      1 Reply Last reply Reply Quote 0
                      • G
                        galferiz last edited by

                        http://www.iobroker.net/docu/?page_id=5106&lang=de

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

                          etwa das hier?
                          ` > Node.js neu installieren nur für Raspbery 1

                          wget http://node-arm.herokuapp.com/node_archive_armhf.deb

                          sudo dpkg -i node_archive_armhf.deb

                          sudo apt-get install build-essential python python-rpi.gpio

                          reboot `

                          Deswegen:
                          @Homoran:

                          Auf welcher Hardware? `

                          1 Reply Last reply Reply Quote 0
                          • G
                            galferiz last edited by

                            Nein, nur dies (gemäß anleitung):

                            Node.js neu installieren für Raspbery 2/3

                            curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

                            sudo apt-get install -y build-essential python nodejs

                            reboot

                            1 Reply Last reply Reply Quote 0
                            • G
                              galferiz last edited by

                              Ok, mal ne böde Frage:

                              Model B+ ist doch einer 2er?

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

                                @galferiz:

                                setup_4.x `
                                Dann solltest du auch nodejs 4.x haben.

                                Mache bitte nochmal die folgenden Schritte erneut:

                                Die alten node & node.js Versionen deinstallieren (bei Jessie Light nicht notwendig)

                                apt-get --purge remove node
                                apt-get --purge remove nodejs
                                apt-get autoremove
                                reboot
                                

                                als Root über Putty anmelden

                                Node.js neu installieren für Raspbery 2/3

                                curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
                                sudo apt-get install -y build-essential python nodejs
                                reboot
                                

                                Du musst irgendwie zum Schluss doch noch die anderen Befehle abgesetzt haben.

                                Gruß

                                Rainer

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

                                  @galferiz:

                                  Ok, mal ne böde Frage:

                                  Model B+ ist doch einer 2er? `

                                  Nein! sondern RasPi 1 Model B+ mit NUR 512MB Speicher!

                                  Gruß

                                  Rainer

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    galferiz last edited by

                                    Ja, ich seh schon - ist doch nur ein 1er ..

                                    Der reicht doch eh nicht für ioBroker -

                                    ich check das erstmal bevor ich hier mit dem weiter mache.

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

                                      @galferiz:

                                      Ja, ich seh schon - ist doch nur ein 1er . `

                                      Oder du versuchst es hiermit:

                                      http://www.iobroker.net/?page_id=2563&lang=de

                                      in der 4. Zeile ist ein Komplettimage für Pi1 mit Raspian und ioBroker.

                                      Natürlich habe ich zu dem Image keine Doku geschrieben :oops: :oops:

                                      Müsste es jetzt mal selber einspielen um zu sehen was da drin ist.

                                      Ich meine da wäre sogar Jessie mit Nodejs 4.xx drauf

                                      Gruß

                                      Rainer

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

                                        @Homoran:

                                        Ich meine da wäre sogar Jessie mit Nodejs 4.xx drauf `

                                        Da hatte ich wohl eine zu hohe Meinung :oops: ist auch nur 0.12.x

                                        Ich versuche dann mal ein Image zu machen mit jessie und nodejs 4.x oder gar 6.x

                                        -aber nicht mehr heute, dazu ist der Pi1 zu lahm (und ich zu müde)

                                        Gruß

                                        Rainer

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          j3sk0 last edited by

                                          Hallo Zusammen,

                                          ich hab bereits gesucht und bin auf diesen Eintrag gestoßen.

                                          Ich hab das Problem das ich nicht mehr auf iobroker admin zugreifen kann.

                                          Ich möchte ungerne iobroker nochmal neu installieren weil es für mich als unerfahrener Bastler bereits sehr aufwendig war auf die DS216play ohne Docker zu bekommen.

                                          Aktuell hab ich diese Info siehe Bild.

                                          Ich hab einmal versucht via WINSCP iobroker Ordner auf meiner NAs zu finden aber leider ohne erfolg. Ich hab vor kurzem noch etwas bezüglich http und https in der nas geändert aber ich hab auch versucht via https auf die Admin seite zuzugreifen, ohne erfolg.

                                          Was hab ich noch für Möglichkeiten um iobroker zu "retten" dem Fehler auf den Grund zu gehen?`

                                          Vielen Dank
                                          4853_iobroker_putty.jpg

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

                                            @j3sk0:

                                            Aktuell hab ich diese Info `
                                            Das passt ja zu:
                                            @j3sk0:

                                            Ich hab einmal versucht via WINSCP iobroker Ordner auf meiner NAs zu finden aber leider ohne erfolg `

                                            Wo hattest du es denn installiert?

                                            Wenn es in einem Bereich war, der bei einem Update überschrieben wird ist es wirklich weg.

                                            Gruß

                                            Rainer

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            531
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            40
                                            6735
                                            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