shihjay2 / nosh2

NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based off of the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support.
Other
74 stars 53 forks source link

Composer zip error #185

Open ugintl opened 3 years ago

ugintl commented 3 years ago

After running composer update, at the end I see following error

Failed to extract pragmarx/countries: (2) "C:\Program Files\7-Zip\7z.EXE" x -bb0 -y "C:\laragon\www\nosh\vendor\composer\tmp-0db97f757b263947300f6738aca77fbb" -o"C:\laragon\www\nosh\vendor\composer\d8d7e3d4"

ERRORS:
Unexpected end of archive

ERROR: Data Error : antonioribeiro-countries-49b71b5\src\data\states\default\gbr.json

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with 7z command failed, falling back to ZipArchive class
    Install of pragmarx/countries failed
 173/173 [============================] 100%

  [UnexpectedValueException]
  'C:\laragon\www\nosh/vendor/composer/tmp-0db97f757b263947300f6738aca77fbb' is not a zip archive.
ugintl commented 3 years ago

composer clearcache solved the problem