Turbopack Error: Next.js package not found in git worktree #83511
brucexu-eth
started this conversation in
Turbopack Error Report
Replies: 0 comments
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:
v15.5.0-3-gc8cf55f4e
Next.js version:
0.0.0
Error message:
I got this err after running
npm run dev
(which isnext dev --turbopack
) in a git worktree. I use symlink to link node_modules to the main branch so that I don't need tonpm install
again. If I runnpm install
in the git worktree, it will be working.Beta Was this translation helpful? Give feedback.
All reactions