phpoffice/phpspreadsheet install 시 error
Devel/Error2021. 11. 18. 11:50
반응형
composer.json 파일을 install하는데
Problem 1
- phpoffice/phpspreadsheet[1.17.0, ..., 1.19.0] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
- Root composer.json requires phpoffice/phpspreadsheet ^1.17 -> satisfiable by phpoffice/phpspreadsheet[1.17.0, 1.17.1, 1.18.0, 1.19.0].
방법은
sudo apt install php-xml
sudo apt install php7.0-gd
sudo apt install php7.0-mbstring
sudo apt install php-zip
하거나,
나는
composer install --ignore-platform-reqs
후
콘솔창을 다시 로딩해서 !!!!
해당폴더에서 composer install 하니 해결됐다 !
'Devel > Error' 카테고리의 다른 글
MYSQL Error Code:1046 원인 해결방안 (0) | 2021.11.30 |
---|---|
[pid 3376] AH00169: caught SIGTERM, shutting down (0) | 2021.11.20 |
MySQL Error Code: 1055 Group By (0) | 2021.11.20 |
MYSQL | Column '컬럼명' in order clause is ambiguous (0) | 2021.11.20 |
Composer install RuntimeException (0) | 2021.11.18 |
댓글()