File Not Found but it exists?
I linked a nodejs repl below. I am getting an error whenever i run it but the public folder exists
Voters
RYANTADIPARTHI
we can't see your repl. It's private.
UCYT5040
@RYANTADIPARTHI I've made it public.
I linked a nodejs repl below. I am getting an error whenever i run it but the public folder exists
we can't see your repl. It's private.
@RYANTADIPARTHI I've made it public.
From your logs, it looks like your getting a
ReferenceError
thatpath
is not defined. Did you intend to use the NodeJS "path" module?