Npm start error (spawn ENOENT, Failed at nodetest1@0.0.0 start script.)

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: Part1Error

Part 2: enter image description here

NPM debugging: enter image description here

+4
source share
1

"npm install"? , admin. ( Windows MAC/Linux, "sudo npm install") , "npm install npm -g", .

0

All Articles