Tell us what’s happening:
Describe your issue in detail here.
Your code so far
let express = require('express');
let app = express();
console.log("Hello World");
I have a replit of the files but it says this
Error: Cannot find module ‘/home/runner/boilerplate-express/index.js’
Require stack:
- /nix/store/qpnf0dafrfsbcwb4z7cphjm0dff0vl7l-prybar-nodejs-0.0.0-e0d9a52/prybar_assets/nodejs/module-context-hook.js
- /tmp/prybar-nodejs-144749568.js
at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
at Function.resolve (node:internal/modules/cjs/helpers:109:19)
Hint: hit control+c anytime to enter REPL.
Any help thanks. I feel like an idiot but also taken like one as these things are very fickle . For all their precision that they need I think the standards are very loosely applied while someone is working on something else bigger.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0
Challenge: Basic Node and Express - Meet the Node console
Link to the challenge: