basic-lms-laravel
basic-lms-laravel copied to clipboard
Composer Update Error
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
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