You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo, ich habe HVL auf einem Raspi 4 mit Buster neu aufgesetzt. Es gab ein paar Warnungen bei der Installation. Ist trotzdem alles in Ordnung oder ist die Installation nicht wirklich durchgelaufen? HVL jedenfalls läuft.
## Installing the NodeSource Node.js 10.x repo...
## Populating apt-get cache...
+ apt-get update
OK:1 http://archive.raspberrypi.org/debian buster InRelease
Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
Es wurden 15,0 kB in 1 s geholt (18,7 kB/s).
Paketlisten werden gelesen... Fertig
## Confirming "buster" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/buster/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
OK
## Creating apt sources list file for the NodeSource Node.js 10.x repo...
+ echo 'deb https://deb.nodesource.com/node_10.x buster main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_10.x buster main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
OK:2 http://archive.raspberrypi.org/debian buster InRelease
Holen:3 https://deb.nodesource.com/node_10.x buster InRelease [4.584 B]
Holen:4 https://deb.nodesource.com/node_10.x buster/main armhf Packages [766 B]
Es wurden 5.350 B in 1 s geholt (5.025 B/s).
Paketlisten werden gelesen... Fertig
## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm
## You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
pi@hvl:~ $ sudo apt-get install nodejs
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden NEUEN Pakete werden installiert:
nodejs
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 4 nicht aktualisiert.
Es müssen 14,6 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 77,3 MB Plattenplatz zusätzlich benutzt.
Holen:1 https://deb.nodesource.com/node_10.x buster/main armhf nodejs armhf 10.19.0-1nodesource1 [14,6 MB]
Es wurden 14,6 MB in 1 s geholt (14,0 MB/s).
Vormals nicht ausgewähltes Paket nodejs wird gewählt.
(Lese Datenbank ... 39842 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../nodejs_10.19.0-1nodesource1_armhf.deb ...
Entpacken von nodejs (10.19.0-1nodesource1) ...
nodejs (10.19.0-1nodesource1) wird eingerichtet ...
Trigger für man-db (2.8.5-2) werden verarbeitet ...
pi@hvl~ $ cd /home/pi
pi@hvl:~ $ npm install homematic-virtual-interface
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field.
+ [email protected]
added 105 packages from 154 contributors and audited 130 packages in 12.376s
found 1 high severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details```
The text was updated successfully, but these errors were encountered:
Hallo, ich habe HVL auf einem Raspi 4 mit Buster neu aufgesetzt. Es gab ein paar Warnungen bei der Installation. Ist trotzdem alles in Ordnung oder ist die Installation nicht wirklich durchgelaufen? HVL jedenfalls läuft.
The text was updated successfully, but these errors were encountered: