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
Hello,
First of all, thank you for your work.
I'd like to install your package but I encounter some problems.
If I try : wp package install diggy/polylang-cli
I get : Error: Invalid package
And with : wp package install git@github.com:diggy/polylang-cli.git
I get : PHP Fatal error: require(): Failed opening required '/root/.wp- cli/packages/vendor/diggy/polylang-cli/vendor/autoload.php'.
What is the right way to do it ? Thank you very much.
The text was updated successfully, but these errors were encountered:
@gbouteiller thank you for your interest in this package! I've been struggling with Behat not autoloading the commands. For now, as this package is still in alpha, I'm giving priority to the tests, hence this line. If you comment out that line in the package dir on your local machine (e.g. /Users/username/.wp-cli/packages/vendor/diggy/polylang-cli/command.php) you should be able to run the commands. Alternatively, you could download the package, and require it in your wp-cli.local.yml file. I know this is far from ideal, but I'm actively looking for a solution, and will ping you here when resolved.
Hello,
First of all, thank you for your work.
I'd like to install your package but I encounter some problems.
If I try :
wp package install diggy/polylang-cli
I get :
Error: Invalid package
And with :
wp package install git@github.com:diggy/polylang-cli.git
I get :
PHP Fatal error: require(): Failed opening required '/root/.wp- cli/packages/vendor/diggy/polylang-cli/vendor/autoload.php'
.What is the right way to do it ? Thank you very much.
The text was updated successfully, but these errors were encountered: