I am failing the test

Tell us what’s happening:
I can’t pass the test placed on the first challenge. I have the right code and I have posted my assignment on replit; however, I still can’t pass the first challenge. Please help me understand what’s wrong!

Your code so far

{
	"name": "fcc-learn-npm-package-json",
	"author": "Harljen Hill",
	"dependencies": {
		"express": "^4.14.0"
	},
	"main": "server.js",
	"scripts": {
		"start": "node server.js"
	},
	"repository": {
		"type": "git",
		"url": "https://idontknow/todo.git"
	}
}

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

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

Link to the challenge:

HI @Harljen !

Welcome to the forum!

Can you share your replit link?

Also make sure you are submitting the live link for the FCC tests.

I just forked your project and submitted the link and it passes on my end.

In order for the tests to run against your repl.it project, you’ll need to submit a live link.

This is different from the edit link, and can be obtained from the URL bar above the picture-in-picture browser:

Note that you may need to press the Run button for the browser preview to appear.

Thank you for helping me with my project!

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