Turbopack Error: failed to create junction point to ../../../node_modules/.pnpm/firebase-admin@13.6.0/node_modules/firebase-admin #94228
dev-sandakelum
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
|
This usually happens on Windows when Turbopack tries to create junction links for pnpm-managed node_modules. You can try these fixes:
rm -rf .next node_modules pnpm-lock.yaml
next dev instead of: next dev --turbopack
node-linker=hoisted then reinstall dependencies.
This seems related to pnpm symlink/junction creation rather than Firebase Admin itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
d1bd5b58Next.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions