-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug: pnpm dev not working in older versions of Node 18 #1600
Comments
Downgrading to Next.js 13.5.4 fixes "Missing result" error |
@c-ehrlich hopefully you're able to reproduce with this repo: https://github.com/pablasso/reproduce-no-results, the same thing was happening with me with npm and latest next. The problem is also solved for me when pegging nextjs to Error thrown:
Installed versions:
Used options:
|
I found also the solution, but this not end the issue, but at least work, go to the |
Worked for me with Next v13.5.5. I did get the macOS Sonoma 14.0 (arm) No issues with @pablasso 's repo either. Tried Node v18.18.2 too, same result. |
Thanks for the repo. I can reproduce with node v18.12.1. With the current Node 18 version (18.16.0), it works fine. So if you want a quick fix, upgrade your node version. But I guess we'll also need to think about how to guide people who run into this. |
You're right! I upgraded to latest LTS (v18.18.2) and it works fine. Thanks for looking into it. IMO this could be closed. |
opened a pr to prevent people from hitting this :) |
Provide environment information
System:
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 201.78 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 19.6.0 - ~/.nvm/versions/node/v19.6.0/bin/node
npm: 9.4.0 - ~/.nvm/versions/node/v19.6.0/bin/npm
pnpm: 8.8.0 - ~/.nvm/versions/node/v19.6.0/bin/pnpm
Describe the bug
Just is not loading at the first installation. I tried ran pnpm create t3-app and use the AppRoute, but after all installation (with works well), when I open the localhost:3000, the error pops:
Reproduction repo
don't needed
To reproduce
Just
pnpm create t3-app
Options Selected:
pnpm dev
Additional information
No response
The text was updated successfully, but these errors were encountered: