You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run this project by 'npm start', but failed with the following message ''PORT' is not recognized as an internal or external command, operable program or batch file.', how do I fix this?
The text was updated successfully, but these errors were encountered:
Hi, i think its pretty much late to answer , inside package.json you need to remove the string PORT=5000
"start": "serve ./public",
Now its works by default on localhost 3000
I was trying to run this project by 'npm start', but failed with the following message ''PORT' is not recognized as an internal or external command, operable program or batch file.', how do I fix this?
The text was updated successfully, but these errors were encountered: