Remove old npm from dnf install
- Only install modern Node.js 20 + npm from NodeSource - Avoid conflict between old and new npm versions
This commit is contained in:
parent
12fe681efa
commit
dc0c37c40d
@ -158,7 +158,7 @@ fi
|
|||||||
echo "[+] Installing additional packages..."
|
echo "[+] Installing additional packages..."
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
clevis clevis-luks tpm2-tools tpm2-tss \
|
clevis clevis-luks tpm2-tools tpm2-tss \
|
||||||
tmux neovim python3-pip python3.13 npm \
|
tmux neovim python3-pip python3.13 \
|
||||||
tree gcc make autoconf automake tar bzip2 || exit 1
|
tree gcc make autoconf automake tar bzip2 || exit 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user