Basic Node and Express - Meet the Node console

I have tried running the code on glitch, replit and local system as well. It’s not working anywhere.

local system error :
Error: Cannot find module ‘fcc-express-bground’
Require stack:

  • my_current_path\server.js

Glitch error :
link : https://west-galvanized-blanket.glitch.me
shows Preparing on running the live site

myApp.js
let express = require(‘express’);
let app = express();
console.log(“Hello World”);

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

1 Like

Did you download all the files from the git repo to your local system? If you tried in Replit can you supply the replit code? I will allow us to look at the code where Glitch doesn’t seem to let me have a peak.

I had cloned the GitHub-repo properly.

Glitch code - https://glitch.com/edit/#!/west-galvanized-blanket

Replit - https://replit.com/@antu99g/boilerplate-express

I had installed the ‘fcc-express-bground’ from dependencies and it worked on local system but it’s still not working on glitch and replit

1 Like

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