Run command in .replit file not running
In my repl above, I set the run command to build the JS file with React, but it isn't running. Is this intentional or is it a bug?
Voters
In my repl above, I set the run command to build the JS file with React, but it isn't running. Is this intentional or is it a bug?
what do you mean it's not running? I see it getting built fine!
anyways, your code is wrong btw, you have to use
set-state
iirc.@Coder100 that code is only there because I ran babel manually from the shell. I deleted it now, try pressing run now
ok thanks @TheProgrammer3
no you didn't, I still see the
dist
@TheProgrammer3@Coder100 I meant that I removed the contents of the file.
ohh @TheProgrammer3
you are right, that is strange... @TheProgrammer3
ok i think i know why @TheProgrammer3
.replit files probably don't work well with HTML, I have seen this before, and you should -- unfortunately -- use the terminal @TheProgrammer3