I'm looking for the best Linux distribution to use for developing with the MERN stack (MongoDB, Express, React, and Node.js). Stability is my top priority, so I'd prefer a distro that doesn't have too many frequent releases. Any suggestions?
3 Answers
If you're unsure, the distro selection page on some forums can help you decide. It's also smart to back up your data regularly and try new things in a virtual machine. Make sure you understand each command before you run it!
Honestly, any of the popular Linux distros should work fine for your needs. If I were you, I'd go with Debian, but I'd recommend using NVM (Node Version Manager) to manage your JavaScript installations. This is better than relying on whatever version comes packaged with Debian, as they'll get outdated. You might also want to consider self-managing MongoDB to keep it updated too.
Thank you!! 🙂
You should definitely check out Ubuntu or Linux Mint if you want a quick setup. They have good community support and documentation. I also suggest using Mise for installing your development tools like Node and PNPM—it gives you more options than NVM. Check out their site for a solid guide on installation.
Thanks a ton for the tips! <3

Are there enough resources online to help me set everything up? I need to be up and running within a week.