Moment dependency is not accepted

i am trying to submit a solution (install moment@2.10.2)
and it installed it correctly
but i dont know why the submission was not accepted (“moment” version should be “2.10.2”)
even though it is already installed ::

"dependencies": {
        "express": "^4.14.0",
        "moment": "^2.10.2"
    }, 

what should i do

Your project link(s)

solution: https://free-code-camp-node-js.herokuapp.com

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

HI @yazan !

Try removing the ^ here

The test is just looking for "moment": "2.10.2"

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