config-extra icon indicating copy to clipboard operation
config-extra copied to clipboard

Installation issue

Open Artusamak opened this issue 9 years ago • 5 comments

Hi, thanks for this awesome repository. I'd love to test but when i try to install the package through composer, i bump into this error:

$ composer global require 'drush/config-extra'

Could not find package drush/config-extra at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Even with an up-to-date composer, the only command that worked is:

$ composer global require 'drush/config-extra:8.0.*@dev'

Maybe you need to package a release?

Artusamak avatar Jun 05 '15 08:06 Artusamak

Still having the same issue with drush 8. @Artusamak's command is the only way I could install as well.

stereoplegic avatar Aug 09 '15 01:08 stereoplegic

For me, a global installation didn't work. An installation local to $HOME/.drush worked for me. I created pull request #5. After I got drush to recognize it, it worked as advertised. Awesome little utility!

steveoliver avatar Dec 02 '15 01:12 steveoliver

Confirming #5 worked for me.

colans avatar Feb 10 '16 17:02 colans

ping @greg-1-anderson

steveoliver avatar Feb 11 '16 18:02 steveoliver

Confirming #5 worked for me.

ricovandevin avatar Mar 14 '16 12:03 ricovandevin