node.js, Error: Cannot find module ‘express’

It says

Cannot find module 'express'

Do you have express installed? If not then run this.

npm install express

and run your program again.

Leave a Comment