Gesagt, getan...
ich habe nochmal alles komplett neu aufgesetzt
- Arch Linux nach offizieller Anleitung installiert.
- Abhängigkeiten für das ioBroker install.sh Skript installiert.
nodejs -v = v14.19.0
node -v = v14.19.0
which -v = v2.21
npm -v = v8.5.2
- curl -sLf https://iobroker.net/install.sh | sudo bash -
Fertig
Erstaunlicherweise doch noch 2GB~ groß das ganze
df -hl
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
dev 2,0G 0 2,0G 0% /dev
run 2,0G 644K 2,0G 1% /run
/dev/vda2 33G 2,0G 29G 7% /
tmpfs 2,0G 0 2,0G 0% /dev/shm
tmpfs 2,0G 5,4M 2,0G 1% /tmp
/dev/vda1 300M 296K 300M 1% /boot
tmpfs 393M 0 393M 0% /run/user/1002
vielleicht interessant für den ein oder anderen
pacman -S nodejs-lts-gallium (Version 16.13.2 )
pacman -S nodejs (Version 17.6.0)
pacman -S "nodejs >> siehe oben"
sudo ln -s /usr/bin/node /usr/bin/nodejs
pacman -S which npm sudo
nodejs -v
node -v
which -v
npm -v
useradd -m -G wheel -s /bin/bash crypto (letzteres gerne anpassen)
passwd crypto (ggf. anpassen)
pacman -S vi oder pacman -S nano (nach geschmack)
visudo oder nano /etc/sudoers
einkommentieren von %wheel ALL=(ALL) ALL
curl -sLf https://iobroker.net/install.sh | bash -