We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run nx generate plugin it throws the following error:
nx generate plugin
NX The package.json lists a version of typescript that Nx is unable to validate - (catalog:my-catalog)
With this typescript dependency in my package.json:
"typescript": "catalog:my-catalog",
In a PNPM workspace utilizing the catalogs feature, Nx should not validate for a valid semver.
No response
failed
The text was updated successfully, but these errors were encountered:
Can confirm. I'm getting the same error when using catalog: in then root package.json.
catalog:
package.json
Sorry, something went wrong.
@bandzaitis as a quick workaround, you can patch the change from my PR into the node_modules semver validate function to have an early return.
Successfully merging a pull request may close this issue.
Current Behavior
When I run
nx generate plugin
it throws the following error:With this typescript dependency in my package.json:
Expected Behavior
In a PNPM workspace utilizing the catalogs feature, Nx should not validate for a valid semver.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: