• @aidan
    link
    21 year ago

    Node really? nvm makes it very easy, or using choco

    • @BURN
      link
      11 year ago

      Despite trying at least 6 times, I’ve never been able to successfully start a node project on windows. No such problems on Linux or Mac.

      I tend to do my dev work at home with an Ubuntu server VM and ssh into it from my windows desktop now. Find that it’s the best of both worlds.

      • @aidan
        link
        11 year ago

        Despite trying at least 6 times, I’ve never been able to successfully start a node project on windows.

        Huh fair, for me that’s cmake projects on Windows.

        with an Ubuntu server VM and ssh into it from my windows desktop now.

        That’s just WSL 💀

        • @BURN
          link
          11 year ago

          WSL wasn’t a thing when I started with that, and it still doesn’t do everything I want it to, so I much prefer to not use WSL at all and instead manually manage the VM.

          There’s nothing wrong with the WSL approach, it’s just not one I like