I was in production mode and was getting an error when trying to go back to default mode
run below commands in sequence.
php bin/magento setup:di:compilephp bin/magento setup:upgradephp bin/magento cache:cleanphp bin/magento cache:flush
and then try to det default mode again, it should work now
bin/magento deploy:mode:set default
rm -rf var/view_preprocessed/* var/cache/* pub/static/*