……

Run "php bin/console dependencies install" in the glpi tree to fix this.解决方法

Application dependencies are not up to date.
Run "php bin/console dependencies install" in the glpi tree to fix this.

1.打开cmd确定php版本,composer版本

下载:https://www.php.net/downloads

cmd运行php -vsersion

PHP 8.1.8 (cli) (built: Jul  5 2022 23:10:34) (NTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies

下载:https://getcomposer.org/download/

cmd运行composer -v

 / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version 2.3.10 2022-07-13 15:48:23

下载:https://nodejs.org/en/download/

cmd运行npm -v

 8.11.0

2.cmd中到glpi路径下运行php bin/console dependencies install即可

 

posted @ 2022-07-27 14:02  十零  阅读(1282)  评论(0编辑  收藏  举报