18 Replies
I should add the "start": script in package.json is
what's in .env?
just PORT=5000 or whatever PORT I was trying
show me the file

remove the
;
that's a commentS.M.F.H.
and whatever reader is reading the .env file is not good enough to understand comments
Why in JS is it always a ; causing drama -.-
that's not js
that's a ini file, but with a different name
but whatever is loading the .env file is not """"""""""""""""standard"""""""""""""""" compliant
and just does whatever the fuck it wants
in this case, it doesn't support comments with the value
it's not a js problem, it's the .env reader problem
ah ok
good to know it was an easy fix 😄
thanks
i mean, it says there that the port
'5000;' is in use
the ; there didn't spark anything?tbh, no, lol, because of js
🤣
i get you
it's still funny
im not laughing at you, just at the situation
🤣
i've been there so many times
This is 90% of the issues I have when writing code that involves JS, these bloody ;
you can be absolutely maniacly maniac and not use them
Can't say I've ever seen this before

that is unrelated, but it isnt unexpected, depending on the code

