0

I am try to install magento 2 in Xampp Windows platform, I am getting the following error when i try to run the following command,

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 m2

Getting the following error, enter image description here

How to solve this issue?

asked Jan 1 at 15:47

1 Answer 1

1

You're missing PHP GD extension.

In C:\xampp\php\php.ini look for extension=gd (or extension=gd2 ) and uncomment it.

Restart Apache afterwards.

answered Jan 1 at 16:41
1
  • Any idea about this error : ibb.co/S060FBQ Commented Jan 1 at 17:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.