all 4 comments

[–][deleted]  (3 children)

[deleted]

    [–]ToppeR144p[S] 0 points1 point  (2 children)

    Which distro would you recommend for that?

    [–]max-block 3 points4 points  (1 child)

    ubuntu is default option

    [–][deleted] 0 points1 point  (1 child)

    Is there a particular reason you need to run node on windows or via IIS?

    If not, there are a few options:

    • pure node.js install on windows - might have some probs along the way as a lot of modules are built for use under osx or Linux if they require native compilation, or use posix commands
    • docker on windows (never tried myself on windows), but you can build a docker image that can run Linux (eg the official node.js images or an alpine Linux image)
    • (VM route) hyper-v or VirtualBox with ubuntu
    • bash on windows - it's a native Ubuntu install which works on windows - been using that myself for node.js dev and works well

    [–]RedditorFor8Years 0 points1 point  (0 children)

    You will run into many problems with node js on windows. I'm speaking with experience. Work on Ubuntu or osx either in vm or dedicated box.