Command failing after `nx migrate latest`
See original GitHub issueAfter migrating to the latest version of the NX suite, if I try to run nx run workspace:version I get this error:
"BuilderInputSchema" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
"BuilderOutputSchema" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
schema with key or id "http://json-schema.org/draft-07/schema" already exists
@jscutlery/semver version is 2.1.0.
Any idea about how to solve this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
nx migrate latest fail · Issue #6214 · nrwl/nx - GitHub
Current Behavior When I run nx migrate latest I get: Fetching meta data about packages. It may take a few minutes.
Read more >How to use nx migrate latest command? - Stack Overflow
I try to migrate from angular 11 to angular 12 using the nx migrate command, but I've an error I can't understand what...
Read more >Advanced Update Nx
When you run into problems running the nx migrate --run-migrations command, here are some solutions to break the process down into manageable steps....
Read more >nx cannot read properties of undefined (reading 'endswith')
Create a project using nx 14.0.2, migrate to 14.1.4 and try to run a nx command. Failure Logs. npm ERR! path /home/circleci/project ...
Read more >Nx/community - nrwl - Gitter
Command failed with exit code 1: npm run --silent build-storybook ... @cuznerdexter Since that time I didn't create a new workspace with a...
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

Perfect now everything is back to normal and thank you for your amazing work @edbzn
Hi @LuckeeDev, this problem was resolved in version
2.2.0, thanks for reporting!