Composer既不安装也不更新RecursiveDirectoryIterator无法找到指定的路径

 壹起等绿灯 发布于 2023-01-10 04:28

我一直在尝试使用我的windows7 64位机器上的composer更新/安装.但最近我收到了这个错误:

$ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
  - Installing zendframework/zendxml (dev-master 559b34f)
    Cloning 559b34f426d33a11c3db118e00ce14bb8dc64e5f
Failed to download zendframework/zendxml from source: RecursiveDirectoryIterator
::__construct(C:\wamp\www\projects\vendor\zendframework\zendxml,C:\wamp\www\projects\vendor\zendframework\zendxml): The system cannot find the path specified. (
code: 3)
Now trying to download from dist
  - Installing zendframework/zendxml (dev-master 559b34f)
    Downloading: 100%



  [UnexpectedValueException]
  RecursiveDirectoryIterator::__construct(C:\wamp\www\projects\vendor/zendfra
  mework/zendxml,C:\wamp\www\projects\vendor/zendframework/zendxml): The syst
  em cannot find the path specified. (code: 3)

我试图删除供应商目录以及清空作曲家缓存,但这并没有解决问题.

有什么建议?

撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有