It appears that this simple app can\'t find the \'connect\' module after I just installed it in the file directory.
\'connect\'
var connect = require (\'connec
you can use the following command, this might happen if you forget to install the connect serve-static module or installed it incorrectly.
$ npm install connect serve-static