Replit node-express boilerplate not working

<!–
NOTE: If you’re reporting a security issue, don’t create a GitHub issue. I…nstead, email [email protected]. We will look into it immediately.
–>
The replit boilerplate from Basic Node and Express (APIs and Microservices) does not boot up properly on my machine. I have shared this problem on [FCC forum](https://forum.freecodecamp.org/t/replit-node-express-boilerplate-not-working/468656), but we haven’t been able to solve it as of yet. Node seems to be looking for an index.js file, but this project does not have an index.js.

here is what the console spits out when I hit the run button:
“`node
internal/fs/utils.js:269
throw err;
^

Error: ENOENT: no such file or directory, open ‘/home/runner/boilerplate-express/index.js’
at Object.openSync (fs.js:462:3)
at Object.readFileSync (fs.js:364:35)
at Object.<anonymous> (/run_dir/interp.js:195:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/load
internal/fs/utils.js:269
throw err;
^

Error: ENOENT: no such file or directory, open ‘/home/runner/boilerplate-express/index.js’
at Object.openSync (fs.js:462:3)
at Object.readFileSync (fs.js:364:35)
at Object.<anonymous> (/run_dir/interp.js:195:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -2,
syscall: ‘open’,
code: ‘ENOENT’,
path: ‘/home/runner/boilerplate-express/index.js’
}

(To exit, press ^C again or ^D or type .exit)
internal/fs/utils.js:269
throw err;
^

internal/fs/utils.js:269
throw err;
^

internal/fs/utils.js:269
throw err;
^

Error: ENOENT: no such file or directory, open ‘/home/runner/boilerplate-express/index.js’
at Object.openSync (fs.js:462:3)
at Object.readFileSync (fs.js:364:35)
at Object.<anonymous> (/run_dir/interp.js:195:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -2,
syscall: ‘open’,
code: ‘ENOENT’,
path: ‘/home/runner/boilerplate-express/index.js’
}

(To exit, press ^C again or ^D or type .exit)
internal/fs/utils.js:269
throw err;
^

internal/fs/utils.js:269
throw err;
^

internal/fs/utils.js:269
throw err;
^

internal/fs/utils.js:269
throw err;
^

Error: ENOENT: no such file or directory, open ‘/home/runner/boilerplate-express/index.js’
at Object.openSync (fs.js:462:3)
at Object.readFileSync (fs.js:364:35)
at Object.<anonymous> (/run_dir/interp.js:195:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -2,
syscall: ‘open’,
code: ‘ENOENT’,
path: ‘/home/runner/boilerplate-express/index.js’
}
“`

This is what it looks like:
![Screenshot_2021-07-11_13-42-32](https://user-images.githubusercontent.com/46773798/125190169-70f5f280-e25b-11eb-871e-aa9a07eef7a6.png)

I have tried running the replit instance on chrome, firefox and brave browsers, I have gotten the same result.

My machine info:
![Screenshot_2021-07-11_15-24-53](https://user-images.githubusercontent.com/46773798/125190342-507a6800-e25c-11eb-93a4-50c959558603.png)