• Potatos_are_not_friends@lemmy.world
    link
    fedilink
    arrow-up
    51
    arrow-down
    1
    ·
    edit-2
    4 months ago

    If it helps, even devs have problems following the install instructions.

    It could be for a lot of reasons. Usually it’s because it’s open source and we can’t test it for every possible configuration. Or we are just trying to code, not deal with the dozen other setups.

    Me in particular, all my application projects don’t include node versions, and assume Linux. Even I forget that sometimes if I’m loading a old project and suddenly it doesn’t build, and I have to futz around for an hour eupdating packages.

      • Dave.@aussie.zone
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        4 months ago

        Seems to be a rare thing,

        Didn’t you know? All the cool kids these days skip documentation and just hang out on discord, where you can get a laggy response to your query about build dependencies in 2-3 business days.

        • Celofyz@lemmy.world
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          4 months ago

          Reminds me how many years ago I was complaining that people would go ask questions on irc instead of reading docs or posting on a forum so it could be indexed. Looks like nothing changed

      • Gumby@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        I try to write documentation/instructions for dummies, because often, I’m the dummy when I have to dig back into the code again after not touching or thinking about it in months or years.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      arrow-up
      5
      ·
      4 months ago

      my application projects don’t include node versions

      Well, that’s just a better security stance against supply-chain attack right there.