Try
rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/code/* var/page_cache/ var/view_preprocessed/ var/composer_home
I tried but failed. here is my command :
~/shop1$ php7.3-cli rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/code/* var/page_cache/ var/view_preprocessed/ var/composer_home
message:
Could not open input file: rm
I have a question, why command : php bin/magento setup:di:compile, always stops at 12% ?
thank you
Do not add "php7.3-cli" in rm -rf command.
Apart from that please try to run
like
php -dmemory_limit=-1 bin/magento setup:di:compile