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
The root package workspace is generated as
"@scope/project@workspace:.": version: 0.0.0-use.local resolution: "@scope/project@workspace:." dependencies: "@apollo/server": 4.11.2 ...
For Yarn v4 it should be generated with the npm: prefix on dependency versions
npm:
"@scope/project@workspace:.": version: 0.0.0-use.local resolution: "@scope/project@workspace:." dependencies: "@apollo/server": "npm:4.11.2" ...
No response
Node : 22.12.0 OS : darwin-arm64 Native Target : aarch64-macos yarn : 3.8.7 nx : 20.3.0 @nx/js : 20.3.0 @nx/jest : 20.3.0 @nx/eslint : 20.3.0 @nx/workspace : 20.3.0 @nx/cypress : 20.3.0 @nx/devkit : 20.3.0 @nx/esbuild : 20.3.0 @nx/eslint-plugin : 20.3.0 @nx/module-federation : 20.3.0 @nx/next : 20.3.0 @nx/node : 20.3.0 @nx/plugin : 20.3.0 @nx/react : 20.3.0 @nx/storybook : 20.3.0 @nx/vite : 20.3.0 @nx/web : 20.3.0 @nx/webpack : 20.3.0 typescript : 5.7.2 --------------------------------------- Registered Plugins: @nx/eslint/plugin ./tools/typescheck.plugin.ts @nx/jest/plugin @nx/webpack/plugin @nx/storybook/plugin @nx/next/plugin --------------------------------------- Local workspace plugins: @wastewizer/typescheck
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Behavior
The root package workspace is generated as
Expected Behavior
For Yarn v4 it should be generated with the
npm:
prefix on dependency versionsGitHub 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: