1

enter image description here

Hey guys I am getting error even after executing the above command if there is any other command to resolve this error please let me know

Error: Cannot find module 'express-hbs'
Mureinik
  • 297,002
  • 52
  • 306
  • 350

1 Answers1

0

Before You start using the package - express-hbs, You must install it properly, most likely You installed the package in the wrong place, outside of the project folder.

In the root project folder, run the command:

  • npm install express-hbs
  • try again to run nodemon
MarioG8
  • 5,122
  • 4
  • 13
  • 29