Upgrading from nx 13.1.0 to 14.0.5 fails during run migrations
Current Behavior
Upgrading from nx 13.1.0 to 14.0.5 fails during run migrations with error;
¨
Cannot find module '@nrwl/devkit'
Expected Behavior
Migrations should run without problems!
Steps to Reproduce
N/A
Failure Logs
nx migrate lates:
PS webapp> yarn nx migrate latest
yarn run v1.22.17
$ webapp\node_modules\.bin\nx migrate latest
√ We noticed you are migrating to a new major version, but are not taking advantage of Nx Cloud. Nx Cloud can make your CI up to 10 times faster. Learn more about it here: nx.app. Would you like to add it? · No
Fetching meta data about packages.
It may take a few minutes.
Fetching nx@14.0.5
Fetching nx@latest
Fetching @nrwl/cypress@14.0.5
Fetching @nrwl/jest@14.0.5
Fetching @nrwl/linter@14.0.5
Fetching @nrwl/workspace@14.0.5
Fetching @nrwl/storybook@14.0.5
Fetching @nrwl/react@14.0.5
Fetching @nrwl/web@14.0.5
Fetching @nrwl/cypress@14.0.5
Fetching @nrwl/jest@14.0.5
Fetching @nrwl/linter@14.0.5
Fetching @nrwl/workspace@14.0.5
Fetching @nrwl/storybook@14.0.5
Fetching @nrwl/web@14.0.5
Fetching @nrwl/react@14.0.5
> NX The migrate command has run successfully.
- package.json has been updated
- migrations.json has been generated
> NX Next steps:
- Make sure package.json changes make sense and then run 'yarn'
- Run 'yarn nx migrate --run-migrations'
- To learn more go to https://nx.dev/using-nx/updating-nx
- You may run 'yarn nx connect-to-nx-cloud' to get faster builds, GitHub integration, and more. Check out https://nx.app
Done in 119.47s.
Upgrading from nx 13.1.0 to 14.0.5 fails during run migrations
Current Behavior
Upgrading from nx 13.1.0 to 14.0.5 fails during run migrations with error; ¨
Expected Behavior
Migrations should run without problems!
Steps to Reproduce
N/A
Failure Logs
nx migrate lates:
yarn nx migrate --run-migrations
Environment
win 11