-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Terminus v2 installation and errors #26
Comments
Since it wasn't installed via composer the autoloader wasn't generated on your local machine. You will need to delete the composer.lock (which exists in the 2.x branch) file and run |
I'm running into issues with Terminus rejecting pancakes as well. I removed the old copy and re-ran with the current setup instructions and got the following:
|
As of today, I received the "Could not find package" error. (I was able to install it.) Just leaving an FYI. |
I've deleted my old pancakes plugin in ~/.terminus/plugins but run into the following issues:
[InvalidArgumentException]
Could not find package terminus-plugin-project/terminus-pancakes-plugin with version ~2.
So I downloaded the zipped 2x branch and placed in plugins, and it works, but every use of terminus gives these warnings:
Warning: include(~/.terminus/plugins/terminus-pancakes-plugin/src/Commands/../../vendor/autoload.php): failed to open stream: No such file or directory in /Users/ransom/.terminus/plugins/terminus-pancakes-plugin/src/Commands/PancakesCommand.php on line 13
Warning: include(): Failed opening '~/.terminus/plugins/terminus-pancakes-plugin/src/Commands/../../vendor/autoload.php' for inclusion (include_path='.:') in ~/.terminus/plugins/terminus-pancakes-plugin/src/Commands/PancakesCommand.php on line 13
line 13 is the vendor/autoload.php include. I've commented that out or now with no ill effects to Pancakes that I can tell.
The text was updated successfully, but these errors were encountered: