-
Notifications
You must be signed in to change notification settings - Fork 4
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 Support #1
Comments
The story is that I never tested it on windows. I'll see if I can make it work on my VM. Thanks so much for your feedback! |
Scout is working on Windows quite well if you use GitBash console. |
@Bigismall Could you provide some details about how to make that work? I'd like to add that to the documentation. |
Running SCOUT under Winodws is not complicated. What you need to have, is alternative console with bash interpreter. You can use https://msysgit.github.io/ (contain: GIT+ Bash console) which has extremaly useful console, or http://win-bash.sourceforge.net After you install one of above, the whole installation process looks like in http://mennovanslooten.github.io/Scout/getting_started.html, with the difference of Runing tests SCOUT uses bash interpreter, that's why you need run test in one of above mention consoles. |
ScoutJS is not working on Windows. The bin script is not a usual nodejs bin script which just references the entry file. Its a full bash script which wont work.
When using the index.js directly its complaining about missing module
system
.When installing system manually (
npm i system
) its complaining:Whats the story here ?
PS: Tested on Windows x64 with node
0.10.38
The text was updated successfully, but these errors were encountered: