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

Windows Compatibility #6

Open
casey-chow opened this issue Jul 10, 2014 · 0 comments
Open

Windows Compatibility #6

casey-chow opened this issue Jul 10, 2014 · 0 comments

Comments

@casey-chow
Copy link

When used in Windows, running cake start returns the following:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
  at errnoException (child_process.js:1000:11)
  at Process.ChildProcess._handle.onexit (child_process.js:791:34)

This problem stems from node issue 2318 and the incompatibility between Windows and Unix paths. I managed to resolve the problem by using the cross-spawn module and running all the variables through path.resolve.

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

No branches or pull requests

1 participant