GithubHelp home page GithubHelp logo

Comments (4)

ahinkle avatar ahinkle commented on June 12, 2024

Getting the same error. I'm also getting a memory max on the alternative posted above.

from blade-generate.

vburlak avatar vburlak commented on June 12, 2024

Got the same error with the memory limit.
https://bit.ly/wpclimem — didn't help.

from blade-generate.

strarsis avatar strarsis commented on June 12, 2024

What helped for me (general issue):

  1. Determine the path to the packages folder: wp package path
  2. cd to that path
  3. There is a composer.json in that directory, it also has already been updated by wp package install [...].
  4. Invoke composer update, in my case it didn't hang and installed fine.

from blade-generate.

ronjak77 avatar ronjak77 commented on June 12, 2024

For me, from running wp package install [email protected]:alwaysblank/blade-generate.git I got this error:

Installing package alwaysblank/blade-generate (dev-master)
Updating /Users/user/.wp-cli/packages/composer.json to require the package...
Registering [email protected]:alwaysblank/blade-generate.git as a VCS repository...
Using Composer to install the package...
---
Loading composer repositories with package information
Updating dependencies

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in phar:///usr/local/bin/wp/vendor/composer/composer/src/Composer/Json/JsonFile.php on line 272
Reverted composer.json.

I got it to work with the instructions in wp-cli/package-command#69. Basically installed with the command php -d memory_limit=2024M "$(which wp)" package install [email protected]:alwaysblank/blade-generate.git. However, trying to run wp blade clear gives Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in .../site/web/wp/wp-includes/wp-db.php on line 1635, this might be completely unrelated though.

from blade-generate.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.