You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest wp-env (8.10.0 at the time of writing) I am getting the following errors on start:
#45 [cli 14/14] RUN composer global require --dev phpunit/phpunit:"^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
#45 0.146
#45 0.147 In Filesystem.php line 260:
#45 0.147
#45 0.147 /.composer does not exist and could not be created:
#45 0.147
#45 0.147
#45 0.147 global <command-name> [<args>...]
#45 0.147
#45 ERROR: process "/bin/sh -c composer global require --dev phpunit/phpunit:\"^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0\"" did not complete successfully: exit code: 1
------
> [tests-cli 14/14] RUN composer global require --dev phpunit/phpunit:"^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0":
0.146
0.147 In Filesystem.php line 260:
0.147
0.147 /.composer does not exist and could not be created:
0.147
0.147
0.147 global <command-name> [<args>...]
0.147
------
failed to solve: process "/bin/sh -c composer global require --dev phpunit/phpunit:\"^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0\"" did not complete successfully: exit code: 1
Description
Using the latest
wp-env
(8.10.0 at the time of writing) I am getting the following errors on start:Previously / related:
Step-by-step reproduction instructions
See above
Screenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: