hasanmuradi
PROOP
a year ago
always getting this when i deploy node js
app.listen(process.env.PORT || 3000, () => {
console.log(Server is running on port ${port});
});
i added PORT in the variable and i changed the port in the Public Networking
4 Replies
a year ago
I think you are pushing your node_modules folder to GitHub, delete the folder from GitHub and make sure it's in your .gitignore
a year ago
!s
Status changed to Solved brody • about 1 year ago