Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Update vom ioBroker klappt nicht :( - Scripts tot

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    327

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.5k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.5k

Update vom ioBroker klappt nicht :( - Scripts tot

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
update nodejsjs-controller
73 Beiträge 4 Kommentatoren 4.7k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • R Offline
    R Offline
    Randyh
    schrieb am zuletzt editiert von Randyh
    #41
    io@iobroker:~$ sudo rm /etc/apt/s
    [sudo] Passwort für io:
    io@iobroker:~$ sudo rm /etc/apt/source
    io@iobroker:~$
    
    

    Soll ich:
    apt --dry-run dist-upgrade
    nochmal dann testen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • R Randyh
      io@iobroker:~$ sudo rm /etc/apt/s
      [sudo] Passwort für io:
      io@iobroker:~$ sudo rm /etc/apt/source
      io@iobroker:~$
      
      

      Soll ich:
      apt --dry-run dist-upgrade
      nochmal dann testen?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #42

      @Randyh Nein.
      Irgendwas klemmt da bei apt bzw. dpkg.

      apt policy node
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • R Offline
        R Offline
        Randyh
        schrieb am zuletzt editiert von
        #43
        io@iobroker:~$ apt policy node
        node:
          Installiert:           (keine)
          Installationskandidat: (keine)
          Versionstabelle:
        io@iobroker:~$
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • R Randyh
          io@iobroker:~$ apt policy node
          node:
            Installiert:           (keine)
            Installationskandidat: (keine)
            Versionstabelle:
          io@iobroker:~$
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #44

          @Randyh

          find /etc/apt -name *list*
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • R Offline
            R Offline
            Randyh
            schrieb am zuletzt editiert von
            #45
            io@iobroker:~$ find /etc/apt -name *list*
            /etc/apt/sources.list~
            /etc/apt/sources.list
            /etc/apt/listchanges.conf
            /etc/apt/sources.list.d
            /etc/apt/sources.list.d/nodesource.list
            /etc/apt/apt.conf.d/20listchanges
            io@iobroker:~$
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • R Randyh
              io@iobroker:~$ find /etc/apt -name *list*
              /etc/apt/sources.list~
              /etc/apt/sources.list
              /etc/apt/listchanges.conf
              /etc/apt/sources.list.d
              /etc/apt/sources.list.d/nodesource.list
              /etc/apt/apt.conf.d/20listchanges
              io@iobroker:~$
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #46

              @Randyh

              sudo rm /etc/apt/sources.list~
              
              grep -Erh deb /etc/apt/sources.list*
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              1 Antwort Letzte Antwort
              0
              • R Offline
                R Offline
                Randyh
                schrieb am zuletzt editiert von
                #47
                io@iobroker:~$ sudo rm /etc/apt/sources.list~
                io@iobroker:~$ grep -Erh deb /etc/apt/sources.list*
                # deb cdrom:[Debian GNU/Linux 9.9.0 _Stretch_ - Official i386 NETINST 20190427-11:18]/ stretch main
                #deb cdrom:[Debian GNU/Linux 9.9.0 _Stretch_ - Official i386 NETINST 20190427-11:18]/ stretch main
                deb http://ftp.de.debian.org/debian/ stretch main
                deb-src http://ftp.de.debian.org/debian/ stretch main
                deb http://security.debian.org/debian-security stretch/updates main
                deb-src http://security.debian.org/debian-security stretch/updates main
                deb http://ftp.de.debian.org/debian/ stretch-updates main
                deb-src http://ftp.de.debian.org/debian/ stretch-updates main
                deb https://deb.nodesource.com/node_12.x stretch main
                deb-src https://deb.nodesource.com/node_12.x stretch main
                io@iobroker:~$
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • R Randyh
                  io@iobroker:~$ sudo rm /etc/apt/sources.list~
                  io@iobroker:~$ grep -Erh deb /etc/apt/sources.list*
                  # deb cdrom:[Debian GNU/Linux 9.9.0 _Stretch_ - Official i386 NETINST 20190427-11:18]/ stretch main
                  #deb cdrom:[Debian GNU/Linux 9.9.0 _Stretch_ - Official i386 NETINST 20190427-11:18]/ stretch main
                  deb http://ftp.de.debian.org/debian/ stretch main
                  deb-src http://ftp.de.debian.org/debian/ stretch main
                  deb http://security.debian.org/debian-security stretch/updates main
                  deb-src http://security.debian.org/debian-security stretch/updates main
                  deb http://ftp.de.debian.org/debian/ stretch-updates main
                  deb-src http://ftp.de.debian.org/debian/ stretch-updates main
                  deb https://deb.nodesource.com/node_12.x stretch main
                  deb-src https://deb.nodesource.com/node_12.x stretch main
                  io@iobroker:~$
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #48

                  @Randyh
                  Dann nochmal

                  sudo apt update
                  sudo apt install nodejs
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Antwort Letzte Antwort
                  0
                  • R Offline
                    R Offline
                    Randyh
                    schrieb am zuletzt editiert von
                    #49
                    io@iobroker:~$ sudo apt update
                    OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                    Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                    OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                    OK:4 http://ftp.de.debian.org/debian stretch Release
                    OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.
                    Statusinformationen werden eingelesen.... Fertig
                    Alle Pakete sind aktuell.
                    io@iobroker:~$ sudo apt install nodejs
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.
                    Statusinformationen werden eingelesen.... Fertig
                    The following additional packages will be installed:
                      libuv1
                    Die folgenden NEUEN Pakete werden installiert:
                      libuv1 nodejs
                    0 aktualisiert, 2 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                    Es müssen 3.512 kB an Archiven heruntergeladen werden.
                    Nach dieser Operation werden 13,7 MB Plattenplatz zusätzlich benutzt.
                    Möchten Sie fortfahren? [J/n] j
                    Holen:1 http://ftp.de.debian.org/debian stretch/main i386 libuv1 i386 1.9.1-3 [89,8 kB]
                    Holen:2 http://ftp.de.debian.org/debian stretch/main i386 nodejs i386 4.8.2~dfsg-1 [3.422 kB]
                    Es wurden 3.512 kB in 0 s geholt (7.084 kB/s).
                    Vormals nicht ausgewähltes Paket libuv1:i386 wird gewählt.
                    (Lese Datenbank ... 47614 Dateien und Verzeichnisse sind derzeit installiert.)
                    Vorbereitung zum Entpacken von .../libuv1_1.9.1-3_i386.deb ...
                    Entpacken von libuv1:i386 (1.9.1-3) ...
                    Vormals nicht ausgewähltes Paket nodejs wird gewählt.
                    Vorbereitung zum Entpacken von .../nodejs_4.8.2~dfsg-1_i386.deb ...
                    Entpacken von nodejs (4.8.2~dfsg-1) ...
                    libuv1:i386 (1.9.1-3) wird eingerichtet ...
                    Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                    Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                    nodejs (4.8.2~dfsg-1) wird eingerichtet ...
                    update-alternatives: /usr/bin/nodejs wird verwendet, um /usr/bin/js (js) im automatischen Modus bereitzustellen
                    io@iobroker:~$
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • R Randyh
                      io@iobroker:~$ sudo apt update
                      OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                      Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                      OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                      OK:4 http://ftp.de.debian.org/debian stretch Release
                      OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.
                      Statusinformationen werden eingelesen.... Fertig
                      Alle Pakete sind aktuell.
                      io@iobroker:~$ sudo apt install nodejs
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.
                      Statusinformationen werden eingelesen.... Fertig
                      The following additional packages will be installed:
                        libuv1
                      Die folgenden NEUEN Pakete werden installiert:
                        libuv1 nodejs
                      0 aktualisiert, 2 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                      Es müssen 3.512 kB an Archiven heruntergeladen werden.
                      Nach dieser Operation werden 13,7 MB Plattenplatz zusätzlich benutzt.
                      Möchten Sie fortfahren? [J/n] j
                      Holen:1 http://ftp.de.debian.org/debian stretch/main i386 libuv1 i386 1.9.1-3 [89,8 kB]
                      Holen:2 http://ftp.de.debian.org/debian stretch/main i386 nodejs i386 4.8.2~dfsg-1 [3.422 kB]
                      Es wurden 3.512 kB in 0 s geholt (7.084 kB/s).
                      Vormals nicht ausgewähltes Paket libuv1:i386 wird gewählt.
                      (Lese Datenbank ... 47614 Dateien und Verzeichnisse sind derzeit installiert.)
                      Vorbereitung zum Entpacken von .../libuv1_1.9.1-3_i386.deb ...
                      Entpacken von libuv1:i386 (1.9.1-3) ...
                      Vormals nicht ausgewähltes Paket nodejs wird gewählt.
                      Vorbereitung zum Entpacken von .../nodejs_4.8.2~dfsg-1_i386.deb ...
                      Entpacken von nodejs (4.8.2~dfsg-1) ...
                      libuv1:i386 (1.9.1-3) wird eingerichtet ...
                      Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                      Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                      nodejs (4.8.2~dfsg-1) wird eingerichtet ...
                      update-alternatives: /usr/bin/nodejs wird verwendet, um /usr/bin/js (js) im automatischen Modus bereitzustellen
                      io@iobroker:~$
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #50

                      @Randyh
                      Shit... Die Version von nodejs wollte ich eigentlich da nicht sehen...

                      sudo apt remove nodejs
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Antwort Letzte Antwort
                      0
                      • R Offline
                        R Offline
                        Randyh
                        schrieb am zuletzt editiert von
                        #51

                        Vielen Dank für die Hilfe - das ist ja schon fast ne Fernwartung Session.
                        Ich muss nur leider ca. 1h weg. Vielleicht hast du ja noch ein paar Vorschläge - ich komme langsam leider nicht mehr mit.

                        io@iobroker:~$ sudo apt remove nodejs
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.
                        Statusinformationen werden eingelesen.... Fertig
                        Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                          libuv1
                        Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                        Die folgenden Pakete werden ENTFERNT:
                          nodejs
                        0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
                        Nach dieser Operation werden 13,5 MB Plattenplatz freigegeben.
                        Möchten Sie fortfahren? [J/n] j
                        (Lese Datenbank ... 47680 Dateien und Verzeichnisse sind derzeit installiert.)
                        Entfernen von nodejs (4.8.2~dfsg-1) ...
                        Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                        io@iobroker:~$
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • R Randyh

                          Vielen Dank für die Hilfe - das ist ja schon fast ne Fernwartung Session.
                          Ich muss nur leider ca. 1h weg. Vielleicht hast du ja noch ein paar Vorschläge - ich komme langsam leider nicht mehr mit.

                          io@iobroker:~$ sudo apt remove nodejs
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                            libuv1
                          Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                          Die folgenden Pakete werden ENTFERNT:
                            nodejs
                          0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
                          Nach dieser Operation werden 13,5 MB Plattenplatz freigegeben.
                          Möchten Sie fortfahren? [J/n] j
                          (Lese Datenbank ... 47680 Dateien und Verzeichnisse sind derzeit installiert.)
                          Entfernen von nodejs (4.8.2~dfsg-1) ...
                          Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                          io@iobroker:~$
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #52

                          @Randyh

                          apt --dry-run remove node*
                          

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          0
                          • R Offline
                            R Offline
                            Randyh
                            schrieb am zuletzt editiert von Randyh
                            #53

                            So weiter gehts bei mir mit der Wiederbelebung :+1:

                            io@iobroker:~$ apt --dry-run remove node*
                            HINWEIS: Dies ist nur eine Simulation!
                                     apt benötigt root-Privilegien für die reale Ausführung.
                                     Behalten Sie ebenfalls in Hinterkopf, dass die Sperren deaktiviert
                                     sind, verlassen Sie sich also bezüglich des reellen aktuellen
                                     Status der Sperre nicht darauf!
                            Paketlisten werden gelesen... Fertig
                            Abhängigkeitsbaum wird aufgebaut.
                            Statusinformationen werden eingelesen.... Fertig
                            Note, selecting 'node-css-select' for glob 'node*'
                            Note, selecting 'node-delayed-stream' for glob 'node*'
                            Note, selecting 'node-almond' for glob 'node*'
                            Note, selecting 'node-braces' for glob 'node*'
                            Note, selecting 'node-request-capture-har' for glob 'node*'
                            Note, selecting 'node-with' for glob 'node*'
                            Note, selecting 'node-fast-levenshtein' for glob 'node*'
                            Note, selecting 'node-os-locale' for glob 'node*'
                            Note, selecting 'node-remove-trailing-separator' for glob 'node*'
                            Note, selecting 'node-pify' for glob 'node*'
                            Note, selecting 'node-extglob' for glob 'node*'
                            Note, selecting 'node-gulp-sourcemaps' for glob 'node*'
                            Note, selecting 'node-osmium' for glob 'node*'
                            Note, selecting 'node-proper-lockfile' for glob 'node*'
                            Note, selecting 'node-formidable' for glob 'node*'
                            Note, selecting 'node-raw-body' for glob 'node*'
                            Note, selecting 'node-resolve' for glob 'node*'
                            Note, selecting 'node-inquirer' for glob 'node*'
                            Note, selecting 'node-copy-descriptor' for glob 'node*'
                            Note, selecting 'node-dryice' for glob 'node*'
                            Note, selecting 'node-minimatch' for glob 'node*'
                            Note, selecting 'node-ipaddr.js' for glob 'node*'
                            Note, selecting 'node-through2-filter' for glob 'node*'
                            Note, selecting 'node-tap-parser' for glob 'node*'
                            Note, selecting 'node-unset-value' for glob 'node*'
                            Note, selecting 'node-cross-spawn' for glob 'node*'
                            Note, selecting 'node-rtcninja' for glob 'node*'
                            Note, selecting 'node-sequencify' for glob 'node*'
                            Note, selecting 'node-lcid' for glob 'node*'
                            Note, selecting 'node-auto-bind' for glob 'node*'
                            Note, selecting 'node-should' for glob 'node*'
                            Note, selecting 'node-validator' for glob 'node*'
                            Note, selecting 'node-fancy-log' for glob 'node*'
                            Note, selecting 'node-expect.js' for glob 'node*'
                            Note, selecting 'node-diacritics' for glob 'node*'
                            Note, selecting 'node-has-ansi' for glob 'node*'
                            Note, selecting 'node-expand-tilde' for glob 'node*'
                            Note, selecting 'node-find-up' for glob 'node*'
                            Note, selecting 'node-batch' for glob 'node*'
                            Note, selecting 'node-indent-string' for glob 'node*'
                            Note, selecting 'node-lazy-cache' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-coffee' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-internal' for glob 'node*'
                            Note, selecting 'node-node-expat' for glob 'node*'
                            Note, selecting 'node-send' for glob 'node*'
                            Note, selecting 'node-buffer-equal' for glob 'node*'
                            Note, selecting 'node-strip-bom-stream' for glob 'node*'
                            Note, selecting 'node-regex-cache' for glob 'node*'
                            Note, selecting 'node-autosize' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-requirejs' for glob 'node*'
                            Note, selecting 'node-wrap-ansi' for glob 'node*'
                            Note, selecting 'node-which-module' for glob 'node*'
                            Note, selecting 'node-geographiclib' for glob 'node*'
                            Note, selecting 'node-inline-source-map' for glob 'node*'
                            Note, selecting 'node-tinycolor' for glob 'node*'
                            Note, selecting 'node-errorhandler' for glob 'node*'
                            Note, selecting 'node-path-to-regexp' for glob 'node*'
                            Note, selecting 'node-serve-index' for glob 'node*'
                            Note, selecting 'node-resolve-dir' for glob 'node*'
                            Note, selecting 'node-less' for glob 'node*'
                            Note, selecting 'node-is-data-descriptor' for glob 'node*'
                            Note, selecting 'node-parse-json' for glob 'node*'
                            Note, selecting 'node-levn' for glob 'node*'
                            Note, selecting 'node-is-builtin-module' for glob 'node*'
                            Note, selecting 'node-path-exists' for glob 'node*'
                            Note, selecting 'node-gettext-parser' for glob 'node*'
                            Note, selecting 'node-express-generator' for glob 'node*'
                            Note, selecting 'node-supertest' for glob 'node*'
                            Note, selecting 'node-lastfm' for glob 'node*'
                            Note, selecting 'node-yargs' for glob 'node*'
                            Note, selecting 'node-marked' for glob 'node*'
                            Note, selecting 'node-static-extend' for glob 'node*'
                            Note, selecting 'node-map-obj' for glob 'node*'
                            Note, selecting 'node-prelude-ls' for glob 'node*'
                            Note, selecting 'node-stream-consume' for glob 'node*'
                            Note, selecting 'node-coffeescript' for glob 'node*'
                            Note, selecting 'node-chalk' for glob 'node*'
                            Note, selecting 'node-array-find-index' for glob 'node*'
                            Note, selecting 'node-quickselect' for glob 'node*'
                            Note, selecting 'node-charm' for glob 'node*'
                            Note, selecting 'node-rimraf' for glob 'node*'
                            Note, selecting 'node-vary' for glob 'node*'
                            Note, selecting 'node-repeat-element' for glob 'node*'
                            Note, selecting 'node-cpr' for glob 'node*'
                            Note, selecting 'node-esutils' for glob 'node*'
                            Note, selecting 'node-crc' for glob 'node*'
                            Note, selecting 'node-uglify-to-browserify' for glob 'node*'
                            Note, selecting 'node-interpret' for glob 'node*'
                            Note, selecting 'node-css' for glob 'node*'
                            Note, selecting 'node-blob' for glob 'node*'
                            Note, selecting 'node-clean-css' for glob 'node*'
                            Note, selecting 'node-mirror' for glob 'node*'
                            Note, selecting 'node-chainsaw' for glob 'node*'
                            Note, selecting 'node-end-of-stream' for glob 'node*'
                            Note, selecting 'node-wordwrap' for glob 'node*'
                            Note, selecting 'node-forever-agent' for glob 'node*'
                            Note, selecting 'node-typedarray' for glob 'node*'
                            Note, selecting 'node-after' for glob 'node*'
                            Note, selecting 'node-path-type' for glob 'node*'
                            Note, selecting 'node-json-localizer' for glob 'node*'
                            Note, selecting 'node-dom-serializer' for glob 'node*'
                            Note, selecting 'node-bytes' for glob 'node*'
                            Note, selecting 'node-spdx-license-ids' for glob 'node*'
                            Note, selecting 'node-arr-flatten' for glob 'node*'
                            Note, selecting 'node-cliui' for glob 'node*'
                            Note, selecting 'node-for-in' for glob 'node*'
                            Note, selecting 'node-has-gulplog' for glob 'node*'
                            Note, selecting 'node-convert-source-map' for glob 'node*'
                            Note, selecting 'node-assertion-error' for glob 'node*'
                            Note, selecting 'node-repeating' for glob 'node*'
                            Note, selecting 'node-brace-expansion' for glob 'node*'
                            Note, selecting 'node-hosted-git-info' for glob 'node*'
                            Note, selecting 'node-tilelive-bridge' for glob 'node*'
                            Note, selecting 'node-type-detect' for glob 'node*'
                            Note, selecting 'node-balanced-match' for glob 'node*'
                            Note, selecting 'node-fs.realpath' for glob 'node*'
                            Note, selecting 'node-ejs' for glob 'node*'
                            Note, selecting 'node-hawk' for glob 'node*'
                            Note, selecting 'node-form-data' for glob 'node*'
                            Note, selecting 'node-queue-async' for glob 'node*'
                            Note, selecting 'node-hooker' for glob 'node*'
                            Note, selecting 'node-merge' for glob 'node*'
                            Note, selecting 'node-boolbase' for glob 'node*'
                            Note, selecting 'node-buffer-shims' for glob 'node*'
                            Note, selecting 'node-magic-string' for glob 'node*'
                            Note, selecting 'node-cli-table' for glob 'node*'
                            Note, selecting 'node-pkg-dir' for glob 'node*'
                            Note, selecting 'node-languages4translatewiki' for glob 'node*'
                            Note, selecting 'node-package' for glob 'node*'
                            Note, selecting 'node-has-value' for glob 'node*'
                            Note, selecting 'node-lodash-packages' for glob 'node*'
                            Note, selecting 'node-moment' for glob 'node*'
                            Note, selecting 'node-array-unique' for glob 'node*'
                            Note, selecting 'node-y18n' for glob 'node*'
                            Note, selecting 'node-request' for glob 'node*'
                            Note, selecting 'node-yauzl' for glob 'node*'
                            Note, selecting 'node-amdefine' for glob 'node*'
                            Note, selecting 'node-commondir' for glob 'node*'
                            Note, selecting 'node-json-stable-stringify' for glob 'node*'
                            Note, selecting 'node-abab' for glob 'node*'
                            Note, selecting 'node-glogg' for glob 'node*'
                            Note, selecting 'node-everything.js' for glob 'node*'
                            Note, selecting 'node-requirejs' for glob 'node*'
                            Note, selecting 'node-tilelive-mapnik' for glob 'node*'
                            Note, selecting 'node-semver' for glob 'node*'
                            Note, selecting 'node-samsam' for glob 'node*'
                            Note, selecting 'node-pascalcase' for glob 'node*'
                            Note, selecting 'node-tar-stream' for glob 'node*'
                            Note, selecting 'node-get' for glob 'node*'
                            Note, selecting 'node-babel-runtime' for glob 'node*'
                            Note, selecting 'node-extend' for glob 'node*'
                            Note, selecting 'node-source-map-support' for glob 'node*'
                            Note, selecting 'node-http-signature' for glob 'node*'
                            Note, selecting 'node-lodash-compat' for glob 'node*'
                            Note, selecting 'node-sdp-transform' for glob 'node*'
                            Note, selecting 'node-proxy-addr' for glob 'node*'
                            Note, selecting 'node-glob-base' for glob 'node*'
                            Note, selecting 'node-gyp' for glob 'node*'
                            Note, selecting 'node-tilelive-vector' for glob 'node*'
                            Note, selecting 'node-decamelize' for glob 'node*'
                            Note, selecting 'node-unpipe' for glob 'node*'
                            Note, selecting 'node-array-uniq' for glob 'node*'
                            Note, selecting 'node-github-url-from-git' for glob 'node*'
                            Note, selecting 'node-unique-stream' for glob 'node*'
                            Note, selecting 'node-strip-bom' for glob 'node*'
                            Note, selecting 'node-compressible' for glob 'node*'
                            Note, selecting 'node-posix-character-classes' for glob 'node*'
                            Note, selecting 'node-set-getter' for glob 'node*'
                            Note, selecting 'node-is-extglob' for glob 'node*'
                            Note, selecting 'node-deep-extend' for glob 'node*'
                            Note, selecting 'node-is-stream' for glob 'node*'
                            Note, selecting 'node-gulplog' for glob 'node*'
                            Note, selecting 'node-serve-favicon' for glob 'node*'
                            Note, selecting 'node-path-root-regex' for glob 'node*'
                            Note, selecting 'node-keygrip' for glob 'node*'
                            Note, selecting 'node-stream-shift' for glob 'node*'
                            Note, selecting 'node-array-series' for glob 'node*'
                            Note, selecting 'node-arr-diff' for glob 'node*'
                            Note, selecting 'node-domhandler' for glob 'node*'
                            Note, selecting 'node-require-relative' for glob 'node*'
                            Note, selecting 'node-channels' for glob 'node*'
                            Note, selecting 'node-wrench' for glob 'node*'
                            Note, selecting 'node-ini' for glob 'node*'
                            Note, selecting 'node-ansi-escapes' for glob 'node*'
                            Note, selecting 'node-error-ex' for glob 'node*'
                            Note, selecting 'node-q' for glob 'node*'
                            Note, selecting 'node-collection-visit' for glob 'node*'
                            Note, selecting 'node-vali-date' for glob 'node*'
                            Note, selecting 'node-mixin-deep' for glob 'node*'
                            Note, selecting 'node-ytdl-core' for glob 'node*'
                            Note, selecting 'node-nwmatcher' for glob 'node*'
                            Note, selecting 'node-superagent' for glob 'node*'
                            Note, selecting 'node-yazl' for glob 'node*'
                            Note, selecting 'node-nth-check' for glob 'node*'
                            Note, selecting 'node-promise' for glob 'node*'
                            Note, selecting 'node-globals' for glob 'node*'
                            Note, selecting 'node-clone' for glob 'node*'
                            Note, selecting 'node-addressparser' for glob 'node*'
                            Note, selecting 'node-jju' for glob 'node*'
                            Note, selecting 'node-gettext.js' for glob 'node*'
                            Note, selecting 'node-on-finished' for glob 'node*'
                            Note, selecting 'node-jsv' for glob 'node*'
                            Note, selecting 'node-union-value' for glob 'node*'
                            Note, selecting 'node-vinyl' for glob 'node*'
                            Note, selecting 'node-is-promise' for glob 'node*'
                            Note, selecting 'node-marked-man' for glob 'node*'
                            Note, selecting 'node-strip-eof' for glob 'node*'
                            Note, selecting 'node-kew' for glob 'node*'
                            Note, selecting 'node-nomnom' for glob 'node*'
                            Note, selecting 'node-esprima' for glob 'node*'
                            Note, selecting 'node-connect-timeout' for glob 'node*'
                            Note, selecting 'node-defined' for glob 'node*'
                            Note, selecting 'node-entities' for glob 'node*'
                            Note, selecting 'node-jsonstream' for glob 'node*'
                            Note, selecting 'node-sparkles' for glob 'node*'
                            Note, selecting 'nodejs' for glob 'node*'
                            Note, selecting 'node-fuzzaldrin-plus' for glob 'node*'
                            Note, selecting 'node-encoding' for glob 'node*'
                            Note, selecting 'node-uglify-save-license' for glob 'node*'
                            Note, selecting 'node-regex-not' for glob 'node*'
                            Note, selecting 'node-fstream-ignore' for glob 'node*'
                            Note, selecting 'node-set-value' for glob 'node*'
                            Note, selecting 'node-xmlhttprequest' for glob 'node*'
                            Note, selecting 'node-archy' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-copy' for glob 'node*'
                            Note, selecting 'node-class-utils' for glob 'node*'
                            Note, selecting 'node-ltx' for glob 'node*'
                            Note, selecting 'node-arrify' for glob 'node*'
                            Note, selecting 'node-html2canvas' for glob 'node*'
                            Note, selecting 'node-inherits' for glob 'node*'
                            Note, selecting 'node-optimist' for glob 'node*'
                            Note, selecting 'node-array-parallel' for glob 'node*'
                            Note, selecting 'node-mem' for glob 'node*'
                            Note, selecting 'node-highlight.js' for glob 'node*'
                            Note, selecting 'node-cssom' for glob 'node*'
                            Note, selecting 'node-uid-number' for glob 'node*'
                            Note, selecting 'node-duplexer2' for glob 'node*'
                            Note, selecting 'node-sorted-object' for glob 'node*'
                            Note, selecting 'node-findup-sync' for glob 'node*'
                            Note, selecting 'node-flagged-respawn' for glob 'node*'
                            Note, selecting 'node-detect-file' for glob 'node*'
                            Note, selecting 'node-supports-color' for glob 'node*'
                            Note, selecting 'node-passport' for glob 'node*'
                            Note, selecting 'node-findit2' for glob 'node*'
                            Note, selecting 'node-is-extendable' for glob 'node*'
                            Note, selecting 'node-nan' for glob 'node*'
                            Note, selecting 'node-read' for glob 'node*'
                            Note, selecting 'node-ncp' for glob 'node*'
                            Note, selecting 'node-resolve-pkg' for glob 'node*'
                            Note, selecting 'node-fd-slicer' for glob 'node*'
                            Note, selecting 'node-object-visit' for glob 'node*'
                            Note, selecting 'node-cli-width' for glob 'node*'
                            Note, selecting 'node-lockfile' for glob 'node*'
                            Note, selecting 'node-node-xmpp' for glob 'node*'
                            Note, selecting 'node-nyc' for glob 'node*'
                            Note, selecting 'node-escodegen' for glob 'node*'
                            Note, selecting 'node-handlebars' for glob 'node*'
                            Note, selecting 'node-component-consoler' for glob 'node*'
                            Note, selecting 'node-unorm' for glob 'node*'
                            Note, selecting 'node-read-pkg-up' for glob 'node*'
                            Note, selecting 'node-pegjs' for glob 'node*'
                            Note, selecting 'node-tmatch' for glob 'node*'
                            Note, selecting 'node-domelementtype' for glob 'node*'
                            Note, selecting 'node-expand-brackets' for glob 'node*'
                            Note, selecting 'node-transformers' for glob 'node*'
                            Note, selecting 'node-isobject' for glob 'node*'
                            Note, selecting 'node-step' for glob 'node*'
                            Note, selecting 'node-deep-is' for glob 'node*'
                            Note, selecting 'node-errs' for glob 'node*'
                            Note, selecting 'node-rechoir' for glob 'node*'
                            Note, selecting 'node-doctrine' for glob 'node*'
                            Note, selecting 'node-pad' for glob 'node*'
                            Note, selecting 'node-snapdragon' for glob 'node*'
                            Note, selecting 'node-smash' for glob 'node*'
                            Note, selecting 'node-readdirp' for glob 'node*'
                            Note, selecting 'node-peg' for glob 'node*'
                            Note, selecting 'node-get-stream' for glob 'node*'
                            Note, selecting 'node-node-uuid' for glob 'node*'
                            Note, selecting 'node-depd' for glob 'node*'
                            Note, selecting 'node-streamtest' for glob 'node*'
                            Note, selecting 'node-spdx-exceptions' for glob 'node*'
                            Note, selecting 'node-buffer-crc32' for glob 'node*'
                            Note, selecting 'node-active-x-obfuscator' for glob 'node*'
                            Note, selecting 'node-lodash-reevaluate' for glob 'node*'
                            Note, selecting 'node-read-pkg' for glob 'node*'
                            Note, selecting 'node-isstream' for glob 'node*'
                            Note, selecting 'node-yamlish' for glob 'node*'
                            Note, selecting 'node-jsesc' for glob 'node*'
                            Note, selecting 'node-once' for glob 'node*'
                            Note, selecting 'node-abbrev' for glob 'node*'
                            Note, selecting 'node-clarinet' for glob 'node*'
                            Note, selecting 'node-iconv-lite' for glob 'node*'
                            Note, selecting 'node-is-descriptor' for glob 'node*'
                            Note, selecting 'node-array-equal' for glob 'node*'
                            Note, selecting 'node-duplexify' for glob 'node*'
                            Note, selecting 'node-util-deprecate' for glob 'node*'
                            Note, selecting 'node-domutils' for glob 'node*'
                            Note, selecting 'node-pinkie-promise' for glob 'node*'
                            Note, selecting 'node-camelcase-keys' for glob 'node*'
                            Note, selecting 'node-inflight' for glob 'node*'
                            Note, selecting 'node-fstream' for glob 'node*'
                            Note, selecting 'node-etag' for glob 'node*'
                            Note, selecting 'node-tunnel-agent' for glob 'node*'
                            Note, selecting 'node-block-stream' for glob 'node*'
                            Note, selecting 'node-vows' for glob 'node*'
                            Note, selecting 'node-mysql' for glob 'node*'
                            Note, selecting 'node-camelcase' for glob 'node*'
                            Note, selecting 'node-commander' for glob 'node*'
                            Note, selecting 'node-is-windows' for glob 'node*'
                            Note, selecting 'node-strip-json-comments' for glob 'node*'
                            Note, selecting 'node-assert' for glob 'node*'
                            Note, selecting 'node-rai' for glob 'node*'
                            Note, selecting 'node-xml2js' for glob 'node*'
                            Note, selecting 'node-grunt-legacy-log' for glob 'node*'
                            Note, selecting 'node-typedarray-to-buffer' for glob 'node*'
                            Note, selecting 'node-exit-hook' for glob 'node*'
                            Note, selecting 'node-restore-cursor' for glob 'node*'
                            Note, selecting 'node-jquery-ui' for glob 'node*'
                            Note, selecting 'node-lazystream' for glob 'node*'
                            Note, selecting 'node-wrappy' for glob 'node*'
                            Note, selecting 'node-chrono' for glob 'node*'
                            Note, selecting 'node-extend-shallow' for glob 'node*'
                            Note, selecting 'node-sax' for glob 'node*'
                            Note, selecting 'node-number-is-nan' for glob 'node*'
                            Note, selecting 'node-grunt-known-options' for glob 'node*'
                            Note, selecting 'node-ansi' for glob 'node*'
                            Note, selecting 'node-grunt-legacy-log-utils' for glob 'node*'
                            Note, selecting 'node-sha' for glob 'node*'
                            Note, selecting 'node-load-json-file' for glob 'node*'
                            Note, selecting 'node-component-emitter' for glob 'node*'
                            Note, selecting 'node-leaflet-hash' for glob 'node*'
                            Note, selecting 'node-eventemitter2' for glob 'node*'
                            Note, selecting 'node-srs' for glob 'node*'
                            Note, selecting 'node-builtin-modules' for glob 'node*'
                            Note, selecting 'node-death' for glob 'node*'
                            Note, selecting 'node-growl' for glob 'node*'
                            Note, selecting 'node-diff' for glob 'node*'
                            Note, selecting 'node-map-cache' for glob 'node*'
                            Note, selecting 'node-tap' for glob 'node*'
                            Note, selecting 'node-tar' for glob 'node*'
                            Note, selecting 'node-deep-eql' for glob 'node*'
                            Note, selecting 'node-simple-is' for glob 'node*'
                            Note, selecting 'node-generator-supported' for glob 'node*'
                            Note, selecting 'node-keypress' for glob 'node*'
                            Note, selecting 'node-tmp' for glob 'node*'
                            Note, selecting 'node-ebnf-parser' for glob 'node*'
                            Note, selecting 'node-debug' for glob 'node*'
                            Note, selecting 'node-fs-readdir-recursive' for glob 'node*'
                            Note, selecting 'node-require-main-filename' for glob 'node*'
                            Note, selecting 'node-path-root' for glob 'node*'
                            Note, selecting 'node-has-cors' for glob 'node*'
                            Note, selecting 'node-async' for glob 'node*'
                            Note, selecting 'node-regenerator-runtime' for glob 'node*'
                            Note, selecting 'node-sphericalmercator' for glob 'node*'
                            Note, selecting 'node-lru-cache' for glob 'node*'
                            Note, selecting 'node-cssstyle' for glob 'node*'
                            Note, selecting 'node-eslint-plugin-flowtype' for glob 'node*'
                            Note, selecting 'node-underscore' for glob 'node*'
                            Note, selecting 'node-strip-ansi' for glob 'node*'
                            Note, selecting 'node-carto' for glob 'node*'
                            Note, selecting 'node-is-primitive' for glob 'node*'
                            Note, selecting 'node-css-what' for glob 'node*'
                            Note, selecting 'node-use' for glob 'node*'
                            Note, selecting 'node-exit' for glob 'node*'
                            Note, selecting 'node-rbush' for glob 'node*'
                            Note, selecting 'node-redent' for glob 'node*'
                            Note, selecting 'node-pkg-up' for glob 'node*'
                            Note, selecting 'node-optionator' for glob 'node*'
                            Note, selecting 'node-global-modules' for glob 'node*'
                            Note, selecting 'node-klaw' for glob 'node*'
                            Note, selecting 'node-through2' for glob 'node*'
                            Note, selecting 'node-sourcemap-codec' for glob 'node*'
                            Note, selecting 'node-json-stringify-safe' for glob 'node*'
                            Note, selecting 'node-cloneable-readable' for glob 'node*'
                            Note, selecting 'node-crypto-cacerts' for glob 'node*'
                            Note, selecting 'node-path-is-absolute' for glob 'node*'
                            Note, selecting 'node-connect' for glob 'node*'
                            Note, selecting 'node-lodash-reescape' for glob 'node*'
                            Note, selecting 'node-vlq' for glob 'node*'
                            Note, selecting 'node-type-check' for glob 'node*'
                            Note, selecting 'node-normalize-package-data' for glob 'node*'
                            Note, selecting 'node-is-number' for glob 'node*'
                            Note, selecting 'node-reserved' for glob 'node*'
                            Note, selecting 'node-eyes' for glob 'node*'
                            Note, selecting 'node-ansi-styles' for glob 'node*'
                            Note, selecting 'node-get-stdin' for glob 'node*'
                            Note, selecting 'node-sink-test' for glob 'node*'
                            Note, selecting 'node-webfinger' for glob 'node*'
                            Note, selecting 'node-wcwidth.js' for glob 'node*'
                            Note, selecting 'node-requirejs-text' for glob 'node*'
                            Note, selecting 'node-find-cache-dir' for glob 'node*'
                            Note, selecting 'node-yajsml' for glob 'node*'
                            Note, selecting 'node-execa' for glob 'node*'
                            Note, selecting 'node-defaults' for glob 'node*'
                            Note, selecting 'node-websocket' for glob 'node*'
                            Note, selecting 'node-fined' for glob 'node*'
                            Note, selecting 'node-arr-union' for glob 'node*'
                            Note, selecting 'node-simplesmtp' for glob 'node*'
                            Note, selecting 'node-is-plain-object' for glob 'node*'
                            Note, selecting 'node-finished' for glob 'node*'
                            Note, selecting 'node-has-flag' for glob 'node*'
                            Note, selecting 'node-preserve' for glob 'node*'
                            Note, selecting 'node-bowser' for glob 'node*'
                            Note, selecting 'node-to-regex' for glob 'node*'
                            Note, selecting 'node-coffeeify' for glob 'node*'
                            Note, selecting 'node-node-redis' for glob 'node*'
                            Note, selecting 'node-colors' for glob 'node*'
                            Note, selecting 'node-glob-stream' for glob 'node*'
                            Note, selecting 'node-cookie-jar' for glob 'node*'
                            Note, selecting 'node-resolve-from' for glob 'node*'
                            Note, selecting 'node-browserify-lite' for glob 'node*'
                            Note, selecting 'node-multimatch' for glob 'node*'
                            Note, selecting 'node-jade' for glob 'node*'
                            Note, selecting 'node-bufferjs' for glob 'node*'
                            Note, selecting 'node-url-join' for glob 'node*'
                            Note, selecting 'node-range-parser' for glob 'node*'
                            Note, selecting 'node-jake' for glob 'node*'
                            Note, selecting 'node-argparse' for glob 'node*'
                            Note, selecting 'node-has-binary' for glob 'node*'
                            Note, selecting 'node-vhost' for glob 'node*'
                            Note, selecting 'node-mime-types' for glob 'node*'
                            Note, selecting 'node-read-package-json' for glob 'node*'
                            Note, selecting 'node-fill-range' for glob 'node*'
                            Note, selecting 'node-mbtiles' for glob 'node*'
                            Note, selecting 'node-simple-fmt' for glob 'node*'
                            Note, selecting 'node-is-equal-shallow' for glob 'node*'
                            Note, selecting 'nodeunit' for glob 'node*'
                            Note, selecting 'node-cookiejar' for glob 'node*'
                            Note, selecting 'node-husl' for glob 'node*'
                            Note, selecting 'node' for glob 'node*'
                            Note, selecting 'node-typescript' for glob 'node*'
                            Note, selecting 'node-sqlite3' for glob 'node*'
                            Note, selecting 'node-formatio' for glob 'node*'
                            Note, selecting 'node-combined-stream' for glob 'node*'
                            Note, selecting 'node-private' for glob 'node*'
                            Note, selecting 'node-d3-format' for glob 'node*'
                            Note, selecting 'node-cookie' for glob 'node*'
                            Note, selecting 'node-roadrunner' for glob 'node*'
                            Note, selecting 'node-spdx-expression-parse' for glob 'node*'
                            Note, selecting 'node-pretty-hrtime' for glob 'node*'
                            Note, selecting 'node-libravatar' for glob 'node*'
                            Note, selecting 'node-external-editor' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-clean' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-nodeunit' for glob 'node*'
                            Note, selecting 'node-requires-port' for glob 'node*'
                            Note, selecting 'node-clone-stats' for glob 'node*'
                            Note, selecting 'node-json5' for glob 'node*'
                            Note, selecting 'node-gulp-util' for glob 'node*'
                            Note, selecting 'node-setimmediate' for glob 'node*'
                            Note, selecting 'node-base62' for glob 'node*'
                            Note, selecting 'node-response-time' for glob 'node*'
                            Note, selecting 'node-retry' for glob 'node*'
                            Note, selecting 'node-ast-types' for glob 'node*'
                            Note, selecting 'node-bash-match' for glob 'node*'
                            Note, selecting 'node-clone-buffer' for glob 'node*'
                            Note, selecting 'node-ansi-color-table' for glob 'node*'
                            Note, selecting 'node-array-from' for glob 'node*'
                            Note, selecting 'node-shebang-regex' for glob 'node*'
                            Note, selecting 'node-to-regex-range' for glob 'node*'
                            Note, selecting 'node-npm-run-path' for glob 'node*'
                            Note, selecting 'node-bindings' for glob 'node*'
                            Note, selecting 'node-cookie-parser' for glob 'node*'
                            Note, selecting 'node-hook-std' for glob 'node*'
                            Note, selecting 'node-process-nextick-args' for glob 'node*'
                            Note, selecting 'node-loader-utils' for glob 'node*'
                            Note, selecting 'node-eventsource' for glob 'node*'
                            Note, selecting 'node-htmlparser' for glob 'node*'
                            Note, selecting 'node-get-value' for glob 'node*'
                            Note, selecting 'node-getobject' for glob 'node*'
                            Note, selecting 'node-mimic-fn' for glob 'node*'
                            Note, selecting 'node-output-file-sync' for glob 'node*'
                            Note, selecting 'node-jscoverage' for glob 'node*'
                            Note, selecting 'node-zeparser' for glob 'node*'
                            Note, selecting 'node-dateformat' for glob 'node*'
                            Note, selecting 'node-text-encoding' for glob 'node*'
                            Note, selecting 'node-cookie-signature' for glob 'node*'
                            Note, selecting 'node-querystringify' for glob 'node*'
                            Note, selecting 'node-media-typer' for glob 'node*'
                            Note, selecting 'node-regenerate' for glob 'node*'
                            Note, selecting 'node-os-tmpdir' for glob 'node*'
                            Note, selecting 'node-replace-ext' for glob 'node*'
                            Note, selecting 'node-jison-lex' for glob 'node*'
                            Note, selecting 'node-read-file' for glob 'node*'
                            Note, selecting 'node-first-chunk-stream' for glob 'node*'
                            Note, selecting 'node-trim-newlines' for glob 'node*'
                            Note, selecting 'node-punycode' for glob 'node*'
                            Note, selecting 'node-mute-stream' for glob 'node*'
                            Note, selecting 'node-lolex' for glob 'node*'
                            Note, selecting 'node-openlayers' for glob 'node*'
                            Note, selecting 'node-is-typedarray' for glob 'node*'
                            Note, selecting 'node-glob-parent' for glob 'node*'
                            Note, selecting 'node-methods' for glob 'node*'
                            Note, selecting 'node-map-visit' for glob 'node*'
                            Note, selecting 'node-generic-pool' for glob 'node*'
                            Note, selecting 'node-normalize-path' for glob 'node*'
                            Note, selecting 'node-glob' for glob 'node*'
                            Note, selecting 'node-slash' for glob 'node*'
                            Note, selecting 'node-array-differ' for glob 'node*'
                            Note, selecting 'node-underscore.string' for glob 'node*'
                            Note, selecting 'node-is-buffer' for glob 'node*'
                            Note, selecting 'node-unc-path-regex' for glob 'node*'
                            Note, selecting 'node-modestmaps' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-concat' for glob 'node*'
                            Note, selecting 'node-globule' for glob 'node*'
                            Note, selecting 'node-lazy-debug-legacy' for glob 'node*'
                            Note, selecting 'node-ordered-read-streams' for glob 'node*'
                            Note, selecting 'node-is-arrayish' for glob 'node*'
                            Note, selecting 'node-to-fast-properties' for glob 'node*'
                            Note, selecting 'node-ast-util' for glob 'node*'
                            Note, selecting 'node-js-yaml' for glob 'node*'
                            Note, selecting 'node-daemon' for glob 'node*'
                            Note, selecting 'node-constantinople' for glob 'node*'
                            Note, selecting 'node-compression' for glob 'node*'
                            Note, selecting 'node-jssip' for glob 'node*'
                            Note, selecting 'node-delve' for glob 'node*'
                            Note, selecting 'node-ap' for glob 'node*'
                            Note, selecting 'node-bl' for glob 'node*'
                            Note, selecting 'node-co' for glob 'node*'
                            Note, selecting 'node-hashish' for glob 'node*'
                            Note, selecting 'node-detect-indent' for glob 'node*'
                            Note, selecting 'node-on-headers' for glob 'node*'
                            Note, selecting 'node-fs-exists-sync' for glob 'node*'
                            Note, selecting 'node-policyfile' for glob 'node*'
                            Note, selecting 'node-qs' for glob 'node*'
                            Note, selecting 'node-rc' for glob 'node*'
                            Note, selecting 'node-accepts' for glob 'node*'
                            Note, selecting 'node-rx' for glob 'node*'
                            Note, selecting 'node-recast' for glob 'node*'
                            Note, selecting 'node-global-prefix' for glob 'node*'
                            Note, selecting 'node-ws' for glob 'node*'
                            Note, selecting 'nodejs-mozilla' for glob 'node*'
                            Note, selecting 'node-faye-websocket' for glob 'node*'
                            Note, selecting 'node-npmlog' for glob 'node*'
                            Note, selecting 'node-merge-stream' for glob 'node*'
                            Note, selecting 'node-finalhandler' for glob 'node*'
                            Note, selecting 'node-nopt' for glob 'node*'
                            Note, selecting 'node-string-width' for glob 'node*'
                            Note, selecting 'node-deep-equal' for glob 'node*'
                            Note, selecting 'node-loose-envify' for glob 'node*'
                            Note, selecting 'node-xmlhttprequest-ssl' for glob 'node*'
                            Note, selecting 'node-parseurl' for glob 'node*'
                            Note, selecting 'node-aws-sign' for glob 'node*'
                            Note, selecting 'node-oauth-sign' for glob 'node*'
                            Note, selecting 'node-ignore-by-default' for glob 'node*'
                            Note, selecting 'node-content-disposition' for glob 'node*'
                            Note, selecting 'node-absolute-path' for glob 'node*'
                            Note, selecting 'node-cross-spawn-async' for glob 'node*'
                            Note, selecting 'node-multipipe' for glob 'node*'
                            Note, selecting 'node-for-own' for glob 'node*'
                            Note, selecting 'node-is-negated-glob' for glob 'node*'
                            Note, selecting 'node-array-union' for glob 'node*'
                            Note, selecting 'nodejs-dbg' for glob 'node*'
                            Note, selecting 'node-object-path' for glob 'node*'
                            Note, selecting 'node-type-is' for glob 'node*'
                            Note, selecting 'nodejs-dev' for glob 'node*'
                            Note, selecting 'node-iconv' for glob 'node*'
                            Note, selecting 'node-mapnik' for glob 'node*'
                            Note, selecting 'node-abstract-leveldown' for glob 'node*'
                            Note, selecting 'node-stringmap' for glob 'node*'
                            Note, selecting 'node-jsonminify' for glob 'node*'
                            Note, selecting 'node-is-accessor-descriptor' for glob 'node*'
                            Note, selecting 'node-split' for glob 'node*'
                            Note, selecting 'node-spdx-correct' for glob 'node*'
                            Note, selecting 'node-stylus' for glob 'node*'
                            Note, selecting 'node-iscroll' for glob 'node*'
                            Note, selecting 'node-security' for glob 'node*'
                            Note, selecting 'node-difflet' for glob 'node*'
                            Note, selecting 'node-highlight' for glob 'node*'
                            Note, selecting 'node-repeat-string' for glob 'node*'
                            Note, selecting 'node-sigmund' for glob 'node*'
                            Note, selecting 'node-events' for glob 'node*'
                            Note, selecting 'nodejs-abi-46' for glob 'node*'
                            Note, selecting 'node-posix-getopt' for glob 'node*'
                            Note, selecting 'node-tilejson' for glob 'node*'
                            Note, selecting 'node-obj-util' for glob 'node*'
                            Note, selecting 'node-gulp-plumber' for glob 'node*'
                            Note, selecting 'node-command-join' for glob 'node*'
                            Note, selecting 'node-merge-descriptors' for glob 'node*'
                            Note, selecting 'node-express' for glob 'node*'
                            Note, selecting 'node-fresh' for glob 'node*'
                            Note, selecting 'node-object.omit' for glob 'node*'
                            Note, selecting 'node-get-caller-file' for glob 'node*'
                            Note, selecting 'node-kosmtik' for glob 'node*'
                            Note, selecting 'node-coveralls' for glob 'node*'
                            Note, selecting 'node-fs-extra' for glob 'node*'
                            Note, selecting 'node-estraverse' for glob 'node*'
                            Note, selecting 'node-lodash' for glob 'node*'
                            Note, selecting 'node-ansi-font' for glob 'node*'
                            Note, selecting 'node-es6-shim' for glob 'node*'
                            Note, selecting 'node-file-sync-cmp' for glob 'node*'
                            Note, selecting 'node-signal-exit' for glob 'node*'
                            Note, selecting 'node-test' for glob 'node*'
                            Note, selecting 'node-original' for glob 'node*'
                            Note, selecting 'node-graceful-fs' for glob 'node*'
                            Note, selecting 'node-parse-filepath' for glob 'node*'
                            Note, selecting 'node-jsonselect' for glob 'node*'
                            Note, selecting 'node-core-util-is' for glob 'node*'
                            Note, selecting 'node-function-bind' for glob 'node*'
                            Note, selecting 'node-big.js' for glob 'node*'
                            Note, selecting 'node-jsonfile' for glob 'node*'
                            Note, selecting 'node-groove' for glob 'node*'
                            Note, selecting 'node-object-copy' for glob 'node*'
                            Note, selecting 'node-proj4' for glob 'node*'
                            Note, selecting 'node-pseudomap' for glob 'node*'
                            Note, selecting 'node-meow' for glob 'node*'
                            Note, selecting 'node-backbone' for glob 'node*'
                            Note, selecting 'node-mess' for glob 'node*'
                            Note, selecting 'node-utils-merge' for glob 'node*'
                            Note, selecting 'node-tildify' for glob 'node*'
                            Note, selecting 'node-cli-cursor' for glob 'node*'
                            Note, selecting 'node-ansi-regex' for glob 'node*'
                            Note, selecting 'node-parse-glob' for glob 'node*'
                            Note, selecting 'node-array-flatten' for glob 'node*'
                            Note, selecting 'node-uri-path' for glob 'node*'
                            Note, selecting 'node-util' for glob 'node*'
                            Note, selecting 'node-escape-html' for glob 'node*'
                            Note, selecting 'node-yargs-parser' for glob 'node*'
                            Note, selecting 'node-utml' for glob 'node*'
                            Note, selecting 'node-grunt-cli' for glob 'node*'
                            Note, selecting 'node-osenv' for glob 'node*'
                            Note, selecting 'node-sinon' for glob 'node*'
                            Note, selecting 'node-monocle' for glob 'node*'
                            Note, selecting 'node-loud-rejection' for glob 'node*'
                            Note, selecting 'node-to-absolute-glob' for glob 'node*'
                            Note, selecting 'node-is-glob' for glob 'node*'
                            Note, selecting 'node-shebang-command' for glob 'node*'
                            Note, selecting 'node-parallel' for glob 'node*'
                            Note, selecting 'node-emojis-list' for glob 'node*'
                            Note, selecting 'node-random-bytes' for glob 'node*'
                            Note, selecting 'node-to-object-path' for glob 'node*'
                            Note, selecting 'node-deprecated' for glob 'node*'
                            Note, selecting 'node-fragment-cache' for glob 'node*'
                            Note, selecting 'node-utilities' for glob 'node*'
                            Note, selecting 'node-normalize-git-url' for glob 'node*'
                            Note, selecting 'node-slide' for glob 'node*'
                            Note, selecting 'node-node-stringprep' for glob 'node*'
                            Note, selecting 'node-static' for glob 'node*'
                            Note, selecting 'node-mgrs' for glob 'node*'
                            Note, selecting 'node-jsonparse' for glob 'node*'
                            Note, selecting 'node-filename-regex' for glob 'node*'
                            Note, selecting 'node-sprintf-js' for glob 'node*'
                            Note, selecting 'node-require-all' for glob 'node*'
                            Note, selecting 'node-htmlparser2' for glob 'node*'
                            Note, selecting 'node-orchestrator' for glob 'node*'
                            Note, selecting 'node-websocket-driver' for glob 'node*'
                            Note, selecting 'node-core-js' for glob 'node*'
                            Note, selecting 'node-es6-promise' for glob 'node*'
                            Note, selecting 'node-mocha-lcov-reporter' for glob 'node*'
                            Note, selecting 'node-isarray' for glob 'node*'
                            Note, selecting 'node-is-valid-glob' for glob 'node*'
                            Note, selecting 'node-uid-safe' for glob 'node*'
                            Note, selecting 'node-validate-npm-package-license' for glob 'node*'
                            Note, selecting 'node-set-blocking' for glob 'node*'
                            Note, selecting 'node-progress' for glob 'node*'
                            Note, selecting 'node-pre-gyp' for glob 'node*'
                            Note, selecting 'node-pinkie' for glob 'node*'
                            Note, selecting 'node-load-grunt-tasks' for glob 'node*'
                            Note, selecting 'node-beeper' for glob 'node*'
                            Note, selecting 'node-jsonify' for glob 'node*'
                            Note, selecting 'node-leaflet-formbuilder' for glob 'node*'
                            Note, selecting 'node-xtend' for glob 'node*'
                            Note, selecting 'node-es5-shim' for glob 'node*'
                            Note, selecting 'node-debug-fabulous' for glob 'node*'
                            Note, selecting 'node-traverse' for glob 'node*'
                            Note, selecting 'node-through' for glob 'node*'
                            Note, selecting 'node-esprima-fb' for glob 'node*'
                            Note, selecting 'node-millstone' for glob 'node*'
                            Note, selecting 'node-string.prototype.codepointat' for glob 'node*'
                            Note, selecting 'node-time-stamp' for glob 'node*'
                            Note, selecting 'node-leveldown' for glob 'node*'
                            Note, selecting 'node-async-stacktrace' for glob 'node*'
                            Note, selecting 'node-mime' for glob 'node*'
                            Note, selecting 'node-stringset' for glob 'node*'
                            Note, selecting 'node-tar-pack' for glob 'node*'
                            Note, selecting 'node-invert-kv' for glob 'node*'
                            Note, selecting 'node-base' for glob 'node*'
                            Note, selecting 'node-object-assign' for glob 'node*'
                            Note, selecting 'node-detect-newline' for glob 'node*'
                            Note, selecting 'node-require-directory' for glob 'node*'
                            Note, selecting 'node-body-parser' for glob 'node*'
                            Note, selecting 'node-acorn' for glob 'node*'
                            Note, selecting 'node-define-property' for glob 'node*'
                            Note, selecting 'node-vinyl-fs' for glob 'node*'
                            Note, selecting 'node-cors' for glob 'node*'
                            Note, selecting 'node-source-map' for glob 'node*'
                            Note, selecting 'node-negotiator' for glob 'node*'
                            Note, selecting 'node-character-parser' for glob 'node*'
                            Note, selecting 'node-concat-stream' for glob 'node*'
                            Note, selecting 'node-music-library-index' for glob 'node*'
                            Note, selecting 'node-es6-module-transpiler' for glob 'node*'
                            Note, selecting 'node-js-tokens' for glob 'node*'
                            Note, selecting 'node-require-dir' for glob 'node*'
                            Note, selecting 'node-base64id' for glob 'node*'
                            Note, selecting 'node-randombytes' for glob 'node*'
                            Note, selecting 'node-xoauth2' for glob 'node*'
                            Note, selecting 'node-dompurify' for glob 'node*'
                            Note, selecting 'node-yallist' for glob 'node*'
                            Note, selecting 'nodeenv' for glob 'node*'
                            Note, selecting 'node-schlock' for glob 'node*'
                            Note, selecting 'node-which' for glob 'node*'
                            Note, selecting 'node-cjson' for glob 'node*'
                            Note, selecting 'node-keese' for glob 'node*'
                            Note, selecting 'node-lex-parser' for glob 'node*'
                            Note, selecting 'node-isexe' for glob 'node*'
                            Note, selecting 'node-pend' for glob 'node*'
                            Note, selecting 'node-mkdirp' for glob 'node*'
                            Note, selecting 'node-escape-string-regexp' for glob 'node*'
                            Note, selecting 'node-emoji' for glob 'node*'
                            Note, selecting 'node-log4js' for glob 'node*'
                            Note, selecting 'node-is-dotfile' for glob 'node*'
                            Note, selecting 'node-temporary' for glob 'node*'
                            Note, selecting 'node-v8flags' for glob 'node*'
                            Note, selecting 'node-currently-unhandled' for glob 'node*'
                            Note, selecting 'node-mocks-http' for glob 'node*'
                            Note, selecting 'node-object-assign-sorted' for glob 'node*'
                            Note, selecting 'node-databank' for glob 'node*'
                            Note, selecting 'node-dequeue' for glob 'node*'
                            Note, selecting 'node-micromatch' for glob 'node*'
                            Note, selecting 'node-json-parse-helpfulerror' for glob 'node*'
                            Note, selecting 'node-grunt-legacy-util' for glob 'node*'
                            Note, selecting 'node-mocha' for glob 'node*'
                            Note, selecting 'node-kind-of' for glob 'node*'
                            Note, selecting 'node-concat-map' for glob 'node*'
                            Note, selecting 'node-cookies' for glob 'node*'
                            Note, selecting 'node-grunt-contrib-uglify' for glob 'node*'
                            Note, selecting 'node-is-unc-path' for glob 'node*'
                            Note, selecting 'node-flashproxy' for glob 'node*'
                            Note, selecting 'node-has-values' for glob 'node*'
                            Note, selecting 'nodejs-legacy' for glob 'node*'
                            Note, selecting 'node-minimist' for glob 'node*'
                            Note, selecting 'node-url-parse' for glob 'node*'
                            Note, selecting 'node-tilelive' for glob 'node*'
                            Note, selecting 'node-shelljs' for glob 'node*'
                            Note, selecting 'node-zipfile' for glob 'node*'
                            Note, selecting 'node-from2' for glob 'node*'
                            Note, selecting 'node-run-async' for glob 'node*'
                            Note, selecting 'node-bignumber' for glob 'node*'
                            Note, selecting 'node-opener' for glob 'node*'
                            Note, selecting 'node-multiparty' for glob 'node*'
                            Note, selecting 'node-openid' for glob 'node*'
                            Note, selecting 'node-uglify' for glob 'node*'
                            Note, selecting 'node-object-inspect' for glob 'node*'
                            Note, selecting 'node-po2json' for glob 'node*'
                            Note, selecting 'node-mustache' for glob 'node*'
                            Note, selecting 'node-serve-static' for glob 'node*'
                            Note, selecting 'node-cache-base' for glob 'node*'
                            Note, selecting 'node-strip-indent' for glob 'node*'
                            Hinweis: »coffeescript« wird an Stelle von »node-coffeescript« gewählt.
                            Paket »node-kosmtik« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-openlayers« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-osmium« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-millstone« ist nicht installiert, wird also auch nicht entfernt.
                            Hinweis: »nodejs« wird an Stelle von »nodejs-abi-46« gewählt.
                            Paket »node-zipfile« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jscoverage« ist nicht installiert, wird also auch nicht entfernt.
                            Hinweis: »mocha« wird an Stelle von »node-mocha« gewählt.
                            Paket »node-parallel« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-hawk« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-aws-sign« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-http-signature« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-coveralls« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nyc« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-opener« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node« ist nicht installiert, wird also auch nicht entfernt.
                            Hinweis: »node-pegjs« wird an Stelle von »node-peg« gewählt.
                            Paket »node-uglify-to-browserify« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-acorn« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-almond« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-autosize« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-backbone« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bignumber« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-colors« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-d3-format« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-dompurify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-eyes« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-flashproxy« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-geographiclib« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-gettext.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-highlight« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-highlight.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-html2canvas« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jquery-ui« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jssip« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-languages4translatewiki« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-less« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-handlebars« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ltx« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mgrs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mirror« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-modestmaps« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mustache« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-abab« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-abbrev« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-absolute-path« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-abstract-leveldown« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-accepts« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-active-x-obfuscator« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-addressparser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-after« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-amdefine« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ansi« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ansi-color-table« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-ansi-escapes« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ansi-font« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ansi-regex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ansi-styles« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ap« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-archy« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-argparse« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-arr-diff« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-arr-flatten« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-arr-union« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-differ« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-equal« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-find-index« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-array-flatten« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-from« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-parallel« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-array-series« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-union« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-uniq« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-array-unique« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-arrify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-assert« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-assertion-error« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-ast-types« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ast-util« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-async« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-async-stacktrace« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-auto-bind« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-babel-runtime« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-balanced-match« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-base« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-base62« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-base64id« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bash-match« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-batch« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-beeper« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-big.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bindings« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-blob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-block-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-body-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-boolbase« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bowser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-brace-expansion« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-braces« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-browserify-lite« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-buffer-crc32« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-buffer-equal« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-buffer-shims« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-bufferjs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-builtin-modules« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-bytes« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cache-base« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-camelcase« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-camelcase-keys« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-carto« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-chainsaw« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-chalk« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-channels« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-character-parser« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-charm« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-chrono« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cjson« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-clarinet« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-class-utils« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-clean-css« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cli-cursor« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cli-table« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cli-width« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cliui« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-clone« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-clone-buffer« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-clone-stats« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cloneable-readable« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-co« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-coffeeify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-collection-visit« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-combined-stream« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-command-join« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-commander« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-commondir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-component-consoler« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-component-emitter« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-compressible« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-compression« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-concat-map« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-concat-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-connect« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-connect-timeout« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-constantinople« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-content-disposition« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-convert-source-map« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-cookie« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cookie-jar« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cookie-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cookie-signature« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-cookiejar« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cookies« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-copy-descriptor« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-core-js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-core-util-is« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cors« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cpr« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-crc« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cross-spawn« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cross-spawn-async« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-crypto-cacerts« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-css« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-css-select« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-css-what« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cssom« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-cssstyle« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-currently-unhandled« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-daemon« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-databank« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-dateformat« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-death« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-debug« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-debug-fabulous« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-decamelize« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-deep-eql« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-deep-equal« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-deep-extend« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-deep-is« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-defaults« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-define-property« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-defined« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-delayed-stream« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-delve« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-depd« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-deprecated« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-dequeue« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-detect-file« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-detect-indent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-detect-newline« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-diacritics« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-diff« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-difflet« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-doctrine« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-dom-serializer« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-domelementtype« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-domhandler« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-domutils« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-dryice« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-duplexer2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-duplexify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ebnf-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ejs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-emoji« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-emojis-list« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-encoding« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-end-of-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-entities« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-error-ex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-errorhandler« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-errs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-es5-shim« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-es6-module-transpiler« ist nicht installiert, wird also auch nicht e             ntfernt.
                            Paket »node-es6-promise« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-es6-shim« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-escape-html« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-escape-string-regexp« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-escodegen« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-eslint-plugin-flowtype« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-esprima« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-esprima-fb« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-estraverse« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-esutils« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-etag« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-eventemitter2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-events« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-eventsource« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-everything.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-execa« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-exit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-exit-hook« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-expand-brackets« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-expand-tilde« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-node-expat« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-expect.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-express« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-express-generator« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-extend« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-extend-shallow« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-external-editor« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-extglob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fancy-log« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fast-levenshtein« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-faye-websocket« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-fd-slicer« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-file-sync-cmp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-filename-regex« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-fill-range« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-finalhandler« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-find-cache-dir« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-find-up« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-findit2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-findup-sync« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fined« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-first-chunk-stream« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-flagged-respawn« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-for-in« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-for-own« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-forever-agent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-form-data« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-formatio« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-formidable« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fragment-cache« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-fresh« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-from2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fs-exists-sync« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-fs-extra« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fs-readdir-recursive« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-fs.realpath« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fstream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fstream-ignore« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-function-bind« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-fuzzaldrin-plus« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-generator-supported« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-generic-pool« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-get« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-get-caller-file« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-get-stdin« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-get-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-get-value« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-getobject« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-gettext-parser« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-github-url-from-git« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-glob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-glob-base« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-glob-parent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-glob-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-global-modules« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-global-prefix« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-globals« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-globule« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-glogg« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-graceful-fs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-groove« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-growl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-grunt-cli« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-grunt-contrib-clean« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-grunt-contrib-coffee« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-grunt-contrib-concat« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-grunt-contrib-copy« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-grunt-contrib-internal« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-grunt-contrib-nodeunit« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-grunt-contrib-requirejs« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-grunt-contrib-uglify« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-grunt-known-options« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-grunt-legacy-log« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-grunt-legacy-log-utils« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-grunt-legacy-util« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-gulp-plumber« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-gulp-sourcemaps« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-gulp-util« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-gulplog« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-gyp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-ansi« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-binary« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-cors« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-flag« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-gulplog« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-value« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-has-values« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-hashish« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-hook-std« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-hooker« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-hosted-git-info« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-htmlparser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-htmlparser2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-husl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-iconv« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-iconv-lite« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ignore-by-default« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-indent-string« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-inflight« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-inherits« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ini« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-inline-source-map« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-inquirer« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-interpret« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-invert-kv« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ipaddr.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-accessor-descriptor« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-is-arrayish« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-buffer« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-builtin-module« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-is-data-descriptor« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-is-descriptor« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-dotfile« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-equal-shallow« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-is-extendable« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-extglob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-glob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-negated-glob« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-is-number« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-plain-object« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-is-primitive« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-promise« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-typedarray« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-unc-path« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-valid-glob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-is-windows« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-isarray« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-iscroll« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-isexe« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-isobject« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-isstream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jade« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jake« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jison-lex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jju« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-js-tokens« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-js-yaml« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsesc« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-json-localizer« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-json-parse-helpfulerror« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-json-stable-stringify« ist nicht installiert, wird also auch nicht e             ntfernt.
                            Paket »node-json-stringify-safe« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-json5« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonfile« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonminify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonparse« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonselect« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsonstream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-jsv« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-keese« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-kew« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-keygrip« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-keypress« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-kind-of« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-klaw« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lastfm« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lazy-cache« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lazy-debug-legacy« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-lazystream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lcid« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-leaflet-formbuilder« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-leaflet-hash« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-leveldown« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-levn« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lex-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-libravatar« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-load-grunt-tasks« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-load-json-file« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-loader-utils« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lockfile« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lodash« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lodash-compat« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lodash-packages« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-lodash-reescape« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-lodash-reevaluate« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-log4js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-lolex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-loose-envify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-loud-rejection« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-lru-cache« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-magic-string« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-map-cache« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-map-obj« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-map-visit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mapnik« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-marked« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-marked-man« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mbtiles« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-media-typer« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mem« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-meow« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-merge« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-merge-descriptors« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-merge-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mess« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-methods« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-micromatch« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mime« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mime-types« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mimic-fn« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-minimatch« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-minimist« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mixin-deep« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mkdirp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mocha-lcov-reporter« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-mocks-http« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-moment« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-monocle« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-multimatch« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-multiparty« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-multipipe« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-music-library-index« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-mute-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-mysql« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nan« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ncp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-negotiator« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-node-redis« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodeunit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nomnom« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nopt« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-normalize-git-url« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-normalize-package-data« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-normalize-path« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-npm-run-path« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-npmlog« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nth-check« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-number-is-nan« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-nwmatcher« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-oauth-sign« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-obj-util« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-object-assign« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-object-assign-sorted« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-object-copy« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-object-inspect« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-object-path« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-object-visit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-object.omit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-finished« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-on-finished« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-on-headers« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-once« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-openid« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-optimist« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-optionator« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-orchestrator« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ordered-read-streams« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-original« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-os-locale« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-os-tmpdir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-osenv« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-output-file-sync« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-package« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pad« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-parse-filepath« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-parse-glob« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-parse-json« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-parseurl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pascalcase« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-path-exists« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-path-is-absolute« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-path-root« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-path-root-regex« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-path-to-regexp« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-path-type« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pend« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pinkie« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pinkie-promise« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-pkg-dir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pkg-up« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-po2json« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-policyfile« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-posix-character-classes« ist nicht installiert, wird also auch nicht              entfernt.
                            Paket »node-posix-getopt« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pre-gyp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-prelude-ls« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-preserve« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pretty-hrtime« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-private« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-process-nextick-args« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-progress« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-promise« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-proper-lockfile« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-proxy-addr« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pseudomap« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-punycode« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-q« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-qs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-querystringify« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-quickselect« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rai« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-random-bytes« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-randombytes« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-range-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-raw-body« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rbush« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rc« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-read« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-read-file« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-read-package-json« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-read-pkg« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-read-pkg-up« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-readdirp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-recast« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rechoir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-redent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-regenerate« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-regenerator-runtime« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-regex-cache« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-regex-not« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-remove-trailing-separator« ist nicht installiert, wird also auch nic             ht entfernt.
                            Paket »node-repeat-element« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-repeat-string« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-repeating« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-replace-ext« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-request« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-request-capture-har« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-require-all« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-require-dir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-require-directory« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-require-main-filename« ist nicht installiert, wird also auch nicht e             ntfernt.
                            Paket »node-require-relative« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-requires-port« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-reserved« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-resolve« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-resolve-dir« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-resolve-from« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-resolve-pkg« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-response-time« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-restore-cursor« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-retry« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rimraf« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-roadrunner« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-run-async« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-rx« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-samsam« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-schlock« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sdp-transform« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-security« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-semver« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-send« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sequencify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-serve-favicon« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-serve-index« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-serve-static« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-set-blocking« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-set-getter« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-set-value« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-setimmediate« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sha« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-shebang-command« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-shebang-regex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-shelljs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sigmund« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-signal-exit« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-simple-fmt« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-simple-is« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-simplesmtp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sink-test« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sinon« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-slash« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-slide« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-snapdragon« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sorted-object« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-source-map« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-source-map-support« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-sourcemap-codec« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-sparkles« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-spdx-correct« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-spdx-exceptions« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-spdx-expression-parse« ist nicht installiert, wird also auch nicht e             ntfernt.
                            Paket »node-spdx-license-ids« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-sphericalmercator« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-split« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sprintf-js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sqlite3« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-srs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-static« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-static-extend« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-stream-consume« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-stream-shift« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-streamtest« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-string-width« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-string.prototype.codepointat« ist nicht installiert, wird also auch              nicht entfernt.
                            Paket »node-stringmap« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-node-stringprep« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-stringset« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-strip-ansi« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-strip-bom« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-strip-bom-stream« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-strip-eof« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-strip-indent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-strip-json-comments« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-stylus« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-superagent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-supertest« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-supports-color« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-tap« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tap-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tar« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tar-pack« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tar-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-temporary« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-test« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-text-encoding« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-through« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-through2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-through2-filter« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-tildify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tilejson« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tilelive« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tilelive-bridge« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-tilelive-mapnik« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-tilelive-vector« ist nicht installiert, wird also auch nicht entfern             t.
                            Paket »node-time-stamp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tinycolor« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tmatch« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tmp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-to-absolute-glob« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-to-fast-properties« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-to-object-path« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-to-regex« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-to-regex-range« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-transformers« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-traverse« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-trim-newlines« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-tunnel-agent« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-type-check« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-type-detect« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-type-is« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-typedarray« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-typedarray-to-buffer« ist nicht installiert, wird also auch nicht en             tfernt.
                            Paket »node-typescript« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-uglify-save-license« ist nicht installiert, wird also auch nicht ent             fernt.
                            Paket »node-uid-number« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-uid-safe« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-unc-path-regex« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-union-value« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-unique-stream« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-unpipe« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-unset-value« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-uri-path« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-url-join« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-url-parse« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-use« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-util« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-util-deprecate« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-utilities« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-utils-merge« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-utml« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-node-uuid« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-v8flags« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vali-date« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-validate-npm-package-license« ist nicht installiert, wird also auch              nicht entfernt.
                            Paket »node-vary« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vhost« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vinyl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vinyl-fs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vlq« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-wcwidth.js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-webfinger« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-websocket« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-websocket-driver« ist nicht installiert, wird also auch nicht entfer             nt.
                            Paket »node-which« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-which-module« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-with« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-wordwrap« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-wrap-ansi« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-wrappy« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-wrench« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ws« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-xml2js« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-xmlhttprequest« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-xmlhttprequest-ssl« ist nicht installiert, wird also auch nicht entf             ernt.
                            Paket »node-node-xmpp« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-xoauth2« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-xtend« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-y18n« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yajsml« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yallist« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yamlish« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yargs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yargs-parser« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yauzl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-yazl« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-ytdl-core« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodeenv« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodejs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodejs-dbg« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodejs-dev« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodejs-legacy« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »nodejs-mozilla« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-passport« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-pegjs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-proj4« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-queue-async« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-requirejs« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-requirejs-text« ist nicht installiert, wird also auch nicht entfernt             .
                            Paket »node-rtcninja« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-sax« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-should« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-smash« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-step« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-uglify« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-underscore« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-underscore.string« ist nicht installiert, wird also auch nicht entfe             rnt.
                            Paket »node-unorm« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-validator« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-vows« ist nicht installiert, wird also auch nicht entfernt.
                            Paket »node-zeparser« ist nicht installiert, wird also auch nicht entfernt.
                            Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                              libuv1
                            Verwenden Sie »apt autoremove«, um es zu entfernen.
                            0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                            io@iobroker:~$
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • R Randyh

                              So weiter gehts bei mir mit der Wiederbelebung :+1:

                              io@iobroker:~$ apt --dry-run remove node*
                              HINWEIS: Dies ist nur eine Simulation!
                                       apt benötigt root-Privilegien für die reale Ausführung.
                                       Behalten Sie ebenfalls in Hinterkopf, dass die Sperren deaktiviert
                                       sind, verlassen Sie sich also bezüglich des reellen aktuellen
                                       Status der Sperre nicht darauf!
                              Paketlisten werden gelesen... Fertig
                              Abhängigkeitsbaum wird aufgebaut.
                              Statusinformationen werden eingelesen.... Fertig
                              Note, selecting 'node-css-select' for glob 'node*'
                              Note, selecting 'node-delayed-stream' for glob 'node*'
                              Note, selecting 'node-almond' for glob 'node*'
                              Note, selecting 'node-braces' for glob 'node*'
                              Note, selecting 'node-request-capture-har' for glob 'node*'
                              Note, selecting 'node-with' for glob 'node*'
                              Note, selecting 'node-fast-levenshtein' for glob 'node*'
                              Note, selecting 'node-os-locale' for glob 'node*'
                              Note, selecting 'node-remove-trailing-separator' for glob 'node*'
                              Note, selecting 'node-pify' for glob 'node*'
                              Note, selecting 'node-extglob' for glob 'node*'
                              Note, selecting 'node-gulp-sourcemaps' for glob 'node*'
                              Note, selecting 'node-osmium' for glob 'node*'
                              Note, selecting 'node-proper-lockfile' for glob 'node*'
                              Note, selecting 'node-formidable' for glob 'node*'
                              Note, selecting 'node-raw-body' for glob 'node*'
                              Note, selecting 'node-resolve' for glob 'node*'
                              Note, selecting 'node-inquirer' for glob 'node*'
                              Note, selecting 'node-copy-descriptor' for glob 'node*'
                              Note, selecting 'node-dryice' for glob 'node*'
                              Note, selecting 'node-minimatch' for glob 'node*'
                              Note, selecting 'node-ipaddr.js' for glob 'node*'
                              Note, selecting 'node-through2-filter' for glob 'node*'
                              Note, selecting 'node-tap-parser' for glob 'node*'
                              Note, selecting 'node-unset-value' for glob 'node*'
                              Note, selecting 'node-cross-spawn' for glob 'node*'
                              Note, selecting 'node-rtcninja' for glob 'node*'
                              Note, selecting 'node-sequencify' for glob 'node*'
                              Note, selecting 'node-lcid' for glob 'node*'
                              Note, selecting 'node-auto-bind' for glob 'node*'
                              Note, selecting 'node-should' for glob 'node*'
                              Note, selecting 'node-validator' for glob 'node*'
                              Note, selecting 'node-fancy-log' for glob 'node*'
                              Note, selecting 'node-expect.js' for glob 'node*'
                              Note, selecting 'node-diacritics' for glob 'node*'
                              Note, selecting 'node-has-ansi' for glob 'node*'
                              Note, selecting 'node-expand-tilde' for glob 'node*'
                              Note, selecting 'node-find-up' for glob 'node*'
                              Note, selecting 'node-batch' for glob 'node*'
                              Note, selecting 'node-indent-string' for glob 'node*'
                              Note, selecting 'node-lazy-cache' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-coffee' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-internal' for glob 'node*'
                              Note, selecting 'node-node-expat' for glob 'node*'
                              Note, selecting 'node-send' for glob 'node*'
                              Note, selecting 'node-buffer-equal' for glob 'node*'
                              Note, selecting 'node-strip-bom-stream' for glob 'node*'
                              Note, selecting 'node-regex-cache' for glob 'node*'
                              Note, selecting 'node-autosize' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-requirejs' for glob 'node*'
                              Note, selecting 'node-wrap-ansi' for glob 'node*'
                              Note, selecting 'node-which-module' for glob 'node*'
                              Note, selecting 'node-geographiclib' for glob 'node*'
                              Note, selecting 'node-inline-source-map' for glob 'node*'
                              Note, selecting 'node-tinycolor' for glob 'node*'
                              Note, selecting 'node-errorhandler' for glob 'node*'
                              Note, selecting 'node-path-to-regexp' for glob 'node*'
                              Note, selecting 'node-serve-index' for glob 'node*'
                              Note, selecting 'node-resolve-dir' for glob 'node*'
                              Note, selecting 'node-less' for glob 'node*'
                              Note, selecting 'node-is-data-descriptor' for glob 'node*'
                              Note, selecting 'node-parse-json' for glob 'node*'
                              Note, selecting 'node-levn' for glob 'node*'
                              Note, selecting 'node-is-builtin-module' for glob 'node*'
                              Note, selecting 'node-path-exists' for glob 'node*'
                              Note, selecting 'node-gettext-parser' for glob 'node*'
                              Note, selecting 'node-express-generator' for glob 'node*'
                              Note, selecting 'node-supertest' for glob 'node*'
                              Note, selecting 'node-lastfm' for glob 'node*'
                              Note, selecting 'node-yargs' for glob 'node*'
                              Note, selecting 'node-marked' for glob 'node*'
                              Note, selecting 'node-static-extend' for glob 'node*'
                              Note, selecting 'node-map-obj' for glob 'node*'
                              Note, selecting 'node-prelude-ls' for glob 'node*'
                              Note, selecting 'node-stream-consume' for glob 'node*'
                              Note, selecting 'node-coffeescript' for glob 'node*'
                              Note, selecting 'node-chalk' for glob 'node*'
                              Note, selecting 'node-array-find-index' for glob 'node*'
                              Note, selecting 'node-quickselect' for glob 'node*'
                              Note, selecting 'node-charm' for glob 'node*'
                              Note, selecting 'node-rimraf' for glob 'node*'
                              Note, selecting 'node-vary' for glob 'node*'
                              Note, selecting 'node-repeat-element' for glob 'node*'
                              Note, selecting 'node-cpr' for glob 'node*'
                              Note, selecting 'node-esutils' for glob 'node*'
                              Note, selecting 'node-crc' for glob 'node*'
                              Note, selecting 'node-uglify-to-browserify' for glob 'node*'
                              Note, selecting 'node-interpret' for glob 'node*'
                              Note, selecting 'node-css' for glob 'node*'
                              Note, selecting 'node-blob' for glob 'node*'
                              Note, selecting 'node-clean-css' for glob 'node*'
                              Note, selecting 'node-mirror' for glob 'node*'
                              Note, selecting 'node-chainsaw' for glob 'node*'
                              Note, selecting 'node-end-of-stream' for glob 'node*'
                              Note, selecting 'node-wordwrap' for glob 'node*'
                              Note, selecting 'node-forever-agent' for glob 'node*'
                              Note, selecting 'node-typedarray' for glob 'node*'
                              Note, selecting 'node-after' for glob 'node*'
                              Note, selecting 'node-path-type' for glob 'node*'
                              Note, selecting 'node-json-localizer' for glob 'node*'
                              Note, selecting 'node-dom-serializer' for glob 'node*'
                              Note, selecting 'node-bytes' for glob 'node*'
                              Note, selecting 'node-spdx-license-ids' for glob 'node*'
                              Note, selecting 'node-arr-flatten' for glob 'node*'
                              Note, selecting 'node-cliui' for glob 'node*'
                              Note, selecting 'node-for-in' for glob 'node*'
                              Note, selecting 'node-has-gulplog' for glob 'node*'
                              Note, selecting 'node-convert-source-map' for glob 'node*'
                              Note, selecting 'node-assertion-error' for glob 'node*'
                              Note, selecting 'node-repeating' for glob 'node*'
                              Note, selecting 'node-brace-expansion' for glob 'node*'
                              Note, selecting 'node-hosted-git-info' for glob 'node*'
                              Note, selecting 'node-tilelive-bridge' for glob 'node*'
                              Note, selecting 'node-type-detect' for glob 'node*'
                              Note, selecting 'node-balanced-match' for glob 'node*'
                              Note, selecting 'node-fs.realpath' for glob 'node*'
                              Note, selecting 'node-ejs' for glob 'node*'
                              Note, selecting 'node-hawk' for glob 'node*'
                              Note, selecting 'node-form-data' for glob 'node*'
                              Note, selecting 'node-queue-async' for glob 'node*'
                              Note, selecting 'node-hooker' for glob 'node*'
                              Note, selecting 'node-merge' for glob 'node*'
                              Note, selecting 'node-boolbase' for glob 'node*'
                              Note, selecting 'node-buffer-shims' for glob 'node*'
                              Note, selecting 'node-magic-string' for glob 'node*'
                              Note, selecting 'node-cli-table' for glob 'node*'
                              Note, selecting 'node-pkg-dir' for glob 'node*'
                              Note, selecting 'node-languages4translatewiki' for glob 'node*'
                              Note, selecting 'node-package' for glob 'node*'
                              Note, selecting 'node-has-value' for glob 'node*'
                              Note, selecting 'node-lodash-packages' for glob 'node*'
                              Note, selecting 'node-moment' for glob 'node*'
                              Note, selecting 'node-array-unique' for glob 'node*'
                              Note, selecting 'node-y18n' for glob 'node*'
                              Note, selecting 'node-request' for glob 'node*'
                              Note, selecting 'node-yauzl' for glob 'node*'
                              Note, selecting 'node-amdefine' for glob 'node*'
                              Note, selecting 'node-commondir' for glob 'node*'
                              Note, selecting 'node-json-stable-stringify' for glob 'node*'
                              Note, selecting 'node-abab' for glob 'node*'
                              Note, selecting 'node-glogg' for glob 'node*'
                              Note, selecting 'node-everything.js' for glob 'node*'
                              Note, selecting 'node-requirejs' for glob 'node*'
                              Note, selecting 'node-tilelive-mapnik' for glob 'node*'
                              Note, selecting 'node-semver' for glob 'node*'
                              Note, selecting 'node-samsam' for glob 'node*'
                              Note, selecting 'node-pascalcase' for glob 'node*'
                              Note, selecting 'node-tar-stream' for glob 'node*'
                              Note, selecting 'node-get' for glob 'node*'
                              Note, selecting 'node-babel-runtime' for glob 'node*'
                              Note, selecting 'node-extend' for glob 'node*'
                              Note, selecting 'node-source-map-support' for glob 'node*'
                              Note, selecting 'node-http-signature' for glob 'node*'
                              Note, selecting 'node-lodash-compat' for glob 'node*'
                              Note, selecting 'node-sdp-transform' for glob 'node*'
                              Note, selecting 'node-proxy-addr' for glob 'node*'
                              Note, selecting 'node-glob-base' for glob 'node*'
                              Note, selecting 'node-gyp' for glob 'node*'
                              Note, selecting 'node-tilelive-vector' for glob 'node*'
                              Note, selecting 'node-decamelize' for glob 'node*'
                              Note, selecting 'node-unpipe' for glob 'node*'
                              Note, selecting 'node-array-uniq' for glob 'node*'
                              Note, selecting 'node-github-url-from-git' for glob 'node*'
                              Note, selecting 'node-unique-stream' for glob 'node*'
                              Note, selecting 'node-strip-bom' for glob 'node*'
                              Note, selecting 'node-compressible' for glob 'node*'
                              Note, selecting 'node-posix-character-classes' for glob 'node*'
                              Note, selecting 'node-set-getter' for glob 'node*'
                              Note, selecting 'node-is-extglob' for glob 'node*'
                              Note, selecting 'node-deep-extend' for glob 'node*'
                              Note, selecting 'node-is-stream' for glob 'node*'
                              Note, selecting 'node-gulplog' for glob 'node*'
                              Note, selecting 'node-serve-favicon' for glob 'node*'
                              Note, selecting 'node-path-root-regex' for glob 'node*'
                              Note, selecting 'node-keygrip' for glob 'node*'
                              Note, selecting 'node-stream-shift' for glob 'node*'
                              Note, selecting 'node-array-series' for glob 'node*'
                              Note, selecting 'node-arr-diff' for glob 'node*'
                              Note, selecting 'node-domhandler' for glob 'node*'
                              Note, selecting 'node-require-relative' for glob 'node*'
                              Note, selecting 'node-channels' for glob 'node*'
                              Note, selecting 'node-wrench' for glob 'node*'
                              Note, selecting 'node-ini' for glob 'node*'
                              Note, selecting 'node-ansi-escapes' for glob 'node*'
                              Note, selecting 'node-error-ex' for glob 'node*'
                              Note, selecting 'node-q' for glob 'node*'
                              Note, selecting 'node-collection-visit' for glob 'node*'
                              Note, selecting 'node-vali-date' for glob 'node*'
                              Note, selecting 'node-mixin-deep' for glob 'node*'
                              Note, selecting 'node-ytdl-core' for glob 'node*'
                              Note, selecting 'node-nwmatcher' for glob 'node*'
                              Note, selecting 'node-superagent' for glob 'node*'
                              Note, selecting 'node-yazl' for glob 'node*'
                              Note, selecting 'node-nth-check' for glob 'node*'
                              Note, selecting 'node-promise' for glob 'node*'
                              Note, selecting 'node-globals' for glob 'node*'
                              Note, selecting 'node-clone' for glob 'node*'
                              Note, selecting 'node-addressparser' for glob 'node*'
                              Note, selecting 'node-jju' for glob 'node*'
                              Note, selecting 'node-gettext.js' for glob 'node*'
                              Note, selecting 'node-on-finished' for glob 'node*'
                              Note, selecting 'node-jsv' for glob 'node*'
                              Note, selecting 'node-union-value' for glob 'node*'
                              Note, selecting 'node-vinyl' for glob 'node*'
                              Note, selecting 'node-is-promise' for glob 'node*'
                              Note, selecting 'node-marked-man' for glob 'node*'
                              Note, selecting 'node-strip-eof' for glob 'node*'
                              Note, selecting 'node-kew' for glob 'node*'
                              Note, selecting 'node-nomnom' for glob 'node*'
                              Note, selecting 'node-esprima' for glob 'node*'
                              Note, selecting 'node-connect-timeout' for glob 'node*'
                              Note, selecting 'node-defined' for glob 'node*'
                              Note, selecting 'node-entities' for glob 'node*'
                              Note, selecting 'node-jsonstream' for glob 'node*'
                              Note, selecting 'node-sparkles' for glob 'node*'
                              Note, selecting 'nodejs' for glob 'node*'
                              Note, selecting 'node-fuzzaldrin-plus' for glob 'node*'
                              Note, selecting 'node-encoding' for glob 'node*'
                              Note, selecting 'node-uglify-save-license' for glob 'node*'
                              Note, selecting 'node-regex-not' for glob 'node*'
                              Note, selecting 'node-fstream-ignore' for glob 'node*'
                              Note, selecting 'node-set-value' for glob 'node*'
                              Note, selecting 'node-xmlhttprequest' for glob 'node*'
                              Note, selecting 'node-archy' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-copy' for glob 'node*'
                              Note, selecting 'node-class-utils' for glob 'node*'
                              Note, selecting 'node-ltx' for glob 'node*'
                              Note, selecting 'node-arrify' for glob 'node*'
                              Note, selecting 'node-html2canvas' for glob 'node*'
                              Note, selecting 'node-inherits' for glob 'node*'
                              Note, selecting 'node-optimist' for glob 'node*'
                              Note, selecting 'node-array-parallel' for glob 'node*'
                              Note, selecting 'node-mem' for glob 'node*'
                              Note, selecting 'node-highlight.js' for glob 'node*'
                              Note, selecting 'node-cssom' for glob 'node*'
                              Note, selecting 'node-uid-number' for glob 'node*'
                              Note, selecting 'node-duplexer2' for glob 'node*'
                              Note, selecting 'node-sorted-object' for glob 'node*'
                              Note, selecting 'node-findup-sync' for glob 'node*'
                              Note, selecting 'node-flagged-respawn' for glob 'node*'
                              Note, selecting 'node-detect-file' for glob 'node*'
                              Note, selecting 'node-supports-color' for glob 'node*'
                              Note, selecting 'node-passport' for glob 'node*'
                              Note, selecting 'node-findit2' for glob 'node*'
                              Note, selecting 'node-is-extendable' for glob 'node*'
                              Note, selecting 'node-nan' for glob 'node*'
                              Note, selecting 'node-read' for glob 'node*'
                              Note, selecting 'node-ncp' for glob 'node*'
                              Note, selecting 'node-resolve-pkg' for glob 'node*'
                              Note, selecting 'node-fd-slicer' for glob 'node*'
                              Note, selecting 'node-object-visit' for glob 'node*'
                              Note, selecting 'node-cli-width' for glob 'node*'
                              Note, selecting 'node-lockfile' for glob 'node*'
                              Note, selecting 'node-node-xmpp' for glob 'node*'
                              Note, selecting 'node-nyc' for glob 'node*'
                              Note, selecting 'node-escodegen' for glob 'node*'
                              Note, selecting 'node-handlebars' for glob 'node*'
                              Note, selecting 'node-component-consoler' for glob 'node*'
                              Note, selecting 'node-unorm' for glob 'node*'
                              Note, selecting 'node-read-pkg-up' for glob 'node*'
                              Note, selecting 'node-pegjs' for glob 'node*'
                              Note, selecting 'node-tmatch' for glob 'node*'
                              Note, selecting 'node-domelementtype' for glob 'node*'
                              Note, selecting 'node-expand-brackets' for glob 'node*'
                              Note, selecting 'node-transformers' for glob 'node*'
                              Note, selecting 'node-isobject' for glob 'node*'
                              Note, selecting 'node-step' for glob 'node*'
                              Note, selecting 'node-deep-is' for glob 'node*'
                              Note, selecting 'node-errs' for glob 'node*'
                              Note, selecting 'node-rechoir' for glob 'node*'
                              Note, selecting 'node-doctrine' for glob 'node*'
                              Note, selecting 'node-pad' for glob 'node*'
                              Note, selecting 'node-snapdragon' for glob 'node*'
                              Note, selecting 'node-smash' for glob 'node*'
                              Note, selecting 'node-readdirp' for glob 'node*'
                              Note, selecting 'node-peg' for glob 'node*'
                              Note, selecting 'node-get-stream' for glob 'node*'
                              Note, selecting 'node-node-uuid' for glob 'node*'
                              Note, selecting 'node-depd' for glob 'node*'
                              Note, selecting 'node-streamtest' for glob 'node*'
                              Note, selecting 'node-spdx-exceptions' for glob 'node*'
                              Note, selecting 'node-buffer-crc32' for glob 'node*'
                              Note, selecting 'node-active-x-obfuscator' for glob 'node*'
                              Note, selecting 'node-lodash-reevaluate' for glob 'node*'
                              Note, selecting 'node-read-pkg' for glob 'node*'
                              Note, selecting 'node-isstream' for glob 'node*'
                              Note, selecting 'node-yamlish' for glob 'node*'
                              Note, selecting 'node-jsesc' for glob 'node*'
                              Note, selecting 'node-once' for glob 'node*'
                              Note, selecting 'node-abbrev' for glob 'node*'
                              Note, selecting 'node-clarinet' for glob 'node*'
                              Note, selecting 'node-iconv-lite' for glob 'node*'
                              Note, selecting 'node-is-descriptor' for glob 'node*'
                              Note, selecting 'node-array-equal' for glob 'node*'
                              Note, selecting 'node-duplexify' for glob 'node*'
                              Note, selecting 'node-util-deprecate' for glob 'node*'
                              Note, selecting 'node-domutils' for glob 'node*'
                              Note, selecting 'node-pinkie-promise' for glob 'node*'
                              Note, selecting 'node-camelcase-keys' for glob 'node*'
                              Note, selecting 'node-inflight' for glob 'node*'
                              Note, selecting 'node-fstream' for glob 'node*'
                              Note, selecting 'node-etag' for glob 'node*'
                              Note, selecting 'node-tunnel-agent' for glob 'node*'
                              Note, selecting 'node-block-stream' for glob 'node*'
                              Note, selecting 'node-vows' for glob 'node*'
                              Note, selecting 'node-mysql' for glob 'node*'
                              Note, selecting 'node-camelcase' for glob 'node*'
                              Note, selecting 'node-commander' for glob 'node*'
                              Note, selecting 'node-is-windows' for glob 'node*'
                              Note, selecting 'node-strip-json-comments' for glob 'node*'
                              Note, selecting 'node-assert' for glob 'node*'
                              Note, selecting 'node-rai' for glob 'node*'
                              Note, selecting 'node-xml2js' for glob 'node*'
                              Note, selecting 'node-grunt-legacy-log' for glob 'node*'
                              Note, selecting 'node-typedarray-to-buffer' for glob 'node*'
                              Note, selecting 'node-exit-hook' for glob 'node*'
                              Note, selecting 'node-restore-cursor' for glob 'node*'
                              Note, selecting 'node-jquery-ui' for glob 'node*'
                              Note, selecting 'node-lazystream' for glob 'node*'
                              Note, selecting 'node-wrappy' for glob 'node*'
                              Note, selecting 'node-chrono' for glob 'node*'
                              Note, selecting 'node-extend-shallow' for glob 'node*'
                              Note, selecting 'node-sax' for glob 'node*'
                              Note, selecting 'node-number-is-nan' for glob 'node*'
                              Note, selecting 'node-grunt-known-options' for glob 'node*'
                              Note, selecting 'node-ansi' for glob 'node*'
                              Note, selecting 'node-grunt-legacy-log-utils' for glob 'node*'
                              Note, selecting 'node-sha' for glob 'node*'
                              Note, selecting 'node-load-json-file' for glob 'node*'
                              Note, selecting 'node-component-emitter' for glob 'node*'
                              Note, selecting 'node-leaflet-hash' for glob 'node*'
                              Note, selecting 'node-eventemitter2' for glob 'node*'
                              Note, selecting 'node-srs' for glob 'node*'
                              Note, selecting 'node-builtin-modules' for glob 'node*'
                              Note, selecting 'node-death' for glob 'node*'
                              Note, selecting 'node-growl' for glob 'node*'
                              Note, selecting 'node-diff' for glob 'node*'
                              Note, selecting 'node-map-cache' for glob 'node*'
                              Note, selecting 'node-tap' for glob 'node*'
                              Note, selecting 'node-tar' for glob 'node*'
                              Note, selecting 'node-deep-eql' for glob 'node*'
                              Note, selecting 'node-simple-is' for glob 'node*'
                              Note, selecting 'node-generator-supported' for glob 'node*'
                              Note, selecting 'node-keypress' for glob 'node*'
                              Note, selecting 'node-tmp' for glob 'node*'
                              Note, selecting 'node-ebnf-parser' for glob 'node*'
                              Note, selecting 'node-debug' for glob 'node*'
                              Note, selecting 'node-fs-readdir-recursive' for glob 'node*'
                              Note, selecting 'node-require-main-filename' for glob 'node*'
                              Note, selecting 'node-path-root' for glob 'node*'
                              Note, selecting 'node-has-cors' for glob 'node*'
                              Note, selecting 'node-async' for glob 'node*'
                              Note, selecting 'node-regenerator-runtime' for glob 'node*'
                              Note, selecting 'node-sphericalmercator' for glob 'node*'
                              Note, selecting 'node-lru-cache' for glob 'node*'
                              Note, selecting 'node-cssstyle' for glob 'node*'
                              Note, selecting 'node-eslint-plugin-flowtype' for glob 'node*'
                              Note, selecting 'node-underscore' for glob 'node*'
                              Note, selecting 'node-strip-ansi' for glob 'node*'
                              Note, selecting 'node-carto' for glob 'node*'
                              Note, selecting 'node-is-primitive' for glob 'node*'
                              Note, selecting 'node-css-what' for glob 'node*'
                              Note, selecting 'node-use' for glob 'node*'
                              Note, selecting 'node-exit' for glob 'node*'
                              Note, selecting 'node-rbush' for glob 'node*'
                              Note, selecting 'node-redent' for glob 'node*'
                              Note, selecting 'node-pkg-up' for glob 'node*'
                              Note, selecting 'node-optionator' for glob 'node*'
                              Note, selecting 'node-global-modules' for glob 'node*'
                              Note, selecting 'node-klaw' for glob 'node*'
                              Note, selecting 'node-through2' for glob 'node*'
                              Note, selecting 'node-sourcemap-codec' for glob 'node*'
                              Note, selecting 'node-json-stringify-safe' for glob 'node*'
                              Note, selecting 'node-cloneable-readable' for glob 'node*'
                              Note, selecting 'node-crypto-cacerts' for glob 'node*'
                              Note, selecting 'node-path-is-absolute' for glob 'node*'
                              Note, selecting 'node-connect' for glob 'node*'
                              Note, selecting 'node-lodash-reescape' for glob 'node*'
                              Note, selecting 'node-vlq' for glob 'node*'
                              Note, selecting 'node-type-check' for glob 'node*'
                              Note, selecting 'node-normalize-package-data' for glob 'node*'
                              Note, selecting 'node-is-number' for glob 'node*'
                              Note, selecting 'node-reserved' for glob 'node*'
                              Note, selecting 'node-eyes' for glob 'node*'
                              Note, selecting 'node-ansi-styles' for glob 'node*'
                              Note, selecting 'node-get-stdin' for glob 'node*'
                              Note, selecting 'node-sink-test' for glob 'node*'
                              Note, selecting 'node-webfinger' for glob 'node*'
                              Note, selecting 'node-wcwidth.js' for glob 'node*'
                              Note, selecting 'node-requirejs-text' for glob 'node*'
                              Note, selecting 'node-find-cache-dir' for glob 'node*'
                              Note, selecting 'node-yajsml' for glob 'node*'
                              Note, selecting 'node-execa' for glob 'node*'
                              Note, selecting 'node-defaults' for glob 'node*'
                              Note, selecting 'node-websocket' for glob 'node*'
                              Note, selecting 'node-fined' for glob 'node*'
                              Note, selecting 'node-arr-union' for glob 'node*'
                              Note, selecting 'node-simplesmtp' for glob 'node*'
                              Note, selecting 'node-is-plain-object' for glob 'node*'
                              Note, selecting 'node-finished' for glob 'node*'
                              Note, selecting 'node-has-flag' for glob 'node*'
                              Note, selecting 'node-preserve' for glob 'node*'
                              Note, selecting 'node-bowser' for glob 'node*'
                              Note, selecting 'node-to-regex' for glob 'node*'
                              Note, selecting 'node-coffeeify' for glob 'node*'
                              Note, selecting 'node-node-redis' for glob 'node*'
                              Note, selecting 'node-colors' for glob 'node*'
                              Note, selecting 'node-glob-stream' for glob 'node*'
                              Note, selecting 'node-cookie-jar' for glob 'node*'
                              Note, selecting 'node-resolve-from' for glob 'node*'
                              Note, selecting 'node-browserify-lite' for glob 'node*'
                              Note, selecting 'node-multimatch' for glob 'node*'
                              Note, selecting 'node-jade' for glob 'node*'
                              Note, selecting 'node-bufferjs' for glob 'node*'
                              Note, selecting 'node-url-join' for glob 'node*'
                              Note, selecting 'node-range-parser' for glob 'node*'
                              Note, selecting 'node-jake' for glob 'node*'
                              Note, selecting 'node-argparse' for glob 'node*'
                              Note, selecting 'node-has-binary' for glob 'node*'
                              Note, selecting 'node-vhost' for glob 'node*'
                              Note, selecting 'node-mime-types' for glob 'node*'
                              Note, selecting 'node-read-package-json' for glob 'node*'
                              Note, selecting 'node-fill-range' for glob 'node*'
                              Note, selecting 'node-mbtiles' for glob 'node*'
                              Note, selecting 'node-simple-fmt' for glob 'node*'
                              Note, selecting 'node-is-equal-shallow' for glob 'node*'
                              Note, selecting 'nodeunit' for glob 'node*'
                              Note, selecting 'node-cookiejar' for glob 'node*'
                              Note, selecting 'node-husl' for glob 'node*'
                              Note, selecting 'node' for glob 'node*'
                              Note, selecting 'node-typescript' for glob 'node*'
                              Note, selecting 'node-sqlite3' for glob 'node*'
                              Note, selecting 'node-formatio' for glob 'node*'
                              Note, selecting 'node-combined-stream' for glob 'node*'
                              Note, selecting 'node-private' for glob 'node*'
                              Note, selecting 'node-d3-format' for glob 'node*'
                              Note, selecting 'node-cookie' for glob 'node*'
                              Note, selecting 'node-roadrunner' for glob 'node*'
                              Note, selecting 'node-spdx-expression-parse' for glob 'node*'
                              Note, selecting 'node-pretty-hrtime' for glob 'node*'
                              Note, selecting 'node-libravatar' for glob 'node*'
                              Note, selecting 'node-external-editor' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-clean' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-nodeunit' for glob 'node*'
                              Note, selecting 'node-requires-port' for glob 'node*'
                              Note, selecting 'node-clone-stats' for glob 'node*'
                              Note, selecting 'node-json5' for glob 'node*'
                              Note, selecting 'node-gulp-util' for glob 'node*'
                              Note, selecting 'node-setimmediate' for glob 'node*'
                              Note, selecting 'node-base62' for glob 'node*'
                              Note, selecting 'node-response-time' for glob 'node*'
                              Note, selecting 'node-retry' for glob 'node*'
                              Note, selecting 'node-ast-types' for glob 'node*'
                              Note, selecting 'node-bash-match' for glob 'node*'
                              Note, selecting 'node-clone-buffer' for glob 'node*'
                              Note, selecting 'node-ansi-color-table' for glob 'node*'
                              Note, selecting 'node-array-from' for glob 'node*'
                              Note, selecting 'node-shebang-regex' for glob 'node*'
                              Note, selecting 'node-to-regex-range' for glob 'node*'
                              Note, selecting 'node-npm-run-path' for glob 'node*'
                              Note, selecting 'node-bindings' for glob 'node*'
                              Note, selecting 'node-cookie-parser' for glob 'node*'
                              Note, selecting 'node-hook-std' for glob 'node*'
                              Note, selecting 'node-process-nextick-args' for glob 'node*'
                              Note, selecting 'node-loader-utils' for glob 'node*'
                              Note, selecting 'node-eventsource' for glob 'node*'
                              Note, selecting 'node-htmlparser' for glob 'node*'
                              Note, selecting 'node-get-value' for glob 'node*'
                              Note, selecting 'node-getobject' for glob 'node*'
                              Note, selecting 'node-mimic-fn' for glob 'node*'
                              Note, selecting 'node-output-file-sync' for glob 'node*'
                              Note, selecting 'node-jscoverage' for glob 'node*'
                              Note, selecting 'node-zeparser' for glob 'node*'
                              Note, selecting 'node-dateformat' for glob 'node*'
                              Note, selecting 'node-text-encoding' for glob 'node*'
                              Note, selecting 'node-cookie-signature' for glob 'node*'
                              Note, selecting 'node-querystringify' for glob 'node*'
                              Note, selecting 'node-media-typer' for glob 'node*'
                              Note, selecting 'node-regenerate' for glob 'node*'
                              Note, selecting 'node-os-tmpdir' for glob 'node*'
                              Note, selecting 'node-replace-ext' for glob 'node*'
                              Note, selecting 'node-jison-lex' for glob 'node*'
                              Note, selecting 'node-read-file' for glob 'node*'
                              Note, selecting 'node-first-chunk-stream' for glob 'node*'
                              Note, selecting 'node-trim-newlines' for glob 'node*'
                              Note, selecting 'node-punycode' for glob 'node*'
                              Note, selecting 'node-mute-stream' for glob 'node*'
                              Note, selecting 'node-lolex' for glob 'node*'
                              Note, selecting 'node-openlayers' for glob 'node*'
                              Note, selecting 'node-is-typedarray' for glob 'node*'
                              Note, selecting 'node-glob-parent' for glob 'node*'
                              Note, selecting 'node-methods' for glob 'node*'
                              Note, selecting 'node-map-visit' for glob 'node*'
                              Note, selecting 'node-generic-pool' for glob 'node*'
                              Note, selecting 'node-normalize-path' for glob 'node*'
                              Note, selecting 'node-glob' for glob 'node*'
                              Note, selecting 'node-slash' for glob 'node*'
                              Note, selecting 'node-array-differ' for glob 'node*'
                              Note, selecting 'node-underscore.string' for glob 'node*'
                              Note, selecting 'node-is-buffer' for glob 'node*'
                              Note, selecting 'node-unc-path-regex' for glob 'node*'
                              Note, selecting 'node-modestmaps' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-concat' for glob 'node*'
                              Note, selecting 'node-globule' for glob 'node*'
                              Note, selecting 'node-lazy-debug-legacy' for glob 'node*'
                              Note, selecting 'node-ordered-read-streams' for glob 'node*'
                              Note, selecting 'node-is-arrayish' for glob 'node*'
                              Note, selecting 'node-to-fast-properties' for glob 'node*'
                              Note, selecting 'node-ast-util' for glob 'node*'
                              Note, selecting 'node-js-yaml' for glob 'node*'
                              Note, selecting 'node-daemon' for glob 'node*'
                              Note, selecting 'node-constantinople' for glob 'node*'
                              Note, selecting 'node-compression' for glob 'node*'
                              Note, selecting 'node-jssip' for glob 'node*'
                              Note, selecting 'node-delve' for glob 'node*'
                              Note, selecting 'node-ap' for glob 'node*'
                              Note, selecting 'node-bl' for glob 'node*'
                              Note, selecting 'node-co' for glob 'node*'
                              Note, selecting 'node-hashish' for glob 'node*'
                              Note, selecting 'node-detect-indent' for glob 'node*'
                              Note, selecting 'node-on-headers' for glob 'node*'
                              Note, selecting 'node-fs-exists-sync' for glob 'node*'
                              Note, selecting 'node-policyfile' for glob 'node*'
                              Note, selecting 'node-qs' for glob 'node*'
                              Note, selecting 'node-rc' for glob 'node*'
                              Note, selecting 'node-accepts' for glob 'node*'
                              Note, selecting 'node-rx' for glob 'node*'
                              Note, selecting 'node-recast' for glob 'node*'
                              Note, selecting 'node-global-prefix' for glob 'node*'
                              Note, selecting 'node-ws' for glob 'node*'
                              Note, selecting 'nodejs-mozilla' for glob 'node*'
                              Note, selecting 'node-faye-websocket' for glob 'node*'
                              Note, selecting 'node-npmlog' for glob 'node*'
                              Note, selecting 'node-merge-stream' for glob 'node*'
                              Note, selecting 'node-finalhandler' for glob 'node*'
                              Note, selecting 'node-nopt' for glob 'node*'
                              Note, selecting 'node-string-width' for glob 'node*'
                              Note, selecting 'node-deep-equal' for glob 'node*'
                              Note, selecting 'node-loose-envify' for glob 'node*'
                              Note, selecting 'node-xmlhttprequest-ssl' for glob 'node*'
                              Note, selecting 'node-parseurl' for glob 'node*'
                              Note, selecting 'node-aws-sign' for glob 'node*'
                              Note, selecting 'node-oauth-sign' for glob 'node*'
                              Note, selecting 'node-ignore-by-default' for glob 'node*'
                              Note, selecting 'node-content-disposition' for glob 'node*'
                              Note, selecting 'node-absolute-path' for glob 'node*'
                              Note, selecting 'node-cross-spawn-async' for glob 'node*'
                              Note, selecting 'node-multipipe' for glob 'node*'
                              Note, selecting 'node-for-own' for glob 'node*'
                              Note, selecting 'node-is-negated-glob' for glob 'node*'
                              Note, selecting 'node-array-union' for glob 'node*'
                              Note, selecting 'nodejs-dbg' for glob 'node*'
                              Note, selecting 'node-object-path' for glob 'node*'
                              Note, selecting 'node-type-is' for glob 'node*'
                              Note, selecting 'nodejs-dev' for glob 'node*'
                              Note, selecting 'node-iconv' for glob 'node*'
                              Note, selecting 'node-mapnik' for glob 'node*'
                              Note, selecting 'node-abstract-leveldown' for glob 'node*'
                              Note, selecting 'node-stringmap' for glob 'node*'
                              Note, selecting 'node-jsonminify' for glob 'node*'
                              Note, selecting 'node-is-accessor-descriptor' for glob 'node*'
                              Note, selecting 'node-split' for glob 'node*'
                              Note, selecting 'node-spdx-correct' for glob 'node*'
                              Note, selecting 'node-stylus' for glob 'node*'
                              Note, selecting 'node-iscroll' for glob 'node*'
                              Note, selecting 'node-security' for glob 'node*'
                              Note, selecting 'node-difflet' for glob 'node*'
                              Note, selecting 'node-highlight' for glob 'node*'
                              Note, selecting 'node-repeat-string' for glob 'node*'
                              Note, selecting 'node-sigmund' for glob 'node*'
                              Note, selecting 'node-events' for glob 'node*'
                              Note, selecting 'nodejs-abi-46' for glob 'node*'
                              Note, selecting 'node-posix-getopt' for glob 'node*'
                              Note, selecting 'node-tilejson' for glob 'node*'
                              Note, selecting 'node-obj-util' for glob 'node*'
                              Note, selecting 'node-gulp-plumber' for glob 'node*'
                              Note, selecting 'node-command-join' for glob 'node*'
                              Note, selecting 'node-merge-descriptors' for glob 'node*'
                              Note, selecting 'node-express' for glob 'node*'
                              Note, selecting 'node-fresh' for glob 'node*'
                              Note, selecting 'node-object.omit' for glob 'node*'
                              Note, selecting 'node-get-caller-file' for glob 'node*'
                              Note, selecting 'node-kosmtik' for glob 'node*'
                              Note, selecting 'node-coveralls' for glob 'node*'
                              Note, selecting 'node-fs-extra' for glob 'node*'
                              Note, selecting 'node-estraverse' for glob 'node*'
                              Note, selecting 'node-lodash' for glob 'node*'
                              Note, selecting 'node-ansi-font' for glob 'node*'
                              Note, selecting 'node-es6-shim' for glob 'node*'
                              Note, selecting 'node-file-sync-cmp' for glob 'node*'
                              Note, selecting 'node-signal-exit' for glob 'node*'
                              Note, selecting 'node-test' for glob 'node*'
                              Note, selecting 'node-original' for glob 'node*'
                              Note, selecting 'node-graceful-fs' for glob 'node*'
                              Note, selecting 'node-parse-filepath' for glob 'node*'
                              Note, selecting 'node-jsonselect' for glob 'node*'
                              Note, selecting 'node-core-util-is' for glob 'node*'
                              Note, selecting 'node-function-bind' for glob 'node*'
                              Note, selecting 'node-big.js' for glob 'node*'
                              Note, selecting 'node-jsonfile' for glob 'node*'
                              Note, selecting 'node-groove' for glob 'node*'
                              Note, selecting 'node-object-copy' for glob 'node*'
                              Note, selecting 'node-proj4' for glob 'node*'
                              Note, selecting 'node-pseudomap' for glob 'node*'
                              Note, selecting 'node-meow' for glob 'node*'
                              Note, selecting 'node-backbone' for glob 'node*'
                              Note, selecting 'node-mess' for glob 'node*'
                              Note, selecting 'node-utils-merge' for glob 'node*'
                              Note, selecting 'node-tildify' for glob 'node*'
                              Note, selecting 'node-cli-cursor' for glob 'node*'
                              Note, selecting 'node-ansi-regex' for glob 'node*'
                              Note, selecting 'node-parse-glob' for glob 'node*'
                              Note, selecting 'node-array-flatten' for glob 'node*'
                              Note, selecting 'node-uri-path' for glob 'node*'
                              Note, selecting 'node-util' for glob 'node*'
                              Note, selecting 'node-escape-html' for glob 'node*'
                              Note, selecting 'node-yargs-parser' for glob 'node*'
                              Note, selecting 'node-utml' for glob 'node*'
                              Note, selecting 'node-grunt-cli' for glob 'node*'
                              Note, selecting 'node-osenv' for glob 'node*'
                              Note, selecting 'node-sinon' for glob 'node*'
                              Note, selecting 'node-monocle' for glob 'node*'
                              Note, selecting 'node-loud-rejection' for glob 'node*'
                              Note, selecting 'node-to-absolute-glob' for glob 'node*'
                              Note, selecting 'node-is-glob' for glob 'node*'
                              Note, selecting 'node-shebang-command' for glob 'node*'
                              Note, selecting 'node-parallel' for glob 'node*'
                              Note, selecting 'node-emojis-list' for glob 'node*'
                              Note, selecting 'node-random-bytes' for glob 'node*'
                              Note, selecting 'node-to-object-path' for glob 'node*'
                              Note, selecting 'node-deprecated' for glob 'node*'
                              Note, selecting 'node-fragment-cache' for glob 'node*'
                              Note, selecting 'node-utilities' for glob 'node*'
                              Note, selecting 'node-normalize-git-url' for glob 'node*'
                              Note, selecting 'node-slide' for glob 'node*'
                              Note, selecting 'node-node-stringprep' for glob 'node*'
                              Note, selecting 'node-static' for glob 'node*'
                              Note, selecting 'node-mgrs' for glob 'node*'
                              Note, selecting 'node-jsonparse' for glob 'node*'
                              Note, selecting 'node-filename-regex' for glob 'node*'
                              Note, selecting 'node-sprintf-js' for glob 'node*'
                              Note, selecting 'node-require-all' for glob 'node*'
                              Note, selecting 'node-htmlparser2' for glob 'node*'
                              Note, selecting 'node-orchestrator' for glob 'node*'
                              Note, selecting 'node-websocket-driver' for glob 'node*'
                              Note, selecting 'node-core-js' for glob 'node*'
                              Note, selecting 'node-es6-promise' for glob 'node*'
                              Note, selecting 'node-mocha-lcov-reporter' for glob 'node*'
                              Note, selecting 'node-isarray' for glob 'node*'
                              Note, selecting 'node-is-valid-glob' for glob 'node*'
                              Note, selecting 'node-uid-safe' for glob 'node*'
                              Note, selecting 'node-validate-npm-package-license' for glob 'node*'
                              Note, selecting 'node-set-blocking' for glob 'node*'
                              Note, selecting 'node-progress' for glob 'node*'
                              Note, selecting 'node-pre-gyp' for glob 'node*'
                              Note, selecting 'node-pinkie' for glob 'node*'
                              Note, selecting 'node-load-grunt-tasks' for glob 'node*'
                              Note, selecting 'node-beeper' for glob 'node*'
                              Note, selecting 'node-jsonify' for glob 'node*'
                              Note, selecting 'node-leaflet-formbuilder' for glob 'node*'
                              Note, selecting 'node-xtend' for glob 'node*'
                              Note, selecting 'node-es5-shim' for glob 'node*'
                              Note, selecting 'node-debug-fabulous' for glob 'node*'
                              Note, selecting 'node-traverse' for glob 'node*'
                              Note, selecting 'node-through' for glob 'node*'
                              Note, selecting 'node-esprima-fb' for glob 'node*'
                              Note, selecting 'node-millstone' for glob 'node*'
                              Note, selecting 'node-string.prototype.codepointat' for glob 'node*'
                              Note, selecting 'node-time-stamp' for glob 'node*'
                              Note, selecting 'node-leveldown' for glob 'node*'
                              Note, selecting 'node-async-stacktrace' for glob 'node*'
                              Note, selecting 'node-mime' for glob 'node*'
                              Note, selecting 'node-stringset' for glob 'node*'
                              Note, selecting 'node-tar-pack' for glob 'node*'
                              Note, selecting 'node-invert-kv' for glob 'node*'
                              Note, selecting 'node-base' for glob 'node*'
                              Note, selecting 'node-object-assign' for glob 'node*'
                              Note, selecting 'node-detect-newline' for glob 'node*'
                              Note, selecting 'node-require-directory' for glob 'node*'
                              Note, selecting 'node-body-parser' for glob 'node*'
                              Note, selecting 'node-acorn' for glob 'node*'
                              Note, selecting 'node-define-property' for glob 'node*'
                              Note, selecting 'node-vinyl-fs' for glob 'node*'
                              Note, selecting 'node-cors' for glob 'node*'
                              Note, selecting 'node-source-map' for glob 'node*'
                              Note, selecting 'node-negotiator' for glob 'node*'
                              Note, selecting 'node-character-parser' for glob 'node*'
                              Note, selecting 'node-concat-stream' for glob 'node*'
                              Note, selecting 'node-music-library-index' for glob 'node*'
                              Note, selecting 'node-es6-module-transpiler' for glob 'node*'
                              Note, selecting 'node-js-tokens' for glob 'node*'
                              Note, selecting 'node-require-dir' for glob 'node*'
                              Note, selecting 'node-base64id' for glob 'node*'
                              Note, selecting 'node-randombytes' for glob 'node*'
                              Note, selecting 'node-xoauth2' for glob 'node*'
                              Note, selecting 'node-dompurify' for glob 'node*'
                              Note, selecting 'node-yallist' for glob 'node*'
                              Note, selecting 'nodeenv' for glob 'node*'
                              Note, selecting 'node-schlock' for glob 'node*'
                              Note, selecting 'node-which' for glob 'node*'
                              Note, selecting 'node-cjson' for glob 'node*'
                              Note, selecting 'node-keese' for glob 'node*'
                              Note, selecting 'node-lex-parser' for glob 'node*'
                              Note, selecting 'node-isexe' for glob 'node*'
                              Note, selecting 'node-pend' for glob 'node*'
                              Note, selecting 'node-mkdirp' for glob 'node*'
                              Note, selecting 'node-escape-string-regexp' for glob 'node*'
                              Note, selecting 'node-emoji' for glob 'node*'
                              Note, selecting 'node-log4js' for glob 'node*'
                              Note, selecting 'node-is-dotfile' for glob 'node*'
                              Note, selecting 'node-temporary' for glob 'node*'
                              Note, selecting 'node-v8flags' for glob 'node*'
                              Note, selecting 'node-currently-unhandled' for glob 'node*'
                              Note, selecting 'node-mocks-http' for glob 'node*'
                              Note, selecting 'node-object-assign-sorted' for glob 'node*'
                              Note, selecting 'node-databank' for glob 'node*'
                              Note, selecting 'node-dequeue' for glob 'node*'
                              Note, selecting 'node-micromatch' for glob 'node*'
                              Note, selecting 'node-json-parse-helpfulerror' for glob 'node*'
                              Note, selecting 'node-grunt-legacy-util' for glob 'node*'
                              Note, selecting 'node-mocha' for glob 'node*'
                              Note, selecting 'node-kind-of' for glob 'node*'
                              Note, selecting 'node-concat-map' for glob 'node*'
                              Note, selecting 'node-cookies' for glob 'node*'
                              Note, selecting 'node-grunt-contrib-uglify' for glob 'node*'
                              Note, selecting 'node-is-unc-path' for glob 'node*'
                              Note, selecting 'node-flashproxy' for glob 'node*'
                              Note, selecting 'node-has-values' for glob 'node*'
                              Note, selecting 'nodejs-legacy' for glob 'node*'
                              Note, selecting 'node-minimist' for glob 'node*'
                              Note, selecting 'node-url-parse' for glob 'node*'
                              Note, selecting 'node-tilelive' for glob 'node*'
                              Note, selecting 'node-shelljs' for glob 'node*'
                              Note, selecting 'node-zipfile' for glob 'node*'
                              Note, selecting 'node-from2' for glob 'node*'
                              Note, selecting 'node-run-async' for glob 'node*'
                              Note, selecting 'node-bignumber' for glob 'node*'
                              Note, selecting 'node-opener' for glob 'node*'
                              Note, selecting 'node-multiparty' for glob 'node*'
                              Note, selecting 'node-openid' for glob 'node*'
                              Note, selecting 'node-uglify' for glob 'node*'
                              Note, selecting 'node-object-inspect' for glob 'node*'
                              Note, selecting 'node-po2json' for glob 'node*'
                              Note, selecting 'node-mustache' for glob 'node*'
                              Note, selecting 'node-serve-static' for glob 'node*'
                              Note, selecting 'node-cache-base' for glob 'node*'
                              Note, selecting 'node-strip-indent' for glob 'node*'
                              Hinweis: »coffeescript« wird an Stelle von »node-coffeescript« gewählt.
                              Paket »node-kosmtik« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-openlayers« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-osmium« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-millstone« ist nicht installiert, wird also auch nicht entfernt.
                              Hinweis: »nodejs« wird an Stelle von »nodejs-abi-46« gewählt.
                              Paket »node-zipfile« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jscoverage« ist nicht installiert, wird also auch nicht entfernt.
                              Hinweis: »mocha« wird an Stelle von »node-mocha« gewählt.
                              Paket »node-parallel« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-hawk« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-aws-sign« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-http-signature« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-coveralls« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nyc« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-opener« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node« ist nicht installiert, wird also auch nicht entfernt.
                              Hinweis: »node-pegjs« wird an Stelle von »node-peg« gewählt.
                              Paket »node-uglify-to-browserify« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-acorn« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-almond« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-autosize« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-backbone« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bignumber« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-colors« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-d3-format« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-dompurify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-eyes« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-flashproxy« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-geographiclib« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-gettext.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-highlight« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-highlight.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-html2canvas« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jquery-ui« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jssip« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-languages4translatewiki« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-less« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-handlebars« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ltx« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mgrs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mirror« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-modestmaps« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mustache« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-abab« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-abbrev« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-absolute-path« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-abstract-leveldown« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-accepts« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-active-x-obfuscator« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-addressparser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-after« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-amdefine« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ansi« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ansi-color-table« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-ansi-escapes« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ansi-font« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ansi-regex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ansi-styles« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ap« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-archy« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-argparse« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-arr-diff« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-arr-flatten« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-arr-union« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-differ« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-equal« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-find-index« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-array-flatten« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-from« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-parallel« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-array-series« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-union« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-uniq« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-array-unique« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-arrify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-assert« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-assertion-error« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-ast-types« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ast-util« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-async« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-async-stacktrace« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-auto-bind« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-babel-runtime« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-balanced-match« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-base« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-base62« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-base64id« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bash-match« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-batch« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-beeper« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-big.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bindings« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-blob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-block-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-body-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-boolbase« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bowser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-brace-expansion« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-braces« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-browserify-lite« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-buffer-crc32« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-buffer-equal« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-buffer-shims« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-bufferjs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-builtin-modules« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-bytes« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cache-base« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-camelcase« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-camelcase-keys« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-carto« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-chainsaw« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-chalk« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-channels« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-character-parser« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-charm« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-chrono« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cjson« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-clarinet« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-class-utils« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-clean-css« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cli-cursor« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cli-table« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cli-width« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cliui« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-clone« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-clone-buffer« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-clone-stats« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cloneable-readable« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-co« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-coffeeify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-collection-visit« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-combined-stream« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-command-join« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-commander« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-commondir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-component-consoler« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-component-emitter« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-compressible« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-compression« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-concat-map« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-concat-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-connect« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-connect-timeout« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-constantinople« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-content-disposition« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-convert-source-map« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-cookie« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cookie-jar« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cookie-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cookie-signature« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-cookiejar« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cookies« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-copy-descriptor« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-core-js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-core-util-is« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cors« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cpr« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-crc« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cross-spawn« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cross-spawn-async« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-crypto-cacerts« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-css« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-css-select« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-css-what« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cssom« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-cssstyle« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-currently-unhandled« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-daemon« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-databank« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-dateformat« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-death« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-debug« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-debug-fabulous« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-decamelize« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-deep-eql« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-deep-equal« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-deep-extend« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-deep-is« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-defaults« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-define-property« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-defined« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-delayed-stream« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-delve« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-depd« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-deprecated« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-dequeue« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-detect-file« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-detect-indent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-detect-newline« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-diacritics« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-diff« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-difflet« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-doctrine« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-dom-serializer« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-domelementtype« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-domhandler« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-domutils« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-dryice« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-duplexer2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-duplexify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ebnf-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ejs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-emoji« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-emojis-list« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-encoding« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-end-of-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-entities« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-error-ex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-errorhandler« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-errs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-es5-shim« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-es6-module-transpiler« ist nicht installiert, wird also auch nicht e             ntfernt.
                              Paket »node-es6-promise« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-es6-shim« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-escape-html« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-escape-string-regexp« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-escodegen« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-eslint-plugin-flowtype« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-esprima« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-esprima-fb« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-estraverse« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-esutils« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-etag« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-eventemitter2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-events« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-eventsource« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-everything.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-execa« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-exit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-exit-hook« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-expand-brackets« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-expand-tilde« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-node-expat« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-expect.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-express« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-express-generator« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-extend« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-extend-shallow« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-external-editor« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-extglob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fancy-log« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fast-levenshtein« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-faye-websocket« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-fd-slicer« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-file-sync-cmp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-filename-regex« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-fill-range« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-finalhandler« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-find-cache-dir« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-find-up« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-findit2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-findup-sync« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fined« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-first-chunk-stream« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-flagged-respawn« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-for-in« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-for-own« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-forever-agent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-form-data« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-formatio« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-formidable« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fragment-cache« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-fresh« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-from2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fs-exists-sync« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-fs-extra« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fs-readdir-recursive« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-fs.realpath« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fstream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fstream-ignore« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-function-bind« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-fuzzaldrin-plus« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-generator-supported« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-generic-pool« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-get« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-get-caller-file« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-get-stdin« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-get-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-get-value« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-getobject« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-gettext-parser« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-github-url-from-git« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-glob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-glob-base« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-glob-parent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-glob-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-global-modules« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-global-prefix« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-globals« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-globule« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-glogg« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-graceful-fs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-groove« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-growl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-grunt-cli« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-grunt-contrib-clean« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-grunt-contrib-coffee« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-grunt-contrib-concat« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-grunt-contrib-copy« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-grunt-contrib-internal« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-grunt-contrib-nodeunit« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-grunt-contrib-requirejs« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-grunt-contrib-uglify« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-grunt-known-options« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-grunt-legacy-log« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-grunt-legacy-log-utils« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-grunt-legacy-util« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-gulp-plumber« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-gulp-sourcemaps« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-gulp-util« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-gulplog« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-gyp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-ansi« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-binary« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-cors« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-flag« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-gulplog« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-value« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-has-values« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-hashish« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-hook-std« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-hooker« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-hosted-git-info« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-htmlparser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-htmlparser2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-husl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-iconv« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-iconv-lite« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ignore-by-default« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-indent-string« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-inflight« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-inherits« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ini« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-inline-source-map« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-inquirer« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-interpret« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-invert-kv« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ipaddr.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-accessor-descriptor« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-is-arrayish« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-buffer« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-builtin-module« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-is-data-descriptor« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-is-descriptor« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-dotfile« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-equal-shallow« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-is-extendable« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-extglob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-glob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-negated-glob« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-is-number« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-plain-object« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-is-primitive« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-promise« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-typedarray« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-unc-path« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-valid-glob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-is-windows« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-isarray« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-iscroll« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-isexe« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-isobject« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-isstream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jade« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jake« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jison-lex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jju« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-js-tokens« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-js-yaml« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsesc« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-json-localizer« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-json-parse-helpfulerror« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-json-stable-stringify« ist nicht installiert, wird also auch nicht e             ntfernt.
                              Paket »node-json-stringify-safe« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-json5« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonfile« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonminify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonparse« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonselect« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsonstream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-jsv« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-keese« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-kew« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-keygrip« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-keypress« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-kind-of« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-klaw« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lastfm« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lazy-cache« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lazy-debug-legacy« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-lazystream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lcid« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-leaflet-formbuilder« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-leaflet-hash« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-leveldown« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-levn« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lex-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-libravatar« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-load-grunt-tasks« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-load-json-file« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-loader-utils« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lockfile« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lodash« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lodash-compat« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lodash-packages« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-lodash-reescape« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-lodash-reevaluate« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-log4js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-lolex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-loose-envify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-loud-rejection« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-lru-cache« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-magic-string« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-map-cache« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-map-obj« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-map-visit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mapnik« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-marked« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-marked-man« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mbtiles« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-media-typer« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mem« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-meow« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-merge« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-merge-descriptors« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-merge-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mess« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-methods« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-micromatch« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mime« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mime-types« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mimic-fn« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-minimatch« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-minimist« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mixin-deep« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mkdirp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mocha-lcov-reporter« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-mocks-http« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-moment« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-monocle« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-multimatch« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-multiparty« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-multipipe« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-music-library-index« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-mute-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-mysql« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nan« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ncp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-negotiator« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-node-redis« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodeunit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nomnom« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nopt« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-normalize-git-url« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-normalize-package-data« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-normalize-path« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-npm-run-path« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-npmlog« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nth-check« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-number-is-nan« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-nwmatcher« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-oauth-sign« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-obj-util« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-object-assign« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-object-assign-sorted« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-object-copy« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-object-inspect« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-object-path« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-object-visit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-object.omit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-finished« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-on-finished« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-on-headers« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-once« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-openid« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-optimist« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-optionator« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-orchestrator« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ordered-read-streams« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-original« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-os-locale« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-os-tmpdir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-osenv« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-output-file-sync« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-package« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pad« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-parse-filepath« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-parse-glob« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-parse-json« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-parseurl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pascalcase« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-path-exists« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-path-is-absolute« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-path-root« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-path-root-regex« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-path-to-regexp« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-path-type« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pend« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pinkie« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pinkie-promise« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-pkg-dir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pkg-up« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-po2json« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-policyfile« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-posix-character-classes« ist nicht installiert, wird also auch nicht              entfernt.
                              Paket »node-posix-getopt« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pre-gyp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-prelude-ls« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-preserve« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pretty-hrtime« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-private« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-process-nextick-args« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-progress« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-promise« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-proper-lockfile« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-proxy-addr« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pseudomap« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-punycode« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-q« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-qs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-querystringify« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-quickselect« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rai« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-random-bytes« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-randombytes« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-range-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-raw-body« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rbush« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rc« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-read« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-read-file« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-read-package-json« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-read-pkg« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-read-pkg-up« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-readdirp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-recast« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rechoir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-redent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-regenerate« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-regenerator-runtime« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-regex-cache« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-regex-not« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-remove-trailing-separator« ist nicht installiert, wird also auch nic             ht entfernt.
                              Paket »node-repeat-element« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-repeat-string« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-repeating« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-replace-ext« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-request« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-request-capture-har« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-require-all« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-require-dir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-require-directory« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-require-main-filename« ist nicht installiert, wird also auch nicht e             ntfernt.
                              Paket »node-require-relative« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-requires-port« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-reserved« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-resolve« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-resolve-dir« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-resolve-from« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-resolve-pkg« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-response-time« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-restore-cursor« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-retry« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rimraf« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-roadrunner« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-run-async« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-rx« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-samsam« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-schlock« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sdp-transform« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-security« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-semver« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-send« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sequencify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-serve-favicon« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-serve-index« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-serve-static« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-set-blocking« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-set-getter« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-set-value« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-setimmediate« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sha« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-shebang-command« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-shebang-regex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-shelljs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sigmund« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-signal-exit« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-simple-fmt« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-simple-is« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-simplesmtp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sink-test« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sinon« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-slash« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-slide« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-snapdragon« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sorted-object« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-source-map« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-source-map-support« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-sourcemap-codec« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-sparkles« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-spdx-correct« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-spdx-exceptions« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-spdx-expression-parse« ist nicht installiert, wird also auch nicht e             ntfernt.
                              Paket »node-spdx-license-ids« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-sphericalmercator« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-split« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sprintf-js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sqlite3« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-srs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-static« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-static-extend« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-stream-consume« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-stream-shift« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-streamtest« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-string-width« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-string.prototype.codepointat« ist nicht installiert, wird also auch              nicht entfernt.
                              Paket »node-stringmap« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-node-stringprep« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-stringset« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-strip-ansi« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-strip-bom« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-strip-bom-stream« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-strip-eof« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-strip-indent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-strip-json-comments« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-stylus« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-superagent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-supertest« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-supports-color« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-tap« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tap-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tar« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tar-pack« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tar-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-temporary« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-test« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-text-encoding« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-through« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-through2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-through2-filter« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-tildify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tilejson« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tilelive« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tilelive-bridge« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-tilelive-mapnik« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-tilelive-vector« ist nicht installiert, wird also auch nicht entfern             t.
                              Paket »node-time-stamp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tinycolor« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tmatch« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tmp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-to-absolute-glob« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-to-fast-properties« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-to-object-path« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-to-regex« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-to-regex-range« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-transformers« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-traverse« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-trim-newlines« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-tunnel-agent« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-type-check« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-type-detect« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-type-is« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-typedarray« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-typedarray-to-buffer« ist nicht installiert, wird also auch nicht en             tfernt.
                              Paket »node-typescript« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-uglify-save-license« ist nicht installiert, wird also auch nicht ent             fernt.
                              Paket »node-uid-number« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-uid-safe« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-unc-path-regex« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-union-value« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-unique-stream« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-unpipe« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-unset-value« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-uri-path« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-url-join« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-url-parse« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-use« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-util« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-util-deprecate« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-utilities« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-utils-merge« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-utml« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-node-uuid« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-v8flags« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vali-date« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-validate-npm-package-license« ist nicht installiert, wird also auch              nicht entfernt.
                              Paket »node-vary« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vhost« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vinyl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vinyl-fs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vlq« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-wcwidth.js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-webfinger« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-websocket« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-websocket-driver« ist nicht installiert, wird also auch nicht entfer             nt.
                              Paket »node-which« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-which-module« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-with« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-wordwrap« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-wrap-ansi« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-wrappy« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-wrench« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ws« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-xml2js« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-xmlhttprequest« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-xmlhttprequest-ssl« ist nicht installiert, wird also auch nicht entf             ernt.
                              Paket »node-node-xmpp« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-xoauth2« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-xtend« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-y18n« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yajsml« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yallist« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yamlish« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yargs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yargs-parser« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yauzl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-yazl« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-ytdl-core« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodeenv« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodejs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodejs-dbg« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodejs-dev« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodejs-legacy« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »nodejs-mozilla« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-passport« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-pegjs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-proj4« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-queue-async« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-requirejs« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-requirejs-text« ist nicht installiert, wird also auch nicht entfernt             .
                              Paket »node-rtcninja« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-sax« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-should« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-smash« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-step« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-uglify« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-underscore« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-underscore.string« ist nicht installiert, wird also auch nicht entfe             rnt.
                              Paket »node-unorm« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-validator« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-vows« ist nicht installiert, wird also auch nicht entfernt.
                              Paket »node-zeparser« ist nicht installiert, wird also auch nicht entfernt.
                              Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                libuv1
                              Verwenden Sie »apt autoremove«, um es zu entfernen.
                              0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                              io@iobroker:~$
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #54

                              @Randyh

                              sudo apt autoremove
                              

                              Hast du die Kiste mal durchgestartet?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Antwort Letzte Antwort
                              0
                              • R Offline
                                R Offline
                                Randyh
                                schrieb am zuletzt editiert von
                                #55

                                Ja - aber jetzt gerade macht er auch nochmal einen reboot - nach dem Befehl:

                                io@iobroker:~$ sudo apt autoremove
                                [sudo] Passwort für io:
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.
                                Statusinformationen werden eingelesen.... Fertig
                                Die folgenden Pakete werden ENTFERNT:
                                  libuv1
                                0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
                                Nach dieser Operation werden 210 kB Plattenplatz freigegeben.
                                Möchten Sie fortfahren? [J/n] j
                                (Lese Datenbank ... 47619 Dateien und Verzeichnisse sind derzeit installiert.)
                                Entfernen von libuv1:i386 (1.9.1-3) ...
                                Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • R Randyh

                                  Ja - aber jetzt gerade macht er auch nochmal einen reboot - nach dem Befehl:

                                  io@iobroker:~$ sudo apt autoremove
                                  [sudo] Passwort für io:
                                  Paketlisten werden gelesen... Fertig
                                  Abhängigkeitsbaum wird aufgebaut.
                                  Statusinformationen werden eingelesen.... Fertig
                                  Die folgenden Pakete werden ENTFERNT:
                                    libuv1
                                  0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
                                  Nach dieser Operation werden 210 kB Plattenplatz freigegeben.
                                  Möchten Sie fortfahren? [J/n] j
                                  (Lese Datenbank ... 47619 Dateien und Verzeichnisse sind derzeit installiert.)
                                  Entfernen von libuv1:i386 (1.9.1-3) ...
                                  Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #56

                                  @Randyh

                                  curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • R Offline
                                    R Offline
                                    Randyh
                                    schrieb am zuletzt editiert von Randyh
                                    #57

                                    Der Befehl hat geklappt:

                                    io@iobroker:/$ curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
                                    [sudo] Passwort für io:
                                    OK
                                    io@iobroker:/$
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • R Randyh

                                      Der Befehl hat geklappt:

                                      io@iobroker:/$ curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
                                      [sudo] Passwort für io:
                                      OK
                                      io@iobroker:/$
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #58

                                      @Randyh
                                      Jetzt nochmal von vorn...

                                      sudo apt update
                                      sudo apt upgrade
                                      apt policy nodejs
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      1 Antwort Letzte Antwort
                                      0
                                      • R Offline
                                        R Offline
                                        Randyh
                                        schrieb am zuletzt editiert von
                                        #59

                                        oder soll ich iobroker komplett deinstallieren und nach einer Neuinstallation (falls das klappen sollte) ein Backup wiederherstellen?

                                        io@iobroker:/$ sudo apt update
                                        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                                        Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                        Holen:3 http://ftp.de.debian.org/debian stretch-updates InRelease [91,0 kB]
                                        OK:4 http://ftp.de.debian.org/debian stretch Release
                                        OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                                        Es wurden 91,0 kB in 1 s geholt (57,2 kB/s).
                                        Paketlisten werden gelesen... Fertig
                                        Abhängigkeitsbaum wird aufgebaut.
                                        Statusinformationen werden eingelesen.... Fertig
                                        Alle Pakete sind aktuell.
                                        io@iobroker:/$ sudo apt upgrade
                                        Paketlisten werden gelesen... Fertig
                                        Abhängigkeitsbaum wird aufgebaut.
                                        Statusinformationen werden eingelesen.... Fertig
                                        Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                        0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                        io@iobroker:/$ apt policy nodejs
                                        nodejs:
                                          Installiert:           (keine)
                                          Installationskandidat: 4.8.2~dfsg-1
                                          Versionstabelle:
                                             4.8.2~dfsg-1 500
                                                500 http://ftp.de.debian.org/debian stretch/main i386 Packages
                                        io@iobroker:/$
                                        
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • R Randyh

                                          oder soll ich iobroker komplett deinstallieren und nach einer Neuinstallation (falls das klappen sollte) ein Backup wiederherstellen?

                                          io@iobroker:/$ sudo apt update
                                          OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                                          Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                          Holen:3 http://ftp.de.debian.org/debian stretch-updates InRelease [91,0 kB]
                                          OK:4 http://ftp.de.debian.org/debian stretch Release
                                          OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                                          Es wurden 91,0 kB in 1 s geholt (57,2 kB/s).
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.
                                          Statusinformationen werden eingelesen.... Fertig
                                          Alle Pakete sind aktuell.
                                          io@iobroker:/$ sudo apt upgrade
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.
                                          Statusinformationen werden eingelesen.... Fertig
                                          Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                          0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                          io@iobroker:/$ apt policy nodejs
                                          nodejs:
                                            Installiert:           (keine)
                                            Installationskandidat: 4.8.2~dfsg-1
                                            Versionstabelle:
                                               4.8.2~dfsg-1 500
                                                  500 http://ftp.de.debian.org/debian stretch/main i386 Packages
                                          io@iobroker:/$
                                          
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #60

                                          @Randyh

                                          df -h
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          503

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe