-
Notifications
You must be signed in to change notification settings - Fork 58
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
Install issues on Windows #36
Comments
Same problem on Windows 10 Pro, 64.bit |
Yeah, some things are currently not made portable with Windows. E.g.:
|
Ah OK, so it sounds like things won't work with Windows for now without some work? I don't know enough to fix the issues you mention unfortunately, is it something you plan to look at? In the short term it might be worth adding a line to the install section of the readme noting the instructions aren't for Windows. |
Yes. I currently don't have my Windows PC at hand, so I cannot test the fixes myself. But I will fix the portability issues that I know. |
@samhatoum gave me some pointers and I managed to get the Wallaby test runner working in WebStorm on Windows using these steps: Do the npm install Create two wallaby profiles:
You will then get errors for both the server and client To fix the client: change line To fix the server: I know have 23 tests passing in both the server and the client. Hope that's useful to others too. |
I followed the installation instructions but haven't been able to get the project running. I'm guessing this may be because I'm on Windows (8.1 Pro specifically) as there is a symlink warning in one of the messages?
I'm getting warnings and errors at each stage of the process as shown in the copies of the console messages below.
Apologies, I'm not really experienced enough with Git or NPM to work out the causes for all of this.
1) Cloning the repo with Git Bash:
2) npm install:
3) npm start
The text was updated successfully, but these errors were encountered: