- π·πΊRussia allexim
Composer is also failed to install with:
<strong>php82 /usr/local/bin/composer82 require 'drupal/views_data_export:^1.3'</strong> Problem 1 - drupal/csv_serialization 1.4.0 requires drupal/core ^8.0.4 -> found drupal/core[8.0.4, ..., 8.9.20] but the package is fixed to 10.0.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - drupal/csv_serialization 1.5.0 requires drupal/core ^8.7.12 || ^9.0 -> found drupal/core[8.7.12, ..., 8.9.20, 9.0.0, ..., 9.5.7] but the package is fixed to 10.0.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - drupal/csv_serialization[2.0.0, ..., 2.1.0] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.7] but the package is fixed to 10.0.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - drupal/views_data_export 1.3.0 requires drupal/csv_serialization ~1.4 || ~2.0 || ~3 -> satisfiable by drupal/csv_serialization[1.4.0, 1.5.0, 2.0.0, 2.1.0]. - Root composer.json requires drupal/views_data_export ^1.3 -> satisfiable by drupal/views_data_export[1.3.0].
Only plain longstanding and reliable method < wget https://ftp.drupal.org/files/projects/views_data_export-8.x-1.3.tar.gz> allows to run it after this:
php82 /usr/local/bin/composer82 require 'drupal/csv_serialization:^3.0@RC'Alas, but i was unable to figure out of a usage of drush:
drush views-data-export [view-name] [display-id] [output-file]
.My View
[view-name]
http://web.site/admin/structure/views/view/eva_video
[display-id]
http://web.site/admin/structure/views/view/eva_video/edit/entity_view_1
[output-file]
eva_video.xml
Input command: (from root)
php82 ./vendor/bin/drush views-data-export eva_video entity_view_1 eva_video.xml
Normal front-end execution for Views-view is also vague - no expected result to export the whole view.