EarlRamirez / snipeit_iso

Up and running with Snipe-IT
GNU General Public License v2.0
14 stars 4 forks source link

No composer cache file exists #5

Closed EarlRamirez closed 6 years ago

EarlRamirez commented 6 years ago

During the upgrade, the following error is thrown.

Step 5: Updating composer dependencies: (This may take an moment.)

-- Local composer.phar detected, so we'll use that.

Cannot create cache directory /usr/share/httpd/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache Cannot create cache directory /usr/share/httpd/.composer/cache/files/, or directory is not writable. Proceeding without cache Generating optimized autoload files Cannot create cache directory /usr/share/httpd/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache Cannot create cache directory /usr/share/httpd/.composer/cache/files/, or directory is not writable. Proceeding without cache

Need to create the .composer directory and grant the user permission.

EarlRamirez commented 6 years ago

merged with PR