Unzip with unzip command failed, falling back to ZipArchive class
Install of newicon/neon failed
38/38 [============================] 100%
[RuntimeException]
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): ZipArchive::extractTo(): File exists
[ErrorException]
ZipArchive::extractTo(): File exists
I initially thought this was an issue with the package, but if I try the same process in Xampp then it install without a problem. Is anyone else able to replicate this? Using windows 10 and the latest version of devilbox
I’ve tried this locally on my machine and checking the directory in question:
ls -lap vendor/nikic/php-parser/lib/
total 16
drwxr-xr-x 4 cytopia cytopia 4096 Nov 19 11:05 ./
drwxr-xr-x 5 cytopia cytopia 4096 Nov 19 11:05 ../
drwxr-xr-x 10 cytopia cytopia 4096 Nov 19 11:05 PhpParser/
drwxr-xr-x 7 cytopia cytopia 4096 Nov 19 11:05 PHPParser/
As you can see there are two directories with the same name, just different capitalization.
Now also your initial error message makes sense:
[RuntimeException]
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): ZipArchive::extractTo(): File exists
So as you’re using Windows, I’d suppose there must be a setting somewhere to allow different capitalization as Windows does not distinguish between upper/lower case and treats it all the same