Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation hitch: Stalls as "Updating dependencies" #44

Closed
dagny099 opened this issue Aug 19, 2019 · 1 comment
Closed

Installation hitch: Stalls as "Updating dependencies" #44

dagny099 opened this issue Aug 19, 2019 · 1 comment

Comments

@dagny099
Copy link

Greetings,

After reading mglaman's clear and concise on how users can install and run without composer-create project, I executed steps 1-3 below but my system stalls on step #4: composer install. ... Looks like not all the dependencies are able to be installed? I'm surely overlooking something and would appreciate any help. Thanks.

  1. Download https://github.com/drupalcommerce/demo-project/archive/master.zip ... Me: Ok!
  2. Extract the project .... Me: Ok!
  3. cd into project .... Me: Ok!
    *4. composer install ... Me: EEP. Wtf?

Sample output:

DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed

Running Debian 9

@ytsurk
Copy link

ytsurk commented Sep 28, 2021

This means your php process went out of memory. You can try adding:

-d memory_limit=-1, like

php -d memory_limit=-1 composer install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants