In my localhost, running below command
PORT=4080 node server.js
But, it was throwing an unexpected error.
\'PORT\' is no
Here's a moronic way I found to recreate this problem:
npm install
npm start
Receive error described in question.