I created expressjs application using the following commands:
express -e folderName npm install ejs --save npm install
When I run the appli
An instance is probably still running. This will fix it.
killall node
Update: This command will only work on Linux/Ubuntu & Mac.