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

Laika on Windows #108

Open
zs-zs opened this issue Mar 18, 2014 · 2 comments · May be fixed by #110
Open

Laika on Windows #108

zs-zs opened this issue Mar 18, 2014 · 2 comments · May be fixed by #110

Comments

@zs-zs
Copy link

zs-zs commented Mar 18, 2014

On Windows, when I try to run the tests for the hello-laika sample I get the following error:

injecting laika...
loading phantomjs...
cleaning up injected code


C:\Users\...\AppData\Roaming\npm\node_modules\laika\lib\app.js:130
    if(err) throw err;
                  ^
Error: spawn ENOENT
    at errnoException (child_process.js:988:11)
    at Process.ChildProcess._handle.onexit (child_process.js:779:34)
  • I have the latest Laika (0.3.8) installed from npm.
  • I have the latest version of PhantomJS
  • I have the latest version of Meteor installed.

(Tested on Windows 8.1)

It seems that it can't start the Meteor server, but I haven't taken any further investigations.
Maybe I misconfigured something...(?)

Both the PhantomJS and the Meteor are available on my PATH.

@zs-zs
Copy link
Author

zs-zs commented Mar 18, 2014

Oh I guess it's because on Windows Meteor is a batch file, so you have to start it with meteor.bat, or something like this...

@zs-zs zs-zs linked a pull request Mar 20, 2014 that will close this issue
@andyp22
Copy link

andyp22 commented Jul 2, 2014

I was having this problem and the solution posted by zs-zs in #110 worked for me.

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 a pull request may close this issue.

2 participants