-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Silent failure when running npm run dev #46961
Comments
Could be related? It's not failing but taking life-long time? Worth checking this recommendation: #46884 (comment) |
I tried the solution provided in #46884 and got the following output:
|
getting same error. npm run dev fails on v13.2.4 |
Just curios here, should be some --verbose command for seeing logs? Or anything? |
I had the same problem, removing the |
downgraded to 13.1.6 for the time being |
I had the same problem. Removing |
I follow the official doc and find this issue. When I run dev, the CLI quit after a while, and no error is displayed. I downgrade to 13.1.6 is OK, but I must remove import 'next/font/google'. Append: I upgrade the latest canary and switch to x64 nodejs, and the issue disappears.
|
For me this was solved by using a windows system with the x64 architecture.
|
I'm already using windows x64 |
Maybe related to #46989, which I think will be resolved soon. |
Downgrading to next version |
idk if it can work for everyone but I just re-reloded the localhost link in my browser and it worked |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/CodyMoore240/test-app-three
To Reproduce
run
npm install
run
npm run dev
Describe the Bug
upon running
npm run dev
, this is displayed in the console and then silently failsready - started server on 0.0.0.0:3000, url: http://localhost:3000
Expected Behavior
It should not silently fail and run the project
Which browser are you using? (if relevant)
Chrome 110.0.5481.178
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: