Php 编写器更新无法识别的make命令

Php 编写器更新无法识别的make命令,php,composer-php,Php,Composer Php,当我试图用composer update更新composer时,会发生这种情况 Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update Generating autoload files Executing script make cache-warmup [KO] [KO] Script

当我试图用composer update更新composer时,会发生这种情况

  Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
Executing script make cache-warmup [KO]
 [KO]
Script make cache-warmup returned with error code 1
!!  'make' is not recognized as an internal or external command,
!!  operable program or batch file.
!!  
!! 

我该怎么办?

您的系统上缺少make命令

只需安装它

通过CYGWIN在windows上如果您没有CYGWIN并且不想安装它,因为…,那么您可以使用gnu binary for windows来替代此选项:

在linux上取决于您的操作系统,但:

sudo易于安装和制作

注意不兼容问题不确定这一切是否能解决您的问题 问题


有点奇怪,我可以在我的第一个项目中运行这个。但现在不是错误消息。。。未被识别为内部或外部命令、可操作程序或批处理文件。将操作系统标识为Windows,将shell标识为标准Windows命令提示符。