Running nx g @nx/linter:convert-to-flat-config
install the wrong version "@eslint/js"
#19064
Closed
1 of 4 tasks
Current Behavior
When running the command
nx g @nx/linter:convert-to-flat-config
, the Nx generator adds the dependency@eslint/js
with version2.1.1
to the package.json.Such a version doesn't exist, which causes the installation process to fail.
Expected Behavior
The correct version of the package should be
"@eslint/js": "^8.48.0"
GitHub Repo
No response
Steps to Reproduce
nx g @nx/linter:convert-to-flat-config
Nx Report
Failure Logs
Package Manager Version
pnpm: 8.7.1
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: