Skip to content
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

Composer install fails when trying to install starter kit #2

Closed
rlahoda opened this issue May 12, 2016 · 4 comments
Closed

Composer install fails when trying to install starter kit #2

rlahoda opened this issue May 12, 2016 · 4 comments

Comments

@rlahoda
Copy link

rlahoda commented May 12, 2016

I'm trying to follow your process for setting up the starter kit but when I get to the Composer install section. I'm sorry I'm not especially experienced with this but it appears to say that there's a dependency within your plugin-data-transform that calls for twig version "0.*" but since twig is over v1 and is itself installed as a v1+ already in the dependencies there's a problem.

Below is the error I get when I try to run composer install:

loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for aleksip/plugin-data-transform dev-master -> satisfiable by aleksip/plugin-data-transform[dev-master].
    - aleksip/plugin-data-transform dev-master requires pattern-lab/patternengine-twig 0.* -> satisfiable by pattern-lab/patternengine-twig[v0.5.0, v0.5.4, v0.5.5, v0.6.0, v0.6.1, v0.6.2, v0.6.3, v0.6.4, v0.6.5, v0.6.6, v0.6.7, v0.7.0, v0.7.1, v0.7.2, v0.7.3, v0.7.4] but these conflict with your requirements or minimum-stability.
@aleksip
Copy link
Owner

aleksip commented May 12, 2016

It looks like you are running composer install in the starterkit directory. For the setup described in the README you don't need to do that, you should run composer install in the pattern-lab directory (if you want the Pattern Lab integration).

This error should still not occur, but will be fixed soon.

@rlahoda
Copy link
Author

rlahoda commented May 12, 2016

Oh, ok. Thanks! I missed that I was supposed to change directories.

@aleksip
Copy link
Owner

aleksip commented May 13, 2016

Thanks for reporting the error. Keeping this issue open until it is fixed.

@rlahoda
Copy link
Author

rlahoda commented May 13, 2016

Ok, I tried the whole process from the beginning again and actually paid attention to changing folders and everything worked smoothly. Thanks!

@aleksip aleksip closed this as completed Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants