mzfp Posted April 14, 2020 Share Posted April 14, 2020 I wonder if anyone has experiencing installing Prestashop 1.7 dev version on Windows 10? I cloned the developer vbersion of Prestashop from the official git repo and initiated the install. The install asks me to "Error : please install composer. Then run "php composer.phar install"" so I did and get the following error when I do: ``` Problem 1 - composer/installers is locked to version v1.7.0 and an update of this package was not requested. - composer/installers v1.7.0 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match your constraint. Use the option --with-all-dependencies to allow updates and removals for packages currently locked to specific versions. You are using a snapshot build of Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report an issue to them to ask them to support Composer 2. To work around this you can run Composer with --ignore-platform-reqs, but this will also ignore your PHP version and may result in bigger problems down the line. ``` I am running the latest version of composer on Windows 10 and I am at a complete loss on how to proceed any further therefore any help would be appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now