How to pass this challenge what is the problem?

I do every thing well but I don’t know why when I submit my question it take error.

Your project link(s)

solution: boilerplate-express-7 - Replit

Your browser information:

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

Challenge: Install and Set Up Mongoose

Link to the challenge:

Just taking a quick look, I see this in the instructions:

Add mongodb@~3.6.0 and mongoose@~5.4.0 to the project’s package.json .

And when I look there I see:

		"mongodb": "^3.0.0",
		"mongoose": "^5.4.23"
1 Like

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