cant run files in nodejs other than default file
how to run my nodejs file other than the default file?
ejmuentes (0)
"auto-import" all the files at root of your repl.it
https://gist.github.com/Emuentes/ca5771fe77bcd6ea840c28395e481161
Unfortunately, on repl.it you cannot run any file except the original file. If you want to run another file on node.js, you can do this:
index.js:
other.js:
If this is answer is correct, please check the checkmark on the left side of this message. Thanks and Good Luck!