Coder Social home page Coder Social logo

Build Fails about flynt HOT 3 CLOSED

oppenheimer- avatar oppenheimer- commented on June 20, 2024
Build Fails

from flynt.

Comments (3)

domtra avatar domtra commented on June 20, 2024 1

hey, glad it worked. i totally did not adjust the lines I sent you over. this is what I meant.

"lint:php": "cross-env ./vendor/bin/phpcs -d memory_limit=512M",

and

"build": "run-s --silent checkVersion build:production",

from flynt.

domtra avatar domtra commented on June 20, 2024

Hi @oppenheimer- ,
unfortunately I am not that familiar with windows. Maybe @timohubois can help out?
But you seem to have fixed the line ending issue anyways. The memory issue could either be fixed by adjusting you global php.ini for the cli, or adjust the line in the package.json to be

"lint:php": "cross-env ./vendor/bin/phpcs",

Otherwise you could also disable linting to see if building actually works.

This can be done by either adjusting the package.json to

"build": "run-s --silent checkVersion lint build:production",

or running npm run build:production.

from flynt.

oppenheimer- avatar oppenheimer- commented on June 20, 2024

thanks for the quick answer @domtra
i tried to raise the memory to 1024M, but that errored out as well.

Not sure what i should change in that specific line as it is a fresh install.

"lint:php": "cross-env ./vendor/bin/phpcs",

npm run build:production works like a charm though.
could it be the linter overflowing?

anways, i'm glad it works now and looking forward trying flynt more now!
thanks for work guys! 😎

from flynt.

Related Issues (20)

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.