chmod(): Operation not permitted error while Magento2 extension installation using composer
I installed magento 2.3 in localhost (Ubuntu 19.04). and changed the ownership & permissions of install directory using the command sudo chown -R www-data:www-data /var/www/magentoProject sudo chmod -R 775 /var/www/magentoProject and i included user to www-data group. I installed composer…