You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx patch-package @tanstack/query-core
patch-package 6.4.14
No such package @tanstack/query-core
File not found: node_modules/@tanstack/query-core/package.json
actual file exists in node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/package.json
because pnpm creates a *deep* node_modules folder
in any case, the version should be pinned in /package.json
so ... tell the user to
install the package as a top-level dependency (this will install the patched version via symlink)
and run patch-package again
The text was updated successfully, but these errors were encountered:
duplicate #20
actual
actual file exists in
node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/package.json
because pnpm creates a *deep* node_modules folder
in any case, the version should be pinned in /package.json
so ... tell the user to
install the package as a top-level dependency (this will install the patched version via symlink)
and run patch-package again
The text was updated successfully, but these errors were encountered: