Broken fork for API's and Microservices certification

Tell us what’s happening:
After I fork the repl.it for the basic node and express set of challenges, the app cannot run and throws an error code: “Cannot find module 'fcc-express-bground”. The link that the server.js has it at seems to work but for some reason repl.it is not be able to use it. I hope i didn’t mess up “Hello world” that bad :rofl:

Your code so far
https://repl.it/join/pddlaiid-agunt - Has console.log(“hello world”) in myApp.js

Your browser information:

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

Challenge: Meet the Node console

Link to the challenge:

Hello there,

This sometimes happens, when Repl.it does not correctly install the dependency packages. Either:

  • Use the Repl.it terminal to npm ci (if that throws an error, first use npm install)
  • OR, re-clone the boilerplate code.

Hope this helps

1 Like

I see, way more simple than i thought it would be :slight_smile: Thank you!

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