Update your Nx workspace with Nx migrations

Share this video with your friends

Send Tweet

An important part of maintenance work is also to follow along with new releases of packages you depend on. That way you get important bug fixes as well as new improvements and features. Similarly also in an Nx workspace. However, performing updates might be cumbersome, especially if breaking changes are involved.

Nx comes with a special mechanism to take away that burden of updating an Nx workspace: nx migrate. In this lesson, we're going to use the Nx migrate command to update our Nx 10 workspace to v11.