2.5 Summary
To develop Node.js applications, you should always use the latest version of the platform. In this context, you can be pretty sure that the vast majority of available packages are executable and tested. You’ll also get bug fixes and security updates as well as access to the latest features. In most cases, it’s not worth compiling Node.js from the source code itself because ready-made packages already exist for most operating systems. The advantage of an installed package is that it can be easily updated and easily removed from the system.
If it isn’t possible to use the latest version in your application because major updates aren’t readily available, you can access the LTS versions of Node.js. In these versions, the supply of ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access