How to submit a solution for the back end tutorial

Tell us what’s happening:
I am trying to submit solution for https___www.freecodecamp.org/learn/back-end-development-and-apis/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package

I have read the instructions, cloned the boilerplate repo from https___ GitHub - freeCodeCamp/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.

I have made the change to add an “author” property in the package.json file. I have committed and pushed the change to my repo at https___github.com/spamfro/fcc-back-end/blob/gomix/package.json

I have run the local server, and checked it’s operational at http___local host:3000

I tried to “submit” the following links in the “Solution link” edit on the tutorial page at https___www.freecodecamp.org/learn/back-end-development-and-apis/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package

The live site (with or without the trailing forward slash):
http___localhost:3000/

Notice that I can correctly load the package.json through the “hidden” _api link:
http___localhost:3000/_api/package.json

My GitHub repo HTTP link:
https___github.com/freeCodeCamp/boilerplate-npm.git

My GitHub repo SSH link (…this is not even accepted as it is not an http link):
git@github.com:freeCodeCamp/boilerplate-npm.git

Direct link to the local directory through http-server file server:
Http___local host:3000/

Neither of these works - the page shows the tests fail.

I tried another tutorial with the same result- https___www.freecodecamp.org/learn/back-end-development-and-apis/basic-node-and-express/meet-the-node-console

I’ve searched for solutions in freeCodeCamp forums, in Stackoverflow, … nothing works.

Either instructions are incomplete or am I missing something?

Thanks,
George

PS: the forum does not allow more than two links so I had to edit them to go through.

Your project link(s)

solution: GitHub - spamfro/fcc-back-end

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge: