OS Commands

Windows Command * To remove a directory, including all nested files and subdirectories, just use the /s flag: # rmdir /s Subfolder # rmdir <directory

Node Versioning

Package Versioning : QA 1 : What’s the difference between tilde(~) and caret(^) in package.json ? After I upgraded to latest stable node and npm,

MongoDb Cheat Sheet

MongoDB Cheat Sheet Show All Databases show dbs Show Current Database db Create Or Switch Database use acme Drop db.dropDatabase() Create Collection db.createCollection(‘posts’) Show Collections

Nodejs Command

Nodejs Kill Command Stop all instances of node.js server taskkill /f /im node.exe To Check Nodejs Outdated package versions npm outdated 2. Use npm install