Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. gelöst: Javascript Adapter 5.8.8

    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: Javascript Adapter 5.8.8

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Beowolf @Thomas Braun last edited by Beowolf

      @thomas-braun

      
      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.javascript $ npm install --production
      npm WARN config production Use `--omit=dev` instead.
      
      > iobroker.javascript@6.0.0 postinstall
      > node ./install/installTypings.js
      
      Installing NodeJS typings...
      latest @types: 18, installed node: 16
      
      up to date, audited 107 packages in 11s
      
      9 packages are looking for funding
        run `npm fund` for details
      
      found 0 vulnerabilities
      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.javascript $
      
      

      Habe ich jetzt ein Problem, weil es im falschen Ordner war?

      Thomas Braun 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Beowolf last edited by

        @beowolf sagte in gelöst: Javascript Adapter 5.8.8:

        Habe ich jetzt ein Problem, weil es im falschen Ordner war?

        Gegebenenfalls später, ja.

        B 1 Reply Last reply Reply Quote 0
        • B
          Beowolf @Thomas Braun last edited by

          @thomas-braun

          
          pi@raspberrypi:/opt/iobroker/node_modules/iobroker.javascript $ npm install --omit=dev
          
          > iobroker.javascript@6.0.0 postinstall
          > node ./install/installTypings.js
          
          Installing NodeJS typings...
          latest @types: 18, installed node: 16
          
          up to date, audited 107 packages in 11s
          
          9 packages are looking for funding
            run `npm fund` for details
          
          found 0 vulnerabilities
          pi@raspberrypi:/opt/iobroker/node_modules/iobroker.javascript $
          
          
          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Beowolf last edited by

            @beowolf sagte in gelöst: Javascript Adapter 5.8.8:

            cd /opt/iobroker
            npm ls iobroker.javascript
            
            B 1 Reply Last reply Reply Quote 0
            • B
              Beowolf @Thomas Braun last edited by

              @thomas-braun

              pi@raspberrypi:/opt/iobroker $ npm ls iobroker.javascript
              iobroker.inst@3.0.0 /opt/iobroker
              └── iobroker.javascript@6.0.0
              
              pi@raspberrypi:/opt/iobroker $
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Beowolf last edited by

                @beowolf

                Passt.

                npm ls
                

                sagt?

                B 1 Reply Last reply Reply Quote 0
                • B
                  Beowolf @Thomas Braun last edited by

                  @thomas-braun

                  pi@raspberrypi:/opt/iobroker $ npm ls
                  iobroker.inst@3.0.0 /opt/iobroker
                  ├── @types/caseless@0.12.2 extraneous
                  ├── @types/request@2.48.8 extraneous
                  ├── @types/tough-cookie@4.0.2 extraneous
                  ├── coffeescript@1.12.7 extraneous
                  ├── iobroker.admin@6.2.20
                  ├── iobroker.alexa2@3.11.2
                  ├── iobroker.alias-manager@1.2.4
                  ├── iobroker.backitup@2.4.10
                  ├── iobroker.discovery@3.0.5
                  ├── iobroker.email@1.1.3
                  ├── iobroker.hm-rega@3.0.40
                  ├── iobroker.hm-rpc@1.15.12
                  ├── iobroker.ical@1.13.1
                  ├── iobroker.influxdb@3.1.7
                  ├── iobroker.info@1.9.19
                  ├── iobroker.iot@1.11.8
                  ├── iobroker.iqontrol@2.0.1
                  ├── iobroker.javascript@6.0.0
                  ├── iobroker.js-controller@4.0.23
                  ├── iobroker.luftdaten@2.2.4
                  ├── iobroker.mqtt@4.0.7
                  ├── iobroker.ping@1.5.3
                  ├── iobroker.pushover@3.0.2
                  ├── iobroker.scenes@2.3.9
                  ├── iobroker.simple-api@2.7.0
                  ├── iobroker.sonoff@2.5.1
                  ├── iobroker.vis-bars@0.1.4
                  ├── iobroker.vis-canvas-gauges@0.1.5
                  ├── iobroker.vis-fancyswitch@1.1.0
                  ├── iobroker.vis-history@1.0.0
                  ├── iobroker.vis-hqwidgets@1.2.0
                  ├── iobroker.vis@1.4.15
                  ├── iobroker.web@4.3.0
                  ├── iobroker.wiffi-wz@2.2.1
                  ├── iobroker.wled@0.6.7
                  ├── jsonata@1.8.6 extraneous
                  ├── node-inspect@2.0.0 extraneous
                  ├── picocolors@1.0.0 extraneous
                  ├── suncalc2@1.8.1 extraneous
                  ├── typescript@4.7.4 extraneous
                  ├── virtual-tsc@0.6.2 extraneous
                  └── wake_on_lan@1.0.0 extraneous
                  
                  pi@raspberrypi:/opt/iobroker $
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Beowolf last edited by

                    @beowolf

                    Kannst du noch 'prunen', wenn du magst.

                    npm prune
                    

                    Sieht aber sauber aus.

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      Beowolf @Thomas Braun last edited by

                      @thomas-braun sagte in gelöst: Javascript Adapter 5.8.8:

                      npm prune

                      pi@raspberrypi:/opt/iobroker $ npm prune
                      
                      removed 105 packages, and changed 1 package in 7s
                      
                      59 packages are looking for funding
                        run `npm fund` for details
                      pi@raspberrypi:/opt/iobroker $
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • B
                        Beowolf last edited by

                        Läuft wieder.

                        Danke für die Hilfe.

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        651
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        6
                        31
                        1479
                        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