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.
    • Bluefox
      Bluefox last edited by

      Schreib mal per hand "npm i iobroker –unsafe-perm"

      npm denkt, dass dein Verzeichnis '/opt/iobroker/iobroker –unsafe-perm' heißt.

      Warum auch immer.

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

        Hallo bluefox,

        Kann ich erst gleich testen. Bin nicht zu hause. Aber wo ist der Unterschied zwischen

        sudo npm install iobroker –unsafe-perm

        und

        npm i iobroker --unsafe-perm

        Sicher soll ich doch auch sudo und install anfügen. Oder?

        Bin nicht der Linux Crack. Daher bitte noch einmal Hilfe.

        Liebe Grüße

        Bernd

        1 Reply Last reply Reply Quote 0
        • Bluefox
          Bluefox last edited by

          @skorpil:

          Hallo bluefox,

          Kann ich erst gleich testen. Bin nicht zu hause. Aber wo ist der Unterschied zwischen

          sudo npm install iobroker –unsafe-perm

          und

          npm i iobroker --unsafe-perm

          Sicher soll ich doch auch sudo und install anfügen. Oder?

          Bin nicht der Linux Crack. Daher bitte noch einmal Hilfe.

          Liebe Grüße

          Bernd `
          Es gibt kein Unterschied. Ich vermute, dass du beim Kopieren vom Kommando irgendein Zeichen mitkopierst, was falsch interpretiert wird.

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

            Das war es! Vielen Dank. Die manuelle Eingabe hat funktioniert. Auf der Website scheint es irgendein unsichtbares Zeichen zu geben, das den Fehler verursacht! Ich hatte ganz brav copy and paste gemacht. Und es kam zu dem Fehler.

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

              @skorpil:

              Auf der Website scheint es irgendein unsichtbares Zeichen zu geben, das den Fehler verursacht! `
              WO?

              Gruß

              Rainer

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

                                            Support us

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

                                            368
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

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