-
Notifications
You must be signed in to change notification settings - Fork 177
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 'morgan' #14
Comments
Did you receive any errors when running |
I had the same problem, and It was solved with npm install |
Hey, I have the same error, just use the below command for the same npm install morgan |
@mathurawasirishabh @kefelhelou @purishubh |
if npm install morgan does not work , might be typing error in server.js |
running $ node server.js
gives error :Error: Cannot find module 'morgan'
The text was updated successfully, but these errors were encountered: