Can't pass the Manage npm Dependencies By Understanding Semantic Versioning

Tell us what’s happening:
I can’t get my code to pass the challenge. I have it set up in a glitch live app (https://jade-resisted-cloak.glitch.me) which has worked up until now. It’s saying that I don’t have the moment code right but I have the version they are asking for (see below)

Any thoughts on what might be wrong?

“dependencies”: {
“express”: “^4.18.1”,
“moment”: “^2.10.2”

Challenge: Manage npm Dependencies By Understanding Semantic Versioning

Link to the challenge:

Never mind, figured it out - I had to remove the “^”

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