Hacker News new | ask | show | jobs
by Ajedi32 3552 days ago
> He uses a mac. I use windows.

Aaah, good luck. For me it's basically gotten to the point where if the build doesn't immediately work on Windows, I just fire up a Linux VM and work off of that.

And that's not just for front-end projects, but for open-source projects in general. Windows support is often really lacking in an environment where devs seem to use Linux and Mac almost exclusively.

1 comments

That was actually my first response too... I set up the build process on my linux test server while I continued to battle to get it working on my daily drive win10 machine.
At least now we have WSL to work with.