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

Add special handling for spawning npm #12

Closed
wants to merge 2 commits into from

Commits on Apr 4, 2016

  1. Add special handling for spawning npm

    As laid out in istanbuljs/nyc#190, spawn-wrap’ing `npm` does currently
    not work when using the `npm` binary that comes bundled with Node.js.
    
    This adds special handler code for the case that `npm` is the
    program that should be executed, looking for the `npm` executable
    in PATH using `which` and invoking the shim with it as an argument.
    addaleax committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    4514262 View commit details
    Browse the repository at this point in the history
  2. Add test for special npm handling

    Benjamin Coe authored and addaleax committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    0c052a0 View commit details
    Browse the repository at this point in the history