Error “could not delete” with Composer on Vagrant

前端 未结 16 1112
闹比i
闹比i 2020-12-14 05:45

I have a Vagrant running Linux and I\'m trying to install Symfony.

After the command composer create-project symfony/framework-standard-edition ./ \"2.5.*\"

16条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 06:28

    Just run

    sudo chmod -R 777 /folder/path
    

    This will give you write access to the folder you are running composer in. I know this is an old post but this works so I have to share it.

提交回复
热议问题