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
link-workspace-packages should be true for PDK projects
link-workspace-packages should be set to true
link-workspace-packages is false as of pnpm 9
pnpm i will fail for PDK monorepo projects.
pnpm i
append: link-workspace-packages=true to root .npmrc
link-workspace-packages=true
.npmrc
No response
latest
all
The text was updated successfully, but these errors were encountered:
fix: ensure link-workspace-packages is true in npmrc
78b386a
fix #761
db4b86c
d143899
Successfully merging a pull request may close this issue.
Describe the bug
link-workspace-packages should be true for PDK projects
Expected Behavior
link-workspace-packages should be set to true
Current Behavior
link-workspace-packages is false as of pnpm 9
Reproduction Steps
pnpm i
will fail for PDK monorepo projects.Possible Solution
append:
link-workspace-packages=true
to root.npmrc
Additional Information/Context
No response
PDK version used
latest
What languages are you seeing this issue on?
No response
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: