Problem/Motivation
Not sure if this is a valid bug or something else related to core D9.
Updating modules will result to an error:
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9 || ^10 || ^11) requires the 'core' key not be set in modules/contrib/node_export/node_export.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Steps to reproduce
Latest Drupal version : 9.5.11
Proposed resolution
I think all modules encountering this error have started patching for this issue, if I'm not mistaken. Should there be a patch for this as well? I tried running the dev version, but I has the same issue.
See for instance:
https://www.drupal.org/project/tome/issues/3406138
https://www.drupal.org/project/smart_content_utm/issues/3380991
https://www.drupal.org/project/multilingual_menu_urls/issues/3385101
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork node_export-3510901
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
srijeeta commentedRemoving the core key from the info.yml file works for me.
https://git.drupalcode.org/project/node_export/-/merge_requests/10
Comment #4
i-trokhanenkoComment #6
i-trokhanenkoComment #7
i-trokhanenko