-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: node doesn't run .bat files on windows #504
Conversation
@mefellows wasn't able to test this so far, as I didn't have the time to set up the project completely. |
Problem was that I don't have the binary SDK so I didn't have access to the original .bat files. However, I just tested it by creating a dummy .bat file manually and everything works as expected. |
Thanks @timvahlbrock
What do you mean by this - the standalone tools aren't there? The developer guide has some steps on setting this up for your local. |
Looks like lint failure. Can you please run |
Yeah got some errors on npm install relating to Node-Gyp, so I assumed I needed the Native SDK to get the .bat files, which makes little sense in hindsight. Didn't spot the DEVELOPER.md file though (maybe add this to the Contributing section of the README?), but tried to run Will fix the prettier errors in a minute. |
Signed-off-by: Tim Vahlbrock <[email protected]>
should be good. |
Thanks, yes the development environment is probably not super Windows friendly. Sorry about that. If the build passes, I'll get this merged and released ASAP. |
PR Template
Fixes #503