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

      Ich vermute,in diesem Ausdruck

      sudo npm install iobroker --unsafe-perm
      

      Denn da ist die Installation abgebrochen. Bluefox hatte den richtigen Verdacht.

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

        @skorpil:

        Ich vermute,in diesem Ausdruck `
        Klar doch 🙂

        Aber wo muss ich die Website korrigieren?

        Gruß

        Rainer

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

          Schau mal: im ersten Post hatte ich die in Rede stehende Website gepostet. Hilft das?

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

            Danke, seh ich mir an!

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

              Moin nochmal.

              wo liegt jetzt hier die Lösung?

              Hab das selbe Problem:

              Er schreibt:

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

              -bash: npm: command not found

              Ist alles per Hand eingegben?!

              Danke und Gruß

              PS: install geht auch nicht

              1 Reply Last reply Reply Quote 0
              • 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
                                            • First post
                                              Last post

                                            Support us

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

                                            604
                                            Online

                                            31.7k
                                            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