Not working on macOS Catalina
HovhannesHovakimyan opened this issue · 0 comments
HovhannesHovakimyan commented
Hi, here are the steps I did.
- Installed NodeJS
- Cloned this repo
- npm install express
- npm install ejs
- put my API key in server.js
- node server.js
- It says "Example app listening on port 3000!"
But http://localhost:3000 is not working...
These same steps on Windows 10 result in a working app, but not on macOS Catalina.
P.S. I tried sample NodeJS app, and it works well.
Can you help resolve this issue?