Importing Unknown Modules
When we try to import unknown modules
2. Starting Server in Multiple Terminals
When we try to start the server in multiple terminals
When you get address already in use :::3000 error
Step 1: Kill the currently running process in the terminal with Ctrl + C
Step 2: Run
Step 3: Run
Example :
3. Starting Server outside the myapp
When we try to start the server outside myapp using node
When we try to start the server outside myapp using nodemon
4. Accessing Wrong URL
When we try to Send Request for wrong URLs
5. Missing Function Call
When we miss calling the function express and trying to access methods returned from the function express
6. Importing Unknown File
When we try to import an unknown file
1. Request Methods
When we try to request with a wrong method
2. Missing colon(:)
When we miss semicolon while setting Path Parameters
3. Accessing Path Parameters
When we are trying to access path parameters with the wrong name
4. Query Formatting
When we miss embedding expression into string literal properly in the query
5. Replacing SQLite Methods
When we use one SQLite method instead of another SQLite method we may get an unexpected response
6. HTTP Request URL
6.1 Missing ?
When we miss
6.2 Missing & between Query Parameters
When we miss
6.3 Replacing & with , in Query Parameters
When we replace
7. Accessing Unknown Database
When we are trying to access an unknown Database it will not show any error instead it creates a new database with the given name
8. Accessing Wrong Port Number
When we are trying to access the wrong port number, we may get the below notification