-
Notifications
You must be signed in to change notification settings - Fork 150
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
Improving Windows Support #18
Comments
I'm living this hell ...
|
Can you create a new issue with some more details on how to reproduce the issue? Thanks! |
It's done! #42 |
@rafaelcastrocouto |
🐋 |
Tried latest version on Windows. It is a bit unstable and slow and I can't use sourcemap unfortunately. Any known workaround for the sourcemap? |
It would be a perfect tool in case you fix sourcemaps. At the moment source maps don't work for me on windows 10. I see only compiled code when run |
Just tried on Windows and wow, I feel sorry for anybody developing on that OS. 😢
index.html
to work on first runcross-spawn
stdout is for some reason returning a zero length string (although it prints in terminal). Switching tochild_process#spawn
is throwing another error.devtool foo.js > output.png
with default cmd.exe./bin/index.js
to run the examples in run scriptsProbably lots of other issues. But mostly the tool is working for debugging Node apps, which is a good start. 👍
The text was updated successfully, but these errors were encountered: