Replies: 2 comments 9 replies
-
You have to build the project first: |
Beta Was this translation helpful? Give feedback.
7 replies
-
I'm having a sorta similar issue. The app successfully built, but when I try to start it, it can't find server.js. Am I missing something? Why is there no server.js? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/workspace/AncientBeast/server.js:6
const app = express();
^
TypeError: express is not a function
After running the "npm run start" command, an error message appears.
I don't know what to do because it looks like a project error.
Can you please help?
Beta Was this translation helpful? Give feedback.
All reactions