-
Notifications
You must be signed in to change notification settings - Fork 19
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: Cannot find module './router' #63
Comments
Try running it with |
I was running it with
ready - started server on 0.0.0.0:3000, url: http://localhost:3000 Import trace for requested module: https://nextjs.org/docs/messages/module-not-found
Failed to compile Import trace for requested module: https://nextjs.org/docs/messages/module-not-found I was using |
When I try to run the project with "node app.js" I get this error message.
I took the following steps to eliminate the error message:
I fixed the 2nd error by running "scripts/postinstall.js", but the 1st is remained here.
The text was updated successfully, but these errors were encountered: