Tell us what’s happening:
Hello, I am suppose to add the mongodb and mongoose dependencies to my project which I did, and also connect mongoose, which i still did, but the test is failing on freecodecamp
Your code so far
“dependencies”: {
“express”: “^4.17.1”,
“mongodb”: “^3.5.1”,
“mongoose”: “^5.8.9”
}
const mongoose = require(‘mongoose’)
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36
.
Challenge: undefined
Link to the challenge:
https://www.freecodecamp.org/learn/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose