当前位置: 首页 > 工具软件 > Easy-WeChat > 使用案例 >

vagrant下composer安装laravel-wechat时候,出现could not delete的错误

郭志
2023-12-01
  - Installing easywechat-composer/easywechat-composer (1.4.0): Loading from cache
Plugin installation failed (include(/home/vagrant/code/vendor/easywechat-composer/easywechat-composer/src/Plugin.php): failed to open stream: No such file or directory), rolling back
  - Removing easywechat-composer/easywechat-composer (1.4.0)

Installation failed, reverting ./composer.json to its original content.


  [RuntimeException]
  Could not delete /home/vagrant/code/vendor/easywechat-composer/easywechat-composer/src/Commands:

原因分析:

暂不明确

解决方案:

使用 composer require “overtrue/laravel-wechat:~5.0” --no-plugins

 类似资料: