Composer loading from cache

前端 未结 9 1306
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 04:54

i ran in a problem using composer for installing/uninstalling some dependencies in laravel which coming back after deleting them from composer.json and deleting the

9条回答
  •  感情败类
    2021-02-02 05:47

    run the following command

    rm -rf ~/.composer/cache*
    

    if Permission denied add sudo

提交回复
热议问题