Node.js is not installed
If you are getting the error that Node.js is not installed make sure to install it as this little guide is showing.
Windows
Linux
sudo apt install nodejs npmsudo yum install nodejs npmsudo dnf install nodejs npmwget -qO nodesource_setup.sh https://deb.nodesource.com/setup_22.x
sudo -E bash nodesource_setup.sh
sudo apt-get install -y nodejs npm MacOS
Last updated