Sometime this error arise when you don't specify the correct path of .js
files
Like instead of typing the Correct path :
var WeatherProject = require('./Main/WeatherProject');
A Wrong Path is typed (capitalization,spelling error,special symbols) :
var WeatherProject = require('./WeatherProject');