-
Notifications
You must be signed in to change notification settings - Fork 27.3k
New issue
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
[Error [TurbopackInternalError]: Next.js package not found #74226
Comments
I have also been running into this issue on fresh next builds even without redux. |
@Nizodevlo what error do you get if you build without the --turbopack flag in the pnpm dev cmd? |
@Ivor808 after I removed the flag, it showed the ui for a second but it disappeared. After I use "npm i next@latest" it showed different error: I will try again fresh using npm not pnpm to see if there is a difference |
Update: -I've used just redo everything here's the steps: I think the problem is coming from pnpm. Just my opinion cuz I'm 1year to development |
@Ivor808 try using just npm and see what happend cuz it fixed my problem |
@Nizodevlo this worked for me! Thanks. Though, make sure to use
instead of
My issue was caused (I believe) because I moved my project directory around while re-architecting it. |
yep using just npm fixed my issue. Anyone know if this issue is tracked with pnpm or next? |
No problem brothers. |
Link to the code that reproduces this issue
https://github.com/Nizodevlo/Redux.git
To Reproduce
4.execute: pnpm dev
here's the report log:
Current vs. Expected behavior
I tryed to use the store provider in root layout:
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
I've used the canary version 15.1.1-canary.16 yet still the same issue
The text was updated successfully, but these errors were encountered: