Turbopack Error: create symlink ... (Upgrade to Nextjs v16.1) ... Turbopack Error: create symlink to ../../node_modules/jsdom #87402
Replies: 4 comments 4 replies
-
|
The same issue comes up with the @react-pdf/renderer package. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue for classnames package |
Beta Was this translation helpful? Give feedback.
-
|
Same issue, random packages... works with dev mode, which I've never enabled before. |
Beta Was this translation helpful? Give feedback.
-
|
We believe this issue is fixed in Next 16.1.1. Please upgrade to that version, and file a new issue or discussion if you encounter any similar problems. Closing as duplicate of #86668. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deleted folders 'node_modules' and '.next'
Upgraded these packages in my project (from v16.0.10):
"@next/third-parties": "16.1.0"
"next": "16.1.0"
"eslint-config-next": "16.1.0"
Result:
Can no longer build or compile the project with regular VSCode editor windows open in non-Admin mode.
Dev run presents the issue after it consoles the message 'Compiling /[[...urlParams]] ...', and after that it hangs on the message 'Compiling /_error ...'.
Poor mitigation:
Opening the editor in Admin mode, clears the issue ... but makes it harder to open more than 1 editor window :(
System Context:
ERROR presented (next build):
Turbopack version:
ea1df5f2Next.js 16.1.0 (Turbopack)
Error message:
Additional terminal info on next build:
Seems like a lot of people, is the Discussions section, have the same issue...
Beta Was this translation helpful? Give feedback.
All reactions