Hey,
I am trying to setup drupal on my ubuntu i am getting the following message
composer create-project drupal-composer/drupal-project:8.x-dev html
Installing drupal-composer/drupal-project (8.x-dev 24f29be11ebcb2c2e610dcfd348b61e15f0d6d91)
- Installing drupal-composer/drupal-project (8.x-dev 24f29be): Cloning 24f29be11e
Created project in html
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
Please help / advice what should i do
Same here...
This mighty be related to the system memory. How much memory has your base system and do you have any limits in your php config?
You could try https://github.com/zaporylie/composer-drupal-optimizations to reduce the memory footprint required by composer.
You can also add a temporary swapfile to increase the available memory and the script should run.
@webflo Can that library be added as a dependency to this project?
+1 here and #442
Most helpful comment
@webflo Can that library be added as a dependency to this project?