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

Conversation

rgoulais
Copy link
Contributor

@rgoulais rgoulais commented Jun 5, 2019

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.

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 rgoulais requested a review from a team as a code owner June 5, 2019 10:46
@isaacs isaacs added the semver:patch semver patch level for changes label Jun 26, 2019
isaacs pushed a commit that referenced this pull request Jun 28, 2019
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.

Close: #200
isaacs pushed a commit that referenced this pull request Jun 29, 2019
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.

Close: #200
@isaacs isaacs mentioned this pull request Jul 1, 2019
@isaacs isaacs closed this in 4bec4f1 Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch semver patch level for changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants