Turbopack Error: FileSystemPath("").join("../D:\Nico\GitHub\[[folder]]") leaves the filesystem root #82001
NicWirnt
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
You're getting this error because Turbopack doesn't allow paths that go outside your project folder, and you're using a Windows styled path ( It fails because turbopack blocks this for safety and bundling accuracy it doesn’t allow jumping outside the root folder. To fix it
If it's urgent, skip Turbopack with: next build --no-turbo |
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:
68a59d7a
Next.js version:
15.4.2
OS: Windows 11
Node:v20.17.0
Bun:1.2.19
Error message:
Beta Was this translation helpful? Give feedback.
All reactions