Tell us what’s happening:
I’ve used glitch.com to import github project from: boilerplate-express
It seems glitch can’t run the project. My live site link is: season-second-brisket.glitch.me
Site is stuck in loading loop with preparing/waking up captions. No logs appear in console. I didn’t change any code except adding that console.log().
I’ve also tried running freshly imported code, without any modification - same effect.
Code myApp.js
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; rv:109.0) Gecko/20100101 Firefox/115.0
Challenge Information:
Basic Node and Express - Meet the Node console