Prerequisites
Describe the bug
The wp-cli uninstall __name__ blueprint step exits with an error.
https://playground.wordpress.net/builder/builder.html#{%22login%22:true,%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:[{%22step%22:%22wp-cli%22,%22command%22:%22wp%20plugin%20uninstall%20hello%20--deactivate%22}]}
Expected behavior
It should deactivate and then delete the plugin.
Actual behavior
It output this error on devtools:
#!/usr/bin/env php
Ran uninstall procedure for 'hello' plugin. Deletion of plugin files failed
Steps to reproduce
- Open the link
- Check the error on the devtools
Isolating the problem
Prerequisites
Describe the bug
The
wp-cli uninstall __name__blueprint step exits with an error.https://playground.wordpress.net/builder/builder.html#{%22login%22:true,%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:[{%22step%22:%22wp-cli%22,%22command%22:%22wp%20plugin%20uninstall%20hello%20--deactivate%22}]}
Expected behavior
It should deactivate and then delete the plugin.
Actual behavior
It output this error on devtools:
Steps to reproduce
Isolating the problem