Replies: 1 comment
-
I think, express module not installed. Try to install it directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
while cloning the repository, I got a bunch of npm warnings and errors even though I tried to use npm install with npm audit fix.
nevertheless, I went on to create the express server but after clicking node src/index.js .
I meet an error I don't know how to fix.
Error: Cannot find module 'express'
I tried installing express separately but still got the same error.
here is log for error:
Beta Was this translation helpful? Give feedback.
All reactions