@php artisan软件包:发现--ansi脚本@php

时间:2019-02-19 07:11:14

标签: laravel composer-php

当我运行作曲家更新时出现以下错误。

Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 0 updates, 0 removals Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump 

@php artisan package:discover --ansi
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255

3 个答案:

答案 0 :(得分:0)

如果您在termux上运行,请首先尝试使用tsudo。

答案 1 :(得分:0)

在作曲家安装或更新期间是否丢弃?如果是,则需要重命名composer.lock并再次运行composer install。

答案 2 :(得分:0)

我讨厌这个错误,以下是我的建议(通常其中之一有效):

  • 删除引导程序/缓存下的文件
  • 删除您的存储/框架/缓存/这里的文件,而不是文件夹
  • 确保您正确设置了 .env 文件,特别是您的数据库密钥
  • 确保您已使用“php artisan key:generate”生成您的密钥
  • 然后运行“作曲家更新”
  • 然后运行“composer install”
  • 为项目服务