Updating Node
Even if you are not using Node.js as a web server, you're already using it to install your dependencies through npm and execute your build and testing tasks through Node.js-based packages such as WebPack, Gulp, or Grunt. Node.js is lightweight cross-platform execution environment that makes most modern development tooling work seamlessly. Due to its nature, Node sits at the very bottom of your tech stack outside of your host operating system. It is important to keep your version of Node up-to-date to get benefits of security, speed, and feature updates.
Node.js is maintained in two branches: Long Term Support (LTS) version and Current. Odd numbered releases are one off, risky releases, that are not planned for an LTS phases. ...
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