We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
(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.
The text was updated successfully, but these errors were encountered:
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...
Sorry, something went wrong.
I was having this problem and the solution posted by zs-zs in #110 worked for me.
Successfully merging a pull request may close this issue.
On Windows, when I try to run the tests for the hello-laika sample I get the following error:
(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.
The text was updated successfully, but these errors were encountered: