Switch From Node SASS to Dart SASS for Old Sub-Themes
When to Switch to Dart Sass
Update Npm and Nodejs to 18 Lts Version
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt update
sudo apt install nodejs
sudo apt install build-essential
curl -L https://npmjs.com/install.sh | sudo -E bash -
sudo apt update
sudo apt install npm