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

npm checks only node.exe and not node on local dir #200

Closed
wants to merge 1 commit into from
Closed

npm checks only node.exe and not node on local dir #200

wants to merge 1 commit into from

Commits on Jun 5, 2019

  1. npm checks only node.exe and not node on local dir

    Npm find local node.exe on windows, but relies on global node installation on linux. Added a test to check for a local installation of node before relying on the system wide installation.
    rgoulais committed Jun 5, 2019
    Copy the full SHA
    3a1b7ff View commit details
    Browse the repository at this point in the history