Closed cavellblood closed 3 years ago
What version of Docker are you running? My guess is you're running the latest (3.4) -- it has a bug that would cause this:
https://github.com/docker/for-mac/issues/5748
If you are running 3.4, downgrade to 3.3.3 for now:
https://docs.docker.com/docker-for-mac/release-notes/#docker-desktop-333
Yes, it is 3.4.
Downgrade to 3.3.3 until they fix it
Describe the bug
/var/www/project/cms/vendor/craftcms does not exist and could not be created.
To reproduce
Steps to reproduce the behaviour:
composer create-project nystudio107/craft craft002 --no-install --remove-vcs
cd
into that new project.make dev
. Thephp
container eventually throws an error/var/www/project/cms/vendor/craftcms does not exist and could not be created.
Expected behaviour
Expected to work normally with no errors.
Output
Versions