-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Need new version for Nx@18 #191
Labels
enhancement
New feature or request
Comments
kylebjordahl
added
bug
Something isn't working
needs-triage
This issue needs triage
labels
Mar 3, 2024
lucasvieirasilva
added
enhancement
New feature or request
and removed
bug
Something isn't working
needs-triage
This issue needs triage
labels
Mar 5, 2024
lucasvieirasilva
added a commit
that referenced
this issue
Mar 6, 2024
also migrate from jest to vitest BREAKING CHANGE: To use this version the nx workspace needs to be migrated to version 18.x re #191
lucasvieirasilva
added a commit
that referenced
this issue
Mar 6, 2024
also, migrate from jest to vitest BREAKING CHANGE: To use this version the nx workspace needs to be migrated to version 18.x re #191
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Cannot add
@nxlv/python
plugin to workspace with Nx 18Expected Behavior
Plugin installs
Steps to Reproduce
npm install @nxlv/[email protected]
Nx Report
Failure Logs
Additional Information
Per release notes, v18 was a major release due to Project Crystal, but contains no breaking changes. Support for v18 in this plugin should be a simple as fixing the peer dependency.
While this can be circumvented with
--force
that leads to errors/warnings on subsequent NPM installs.The text was updated successfully, but these errors were encountered: