Drupal - Attempt to create a field body that does not exist on entity type node
You attempted to create a field using configuration without creating the field storage configuration.
In the field configuration YAML you can see a field_storage
property. That is the id of the field storage configuration that needs to also be imported.