-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error building on Windows #638
Comments
I think the error is that |
Ya, windows doesn't deal with those. |
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. I don't love this but make is not convenient on many windows machines. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. I don't love this but make is not convenient on many windows machines. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. I don't love this but make is not convenient on many windows machines. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. I don't love this but make is not convenient on many windows machines. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. I don't love this but make is not convenient on many windows machines. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. Not great but make is not convenient on windows machines. Bash is everywhere and our commands are not complex. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. Not great but make is not convenient on windows machines. Bash is everywhere and our commands are not complex. Fixes beautifier#638
bitwiseman
added a commit
to bitwiseman/js-beautify
that referenced
this issue
Jan 20, 2016
Switched to a bash script for build. Not great but make is not convenient on windows machines. Bash is everywhere and our commands are not complex. Fixes beautifier#638
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The build script fails in a couple places while attempting to run make on windows.
Here is what I get.
Python
Javascript
I can succesfully test the javascript by running
node ./js/test/node-beautify-tests.js
directlyThese were all run from within Cygwin
The text was updated successfully, but these errors were encountered: