You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a vanilla Altis local-server configuration, WP-CLI doesn't have permission to write to its own cache directory. This results in warnings when running a WP-CLI command that would normally cause it to write to its cache.
Steps to reproduce
Set up an Altis local-server site
Run composer server cli -- theme install twentytwenty
Observe that the command succeeds but produces a warning about the cache directory not being writable:
Warning: Failed to create directory '/var/www/.wp-cli/cache/': mkdir(): Permission denied.
The text was updated successfully, but these errors were encountered:
With a vanilla Altis local-server configuration, WP-CLI doesn't have permission to write to its own cache directory. This results in warnings when running a WP-CLI command that would normally cause it to write to its cache.
Steps to reproduce
composer server cli -- theme install twentytwenty
The text was updated successfully, but these errors were encountered: