• bitjunkie@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    13 hours ago

    This was one of the reasons I quit trying to develop on Windows way back when. I had a very well organized system of subfolders for all my code, and it was literally running into some kind of path length limit trying to import deeply nested dependencies in certain projects. This was WELL into the era of 64-bit computing, absolutely no excuse other than Microsoft taking shortcuts.

    • ScintillatingStruthio@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 hours ago

      I still run into this issue when one of my company’s clients requires developing on Windows. Doesn’t take many subfolders before node_modules just starts breaking.

      There are lots of reasons I hate developing on windows and that’s certainly one of them.