Home > Development Tools > composer > Solve the zlib_decode(): data error error reported by composer

Solve the zlib_decode(): data error error reported by composer

藏色散人
Release: 2020-02-15 13:43:47
forward
2856 people have browsed it

The following tutorial column will introduce to you the solution to the zlib_decode(): data error error reported by composer. I hope it will be helpful to friends in need!

Solve the zlib_decode(): data error error reported by composerSolve the zlib_decode(): data error error reported by composer

Use composer to install the lumen project and execute composer create-project laravel/ lumen --prefer-dist, the command reports [ErrorException] zlib_decode(): data error.

Solution:

Execute composer self-update to Or there is a network problem, try switching to a mobile data network. Or execute the following instructions:

composer config -g repo.packagist composer https://packagist.phpcomposer.com
Copy after login

For more composer-related technical articles, please visit the composer column:

https://www.php.cn/tool/composer/

The above is the detailed content of Solve the zlib_decode(): data error error reported by composer. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Composer failed to install TP51
From 1970-01-01 08:00:00
0
0
0
PHP study installation composer cannot be used
From 1970-01-01 08:00:00
0
0
0
php - Error using composer
From 1970-01-01 08:00:00
0
0
0
ThinkPHP Why use composer?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template