Skip to content
AI Monorepos Free online conference · June 23 Join us!

@nx/node - Migrations

The @nx/node plugin provides various migrations to help you migrate to newer versions of node projects within your Nx workspace. Below is a complete reference for all available migrations.

Version: 23.0.0-beta.25

Rewrites @nx/node/src/* subpath imports now that the ./src/* subpath is no longer exposed by @nx/node’s exports map. Named imports/exports of public symbols are routed to @nx/node and the rest to the new @nx/node/internal entry; require, dynamic import and jest.mock calls reference the whole module and are routed to @nx/node/internal.

Version: 22.6.0-beta.10

The following packages will be updated:

NameVersionAlways add to package.json
koa^3.1.2Updated only

Version: 22.0.2-beta.0

The following packages will be updated:

NameVersionAlways add to package.json
koa^3.0.3Updated only
@types/koa^3.0.0Updated only