Composer创建项目时报错:chdir(): No such file or directory (errno 2)

简介: Composer创建项目时报错:chdir(): No such file or directory (errno 2)

今天在使用composer创建PhalApi项目时,Download完成后,install时报错如下:

 [ErrorException]
 chdir(): No such file or directory (errno 2)

注:由于没有定位到错误具体原因,只是分享我的解决办法供参考

出现问题环境:


系统 win10
composer安装盘 C盘(系统盘)
php安装盘(phpstudy) C盘(系统盘)

原因查找


在执行创建项目命令时加上--verbose参数,查看具体原因

composer create-project phalapi/phalapi --verbose

查看出的原因并不清晰,但是定位到问题是出在composer本身执行文件创建的过程中,猜测是否是权限问题。

解决方式(供参考)


鉴于上一步分析,因此将composer和php环境都重装到D盘,重装完成后,重新打开命令行,已经可以正常创建项目。

写在最后


另外,在stackoverflow上看到有不同解决方法,感觉麻烦便没有尝试,各位方便的可以测试一下,并留言分享给大家!链接如下:

chdir(): No such file or directory (errno 2)


目录
相关文章
|
6月前
|
开发者 Python
【Python】已解决:FileNotFoundError: [Errno 2] No such file or directory: ‘配置信息.csv‘
【Python】已解决:FileNotFoundError: [Errno 2] No such file or directory: ‘配置信息.csv‘
257 0
npm ERR! enoent ENOENT: no such file or directory, rename
npm ERR! enoent ENOENT: no such file or directory, rename
606 0
|
C语言 Python Windows
gcc: error: /FIPython.h: File o directory non esistente
gcc: error: /FIPython.h: File o directory non esistente
120 0
fatal error C1083: 无法打开包括文件:“fenv.h”: No such file or directory
fatal error C1083: 无法打开包括文件:“fenv.h”: No such file or directory
190 0
AndroidStudio:Path is not a readable directory.
AndroidStudio:Path is not a readable directory.
137 0
|
Linux C语言 C++
VS编译出错:fatal error C1083: 无法打开包括文件:“stdbool.h”: No such file or directory
VS编译出错:fatal error C1083: 无法打开包括文件:“stdbool.h”: No such file or directory
712 0
conftest.c:93:10: fatal error: srtp/srtp.h: No such file or directory
conftest.c:93:10: fatal error: srtp/srtp.h: No such file or directory
155 0
curses.h: No such file or directory
curses.h: No such file or directory
135 0
Cannot open include file: 'unistd.h': No such file or directory的解决办法
Cannot open include file: 'unistd.h': No such file or directory的解决办法
397 0
|
Python
pip安装报错:No such file or directory ; 没有那个文件或目录
pip安装报错:No such file or directory ; 没有那个文件或目录
1098 2