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] windows support #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yaacovCR
Copy link

Reinstates the cross-spawn package to fix #19 and more generally fix tests on Windows. Changes the test setup to reflect the NodeJS Windows and Unix installed executable folder and file structure (i.e. node_modules\.bin\<command-name>.CMD on Windows and node_modules/.bin/<command-name> on Unix).

Note that error code for an unknown command differs on Unix and Windows (127 vs 1) -- I am not sure if additional customization on Windows can allow for the more specific error code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENOENT error on Windows
1 participant