Ankündigung

Einklappen
Keine Ankündigung bisher.

Harmony Hub über realKnx per Siri steuern

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #16
    From the log it looks like you need to install the git client. I can't remember if it available from Synology package center. If you can't find it let me know!

    Kommentar


      #17
      It looks like Git is provided by the SynoCommunity : You need to add SynoCommunity http://packages.synocommunity.com to Package Center | Settings | Package Sources

      Kommentar


        #18
        Still no luck. Git is installed now but I get the same errors.

        Kommentar


          #19
          Hmm, strange. Did you restart the Synology?

          Kommentar


            #20
            Restarted right now, no change.

            Kommentar


              #21
              The problem is probably that GIT cannot be found by NPM.
              A work around is to create a symbolic link from /bin folder (which is in the path) to the git binary:

              You can do that from either from WinSCP or from a terminal window by typing this command line
              PHP-Code:
              sudo ln -/volume1/@appstore/git/bin/git /bin/git 
              (This is Linux shell command and not PHP code, I used PHP code to get proper formatting)

              Note this is 'advanced' stuff and I do not recommend you to do this unless you have computer/linux experience.
              Zuletzt geändert von jeka; 27.03.2018, 06:52.

              Kommentar


                #22
                removed message
                Zuletzt geändert von jeka; 28.03.2018, 15:03.

                Kommentar

                Lädt...
                X