1. To Kill Nodejs Ports :
taskkill /f /im node.exe
2. Visual Studio Chrome Debugger :
VS Code - Debugger for Chrome
3. Nodejs Debugging from Browser:
"start": "nodemon --exec babel-node inspect index.js",
chrome://inspect/#devices
5. Delete Git Credentials :
git credential-manager delete https://github.com
6. Notepad Find Replace :
(https://).*?(.com)
( .*).*?
(.com).*? => double space
(">).*?()
(.*).*?(">) - > before title
7. Windows Commands
Postgresql Port : 5432
type NUL > index.js
kprabha25@outlook.com
a**d@l**n.in - lkm@123
host: "localhost",
port: 5432,
username: "postgres",
password: "admin"
url : http://127.0.0.1:51127/browser/
Search File name in Windows
Use rd /s /q "folder name" instead of rm -rf "folder name"
cd \
dir /S gradlew
it will display the path to gradlew
Find React Version via Command
# npm view react version
# npm view react-native version
Check Installed React Native Globally
# npm ls react-native -g
Check Local Packages Installed in React App
# npm list --depth 0
Reference
How to delete a file, directory, or folder
show-installed-and-outdated-packages
WAVI Web Application Viewer 2 (Node.js) SequenceDiagram
How To Delete All The Node_Modules Folders On Your Computer
Installing Node.js Tutorial: Using nvm -1
Installing Node.js Tutorial: Using nvm -2