nodejs-basics-tutorial
nodejs-basics-tutorial copied to clipboard
The source code for my node.js tutorial series
Here, It's my error... . . . npm start > [email protected] start C:\Users\JEET\Desktop\NodeJs\nodeProjects\ValidationSession > node ./bin/www C:\Users\JEET\Desktop\NodeJs\nodeProjects\ValidationSession\app.js:24 app.use(expressValidator()); ### ^ TypeError: **expressValidator is not a function** at Object. (C:\Users\JEET\Desktop\NodeJs\nodeProjects\ValidationSession\app.js:24:9) at...
AssertionError [ERR_ASSERTION]: Task function must be specified , what to do now
Thanks for this awesome project and youtube series... Question, I downloaded the zip file for the repository and after cd to .../nodejs-basics-tutorial-master/09-mongodb/ , attempted to run `sudo npm install package.json`...
Monk has removed some functions like **updateById** and **removeById**. These changes make the app run just fine. _PS_: Thanks for such an awesome series! Love your videos!