Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Installing with composer #6

Closed
smerth opened this issue Jun 29, 2017 · 3 comments
Closed

Installing with composer #6

smerth opened this issue Jun 29, 2017 · 3 comments

Comments

@smerth
Copy link

smerth commented Jun 29, 2017

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?

@vnivuahc
Copy link

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.

@smerth
Copy link
Author

smerth commented Jul 19, 2017

Thanks for your help!!

@smerth
Copy link
Author

smerth commented Jul 19, 2017

Thats works

@smerth smerth closed this as completed Jul 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants