When attempting to install plugins Asynchronously using the bash & WP-cli throws errors regarding failed plugin installation.
To recreate this issue run these commands on a fresh WordPress install.
wp plugin install disable-emojis jetpack &
wp plugin install tiny-compress-images antispam-bee akismet bbpress --activate &
Log:
Downloading install package from https://downloads.wordpress.org/plugin/disable-emojis.1.5.3.zip...
Installing Compress JPEG & PNG images (2.2.4)
Downloading install package from https://downloads.wordpress.org/plugin/tiny-compress-images.2.2.4.zip...
Unpacking the package...
Installing the plugin...
Plugin installed successfully.
Unpacking the package...
Installing the plugin...
Plugin installed successfully.
Installing Jetpack by WordPress.com (5.2.1)
Activating 'tiny-compress-images'...
Plugin 'tiny-compress-images' activated.
Downloading install package from https://downloads.wordpress.org/plugin/jetpack.5.2.1.zip...
Installing Antispam Bee (2.7.1)
Downloading install package from https://downloads.wordpress.org/plugin/antispam-bee.2.7.1.zip...
Unpacking the package...
Installing the plugin...
Plugin installed successfully.
Activating 'antispam-bee'...
Plugin 'antispam-bee' activated.
Installing Akismet (3.3.4)
Downloading install package from https://downloads.wordpress.org/plugin/akismet.3.3.4.zip...
Unpacking the package...
Unpacking the package...
Installing the plugin...
Warning: The package could not be installed. "No valid plugins were found."
Plugin install failed.
Installing the plugin...
Plugin installed successfully.
Error: Only installed 1 of 2 plugins.
Activating 'akismet'...
Plugin 'akismet' activated.
Installing bbPress (2.5.13)
Downloading install package from https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip...
Unpacking the package...
Installing the plugin...
Plugin installed successfully.
Activating 'bbpress'...
Plugin 'bbpress' activated.
Success: Installed 4 of 4 plugins.
When attempting to install plugins Asynchronously using the bash
&WP-cli throws errors regarding failed plugin installation.To recreate this issue run these commands on a fresh WordPress install.
Log: