Basic Node and Express - Meet the Node console

Tell us what’s happening:
I’m stating over cause I’m getting a lot of bugs. so can anyone tell me how to fix this bug?

Your code so far

let express = require('express');
let app = express();

console.log("Hello World")

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

Hello there,

You probably need to run npm install in the Shell/console, before clicking the Run button.

Hope this helps

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.