face-detection-node-opencv
face-detection-node-opencv copied to clipboard
Error: Cannot find module 'morgan'
running $ node server.js gives error :Error: Cannot find module 'morgan'
Did you receive any errors when running npm install
?
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
I think mongoose-morgon also do the same thing.
npm install mongoose-morgan
Worked for me. Seems there is some issue when installing morgon
if npm install morgan does not work , might be typing error in server.js