Hello,
I tried to install Magento 2 community edition according https://devdocs.magento.com/guides/v2.2/install-gde/composer.html on xampp on a Windows 7 operating system. During the download process I get the following error:
Failed to download magento/zendframework1 from dist: The archive may contain
identical file names with different capitalization (which fails on case insensi
tive filesystems): ZipArchive::extractTo(): Full extraction path exceed MAXPATHL
EN (260)
The next message is
Now trying to download from source
Installing magento/zendframework1 (1.13.1): Cloning e2693f047b from cache
but the next error message says 'destination path already exists and is not an empty directory.
Then the process terminates.
Is there any workaround or resolution?
By the way: the installation of the 'Full Release with Sample Data (ZIP with sample data)' according to https://devdocs.magento.com/guides/v2.2/install-gde/prereq/zip_install.html works, but is not the preferred option.