solody
solody
同问,此包支不支持退款的?
I got this error too, even I don't use the absolute module path. The module files generate successfully except the composer.json file. What to do :( ```bash bash-4.4# su -...
I found why my problem, the path `profiles/custom/che/modules/custom` dosen't exist. Please make sure that the path inputed had created.
I'm back again, I found that it's a bug actually. This time, the path `profiles/custom/che/modules/custom` is actually exist, and the error still occur.
it could be resolved now.
What problem is that? It may work.
Is that means composer.json generating only works while the module path in /modules/custom ?
Still got error when I use the default path `modules/custom` ```bash bash-4.4# su - application -c "cd /app/web/sites && \ /usr/local/bin/drupal gm" // Welcome to the Drupal module generator Enter...
But it success when i run `gcom` command decouplely. ```bash bash-4.4# su - application -c "cd /app/web/sites && \ /usr/local/bin/drupal gcom --module='oauth2_device_session'" // Welcome to the Drupal Composer file generator...
This Composer repository is powered by Satis 2.0.0-dev. And here is the satis.json: ```json { "name": "weeshop/drupal_composer", "homepage": "https://drupal-composer.weeshop.org", "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "archive": {...