Trying to start with this tutorial: http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/ . It uses node.js, express, monk, mongoDB and is a tutorial for new node users and expresses me.
But after installing express and all the necessary dependencies and completing the steps to the details, when I try to run "npm start", I get the following error, and I really don't know what causes it after searching for a similar answer to stackoverflow:
Part 1 errors on the console:

Part 2:

NPM debugging:

source
share