Problem to pass the "Introduction to the Basic Node and Express Challenges" section

Hi all,
I have executed all instruction of the training, but the exercises don’t recognice the server side (console.log or express log).
I am not able to pass the “Meet the Node console” and " Start a Working Express".

My project is on github: https://github.com/amanganiello90/microservice-project-codecamp-certification

And glitch: https://microservice-project-codecamp-certification.glitch.me/

The last is the url that I paste in the exercise to pass.

Thanks a lot,
Angelo

The problem is in your fcc-express-bground package that is not able to download from npm. So I read the code from the git repo (https://github.com/Em-Ant/fcc-express-bground-pkg/blob/master/index.js) and replicate the right responses required from your test algorithm.