We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/migueldamota/next-issue-local-pkg
bun dev
next dev --turbopack
"test-pkg"
Current:
Expected: It should find the expected packages since it is defined in node_modules especially when linked via bun link
node_modules
bun link
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:22 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6041 Available memory (MB): 49152 Available CPU cores: 12 Binaries: Node: 23.6.0 npm: 10.9.2 Yarn: N/A pnpm: 8.15.7 Relevant Packages: next: 15.2.0-canary.27 // Latest available version is detected (15.2.0-canary.27). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.7.3 Next.js Config: output: N/A
Turbopack
next dev (local)
When running via webpack it is resolving the package fine either via file: or link:
file:
link:
The text was updated successfully, but these errors were encountered:
Quick note, the screenshot shows version 15.2.0-canary.19. However, I also tested it with latest canary
15.2.0-canary.19
Sorry, something went wrong.
@migueldamota Likely a duplicate of this → #75226
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/migueldamota/next-issue-local-pkg
To Reproduce
bun dev
ornext dev --turbopack
"test-pkg"
Current vs. Expected behavior
Current:
Expected:
It should find the expected packages since it is defined in
node_modules
especially when linked viabun link
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:22 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6041 Available memory (MB): 49152 Available CPU cores: 12 Binaries: Node: 23.6.0 npm: 10.9.2 Yarn: N/A pnpm: 8.15.7 Relevant Packages: next: 15.2.0-canary.27 // Latest available version is detected (15.2.0-canary.27). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.7.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
When running via webpack it is resolving the package fine either via
file:
orlink:
The text was updated successfully, but these errors were encountered: