-
Notifications
You must be signed in to change notification settings - Fork 181
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
Installation Failed #27
Comments
Sounds like you have some existing globally installed Composer packages that have a conflicting dependency. The annoying thing with globally installed Composer packages is they all live in the same The best solution in your case would be to install Jigsaw locally per project to avoid conflicts. You can do that by creating a new directory for your project and changing to it:
...then using Composer to install Jigsaw locally to that folder:
Finally, initialize the default project structure:
We've got documentation for this situation on the installation page, under the "Installing Locally" heading: |
I had the latest version on Fixed by adding Possible fix to the jigsaw |
Yeah I don't know for sure that I'm surprised that fixed it, it must have uninstalled the old version of |
Yeah it did, the only other thing was Laravel installer which is 2.3 and up. Just had a play around with Jigsaw, it's brilliant. Good work. |
Awesome! Thanks @AndrewHaining :) |
Not allowing me to install, something to do with
symphony/console
already being installed...Any ideas on how to fix?
The text was updated successfully, but these errors were encountered: