【发布时间】:2020-11-20 15:36:55
【问题描述】:
我正在使用最新的 Laravel 7 开发一个应用程序,同时使用 Vapor 部署到 AWS。我在 Windows 10 环境中。
运行以下命令部署到暂存vendor/bin/vapor deploy 时,出现以下错误。
In Process.php line 252:
The command "COMPOSER_MIRROR_PATH_REPOS=1 composer install" failed.
Exit Code: 1(General error)
Working directory: C:\Users\Matthew Wallace\Development\web\615ioDemos/.vap
or/build/app
Output:
================
Error Output:
================
'COMPOSER_MIRROR_PATH_REPOS' is not recognized as an internal or external c
ommand,
operable program or batch file.
【问题讨论】:
标签: laravel composer-php laravel-vapor