You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
When I try to install with composer on Drupal 8 I get this error.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/simplemde 1.0.0-alpha1 requires nextstepwebs/simplemde-markdown-editor 1.11.2 -> no matching package found.
- drupal/simplemde 1.0.0-alpha2 requires nextstepwebs/simplemde-markdown-editor 1.11.2 -> no matching package found.
- drupal/simplemde 1.0.0-alpha3 requires sparksuite/simplemde-markdown-editor 1.11.2 -> no matching package found.
- drupal/simplemde 1.0.0-alpha1 requires nextstepwebs/simplemde-markdown-editor 1.11.2 -> no matching package found.
- drupal/simplemde 1.0.0-alpha2 requires nextstepwebs/simplemde-markdown-editor 1.11.2 -> no matching package found.
- drupal/simplemde 1.0.0-alpha3 requires sparksuite/simplemde-markdown-editor 1.11.2 -> no matching package found.
- Installation request for drupal/simplemde ^1.0@alpha -> satisfiable by drupal/simplemde[1.0.0-alpha3, 1.0.0-alpha2, 1
.0.0-alpha1].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Can you help me get this installed on my Drupal 8 site?
The text was updated successfully, but these errors were encountered:
I was able to update this module following the workaround here #4 .
Simplemde-markdown-editor is not a composer package anymore, so now you have to consider it as a library.
When I try to install with composer on Drupal 8 I get this error.
Can you help me get this installed on my Drupal 8 site?
The text was updated successfully, but these errors were encountered: