When I run composer install in the root of my project folder i get the following output:
diorcula ~ Documents WORK pointbreak-develop composer install
> curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar --create-dirs -o bin/wp-cli.phar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5951k 100 5951k 0 0 8478k 0 --:--:-- --:--:-- --:--:-- 8466k
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating autoload files
8 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> php bin/wp-cli.phar core download --locale=en_AU --skip-content --force
Downloading WordPress 5.8 (en_AU)...
Error: Extracting a zip file requires ZipArchive.
Script php bin/wp-cli.phar core download --locale=en_AU --skip-content --force handling the post-install-cmd event returned with error code 1
Some more information:
- PHP version: 7.4.16
- WP-CLI version 2.5.0
- Pop!_OS version 21.04 (Debian based distro)