Node.js 15 Released: npm7 Support, Throw Mode, and New Runtime Features

Node.js 15, the latest runtime release, replaces Node.js 14 as the active line, introduces npm 7 with workspace and peer‑dependency auto‑install, switches unhandled promise rejections to throw mode, adds N‑API 7, updates V8 to 8.6, and includes QUIC support, though it is not yet LTS and isn’t recommended for production.

Programmer DD
Programmer DD
Programmer DD
Node.js 15 Released: npm7 Support, Throw Mode, and New Runtime Features

Node.js runtime has been updated to version 15. Node.js 15 will replace Node.js 14 as the current release line, while Node.js 14 has moved to long‑term support. Version 15 will receive updates every two weeks, delivering the latest features and changes.

Version 15 adds support for npm 7, bringing features such as workspaces, automatic installation of peer dependencies, and compatibility with yarn.lock files.

In earlier Node.js versions, unhandled promise rejections generated warnings; in version 15 they now trigger throw mode. Node.js 15 also includes N‑API 7, which provides additional methods for handling array buffers.

Other enhancements include a refined async local storage API, the V8 engine upgraded to version 8.6, and support for QUIC.

The release is not an LTS version and is not recommended for production deployment. Node.js 14 will be supported until April 2023, and Node.js 10 will reach end‑of‑life in April 2021.

For detailed update information see https://github.com/nodejs/node/releases/tag/v15.0.0

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

JavaScriptNode.jsRuntimereleasenpm
Programmer DD
Written by

Programmer DD

A tinkering programmer and author of "Spring Cloud Microservices in Action"

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.