Giter Site home page Giter Site logo

$PATH with grunt exec about grunt-exec HOT 1 OPEN

ulicodex avatar ulicodex commented on July 23, 2024
$PATH with grunt exec

from grunt-exec.

Comments (1)

gwicksted avatar gwicksted commented on July 23, 2024

few things to check: inside of nodejs, (if you can put in a console.log in your grunt script that would be ideal) what is the output from console.log(process.cwd()); and console.log(process.env.PATH);. Also, under the same user grunt -- which is probably the user Magento is executing under ... likely apache/nginx's user -- type which php (which you could try executing via grunt-exec). My bet is, either it needs to be run with bash (see options.shell in the readme for grunt-exec) to load the ~/.bashrc containing the path export... or a different $PATH is defined for your user than the one Magento is running under which can likely be found by ps aux | egrep '(apache|httpd|nginx)'.

from grunt-exec.

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.