- 🇯🇵Japan tyler36 Osaka
Encounted this on side project.
Gutenberg installs fine on fresh Drupal
10.1.5
However, if a site already has webprofile installed and enabled, the error displays. - 🇯🇵Japan tyler36 Osaka
Workaround:
1. Disable webprofiler
$ drush pmu webprofiler [success] Successfully uninstalled: webprofiler
2. Enable media_library
$ drush en media_library -y [success] Successfully enabled: media_library
1. Enable webprofiler
$ drush en webprofiler -y [success] Successfully enabled: webprofiler