basic-lms-laravel icon indicating copy to clipboard operation
basic-lms-laravel copied to clipboard

Composer Update Error

Open EmmaTobi opened this issue 4 years ago • 1 comments

I got the below error when i ran composer update...

Below is a snippet of output from the terminal showing the error...

Installing yusufs/grader (dev-master b222613): Extracting archive Failed to extract yusufs/grader: (1) unzip -qq '/Users/macbook/Documents/laravel_apps/basic-lms-laravel/vendor/composer/tmp-f75259646fb4141b02f1c4c25caf69d3' -d '/Users/macbook/Documents/laravel_apps/basic-lms-laravel/vendor/composer/9e0508f6'

replace /Users/macbook/Documents/laravel_apps/basic-lms-laravel/vendor/composer/9e0508f6/andrewnaguib-grader-library-b222613/src/bashcode/sandbox? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL (EOF or read error, treating as "[N]one" ...)

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
Install of yusufs/grader failed

EmmaTobi avatar Jan 25 '21 15:01 EmmaTobi

i was able to bypass the error by changing the type of repository to path in the composer.json file, and linking the url to the path of my local copy of yusuf/grader repo

EmmaTobi avatar Jan 26 '21 02:01 EmmaTobi