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?

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.

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.