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
Error when pnpm patch exists Error Info: Either remove them from "patchedDependencies" or update them to match packages in your dependencies.
` my package.json
"dependencies": { .... }, "devDependencies": { ... }, "pnpm": { "patchedDependencies": { ... } } `
none
System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Pro Memory: 41.03 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.20.2 - /opt/homebrew/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 8.19.4 - /opt/homebrew/bin/npm pnpm: 8.11.0 - /opt/homebrew/bin/pnpm Browsers: Chrome: 120.0.6099.129 Safari: 16.3
pnpm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Error when pnpm patch exists
Error Info: Either remove them from "patchedDependencies" or update them to match packages in your dependencies.
`
my package.json
"dependencies": { .... },
"devDependencies": { ... },
"pnpm": {
"patchedDependencies": { ... }
}
`
Reproduction
none
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: