我有一个项目正在 mac book 中运行,带有 laravel 宅基地 Laravel 5.6
Virtualbox 5.2
node js 版本 10.8.0
git clone https://github.com/laravel/homestead.git ~/Homestead
cd ~/Homestead
git checkout v7.16.1
作曲家 1.8.5
相同的设置适用于任何男书
但是当我尝试在 Windows
中安装所有软件时,一切都正常 除了
当我试图在我的项目目录中
的宅基地内运行作曲家安装时,我收到以下错误
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 运行手表中遇到错误
我尝试了很多命令,但没有运气
更新你的家园,流浪者,最重要的是更新到VirtualBox(到v6)。我遇到了同样的问题,但另一个副作用,更新到 VirtualBox v6 为我解决了它。
请参阅此 GitHub 问题。 https://github.com/laravel/homestead/issues/1219