Can't migrate to latest version
See original GitHub issueI’m currently using v13.2.2
and when running npx nx migrate latest
I get this:

Why it doesn’t fetch the libraries? Any way I can help debugging it?
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Microsoft Account Migration Issues and FAQ – Home
The migration from Mojang accounts to Microsoft accounts is a complex process and you may encounter issues or have some questions.
Read more >Unable to migrate nx to latest version · Issue #10938 - GitHub
Migrating the workspace fetches the package but makes no changes to the package.json. Current Behavior. command: npx nx migrate latest
Read more >Troubleshooting migration - IBM
Fix the problems in the Version 7.0 or later applications, and then remigrate. Proceed with the migration and ignore these errors. Restart the...
Read more >Unable to migrate settings when I upgrade my Premiere Pro ...
When Premiere Pro is installed, the settings/presets/workspaces/keyboard presets will be copied from the previous release to the latest release.
Read more >Migrate to latest generation instance types - Amazon Elastic ...
To migrate Linux instances to the latest generation instance types, ... Verify that the driver version is the same as the latest version...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
npm uninstall -D @nrwl/cli
thennpm install -D nx@13
thennpm run update
. That should let you update packagesIt works. Can you explain, please?