Issue submitting repl.it links in Back End Development and APIs

I am on the challenge: https://www.freecodecamp.org/learn/back-end-development-and-apis/managing-packages-with-npm/use-the-caret-character-to-use-the-latest-minor-version-of-a-dependency

When I submit the following link: https://boilerplate-npm.michael_nicol.repl.co

It doesn’t detect any of my code. It’s been like this since the first challenge.

// running tests
"dependencies" should include "moment"
"moment" version should match "^2.x.x"
// tests completed

Here is the JSON file: boilerplate-npm - Replit

Same things is happening again:

My project: Basic Node and Express - Replit
Link: https://Basic-Node-and-Express.michael_nicol.repl.co
Challenge: https://www.freecodecamp.org/learn/back-end-development-and-apis/basic-node-and-express/meet-the-node-console

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