I’m trying to test some WP-CLI commands that used to work. Currently the error I’m getting is as follows.
Unable to open ‘class-wp-cli.php’: Unable to read file (Unknown (FileSystemError): Error: ENOTDIR: not a directory, stat ‘/Applications/Local Beta.app/Contents/Resources/extraResources/bin/wp-cli/wp-cli.phar/vendor/wp-cli/wp-cli/php/class-wp-cli.php’).
This is the class, https://github.com/afragen/github-updater/blob/develop/src/GitHub_Updater/WP_CLI/CLI_Integration.php
I’m reasonably certain it has to do with how WP-CLI is included in Local Beta as that path doesn’t exist beyone wp-cli.phar
.
@clay Any thoughts?