I created expressjs application using the following commands:
express -e folderName
npm install ejs --save
npm install
When I run the appli
We do get similar error when we sometimes run our express app. We have to follow the same in that case. We need to check if its running in any terminal. If you want to find and kill process, follow these steps:
OR
Use a single command to close all the running node processes.
ps aux | awk '/node/{print $2}' | xargs kill -9