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

Fix Case Sensitive NPM_EXECPATH #84

Merged

Conversation

bmarcaur
Copy link
Contributor

Change NPM_EXECPATH -> npm_execpath, this variable is case sensitive. This likely works on your windows environment because the env variables are case insensitive on windows . This is currently breaking on a yarn project (no npm installed) running on a mac.

Yarn and NPM use of npm_execpath (to see the case sensitivity).

@mysticatea
Copy link
Owner

Thank you for contributing!

I had not known it.
Thank you very much!

@mysticatea mysticatea merged commit 181b689 into mysticatea:master Jan 17, 2017
@bmarcaur bmarcaur deleted the fix/npm-execpath-case-sensitivity branch January 25, 2017 16:02
@mysticatea mysticatea mentioned this pull request Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants