I\'m getting following Console Error. Error : Cannot find module
Error : Cannot find module
Here is the full error i\'m getting in console. What should I do?
I was having the same error because I had a space at the end of my filename(not the reference but the actual filename). Once I changed 'app.js ' to 'app.js' it worked fine.