We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting errors like
Cannot create cache directory /.composer/cache/repo/https---packages.drupal.org-8/, or directory is not writable. Proceeding without cache
Looks like the cache directory can be manually set to a place that's actually writable https://getcomposer.org/doc/03-cli.md#composer-cache-dir
The text was updated successfully, but these errors were encountered:
Here is an example below. If you put this in your project's composer.json it will set the cache directory (cache-dir) to where you want:
"config": { "preferred-install": "dist", "sort-packages": true, "cache-dir": "./.cache", "platform": { "php": "8.1.0" } }
Sorry, something went wrong.
No branches or pull requests
I'm getting errors like
Looks like the cache directory can be manually set to a place that's actually writable
https://getcomposer.org/doc/03-cli.md#composer-cache-dir
The text was updated successfully, but these errors were encountered: