Skip to content

Instantly share code, notes, and snippets.

@henideepak
Last active October 18, 2022 09:08
Show Gist options
  • Save henideepak/887238cedab2681873de8c6c39fe7098 to your computer and use it in GitHub Desktop.
Save henideepak/887238cedab2681873de8c6c39fe7098 to your computer and use it in GitHub Desktop.
How to resolve missing module issue in drupal
Remove missing module
drush cdel core.extension module.MYMODULE
remove config by drush
drush config:delete commerce_shipping.commerce_shipment_type.default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment