无法安装 <em class="placeholder">lightning</em> 模块,因为它不存在
Unable to install the <em class="placeholder">lightning</em> module since it does not exist
当我尝试安装 Acquia BLT 项目(命令:blt setup)时,我在控制台中收到以下错误。
[error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.
Site UUID in source storage does not match the target storage.
Unable to install the <em class="placeholder">lightning</em> module since it does not exist.
in Drupal\Core\Config\ConfigImporter->validate() (line 737 of
/var/www/cmap/docroot/core/lib/Drupal/Core/Config/ConfigImporter.php).
In ConfigImportCommands.php line 259:
The import failed due to the following reasons:
Site UUID in source storage does not match the target storage.
Unable to install the <em class="placeholder">lightning</em> module since it does not exist.
希望您在 BLT 项目中使用 Drupal VM。由于缺少作曲家库,将发生此错误。请运行在您的终端中输入以下命令。
rm -rf docroot/modules/contrib
composer install
vagrant ssh
[now inside the VM]
blt setup
当我尝试安装 Acquia BLT 项目(命令:blt setup)时,我在控制台中收到以下错误。
[error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.
Site UUID in source storage does not match the target storage.
Unable to install the <em class="placeholder">lightning</em> module since it does not exist.
in Drupal\Core\Config\ConfigImporter->validate() (line 737 of
/var/www/cmap/docroot/core/lib/Drupal/Core/Config/ConfigImporter.php).
In ConfigImportCommands.php line 259:
The import failed due to the following reasons:
Site UUID in source storage does not match the target storage.
Unable to install the <em class="placeholder">lightning</em> module since it does not exist.
希望您在 BLT 项目中使用 Drupal VM。由于缺少作曲家库,将发生此错误。请运行在您的终端中输入以下命令。
rm -rf docroot/modules/contrib
composer install
vagrant ssh
[now inside the VM]
blt setup