@sdetweil I managed to solve it by installing node with these commands below. I tried using nvm earlier with no luck.
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt install -y nodejs
@sdetweil I managed to solve it by installing node with these commands below. I tried using nvm earlier with no luck.
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt install -y nodejs