我有一个项目是在mac上运行的,里面有laravel宅基地,Laravel 5.6
Virtualbox 5.2
节点js 10.8.0版本
git clone https://github.com/laravel/homestead.git ~/Homestead
cd ~/Homestead
git checkout v7.16.1作曲家1.8.5
在任何手册上都有相同的设置。
但是当我试图在windows中安装所有的软件时
一切正常,除了
当我尝试在我的项目dir中运行composer时,安装在宅基地内部
我发现了一些错误
Skipped installation of bin bin/doctrine-dbal for package doctrine/dbal: file not found in package
Skipped installation of bin Resources/bin/var-dump-server for package symfony/var-dumper: file not found in package
Skipped installation of bin bin/php-parse for package nikic/php-parser: file not found in package 安装失败,将./composer.json恢复为其原始内容。
[RuntimeException]
Could not scan for classes inside "/home/vagrant/sites/emsadmin/vendor/sebastian/object-enumerator/src/" which does
not appear to be a file nor a folder另外,我在npm中出错了,运行监视
我尝试过这么多命令,但没有运气,
发布于 2019-07-08 09:31:04
更新你的家园,漫游,最重要的是更新到VirtualBox (到v6)。我有同样的问题,另一个副作用,更新到VirtualBox v6为我解决了它。
请看这个GitHub问题。https://github.com/laravel/homestead/issues/1219
https://stackoverflow.com/questions/56474573
复制相似问题