Chapter "Managing Packages with Npm - Expand Your Project with External Packages from npm"

Tell us what’s happening:
The dependenci moment from the chapter " Managing Packages with Npm - Expand Your Project with External Packages from npm"

Doent work with the version of “moment”.

Your code so far

Your browser information:

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

Challenge: Expand Your Project with External Packages from npm

Link to the challenge:

I assume you have some difficulties in challenge and you are getting version errors.
Just make sure, you use “moment” with version “2.14.0”
EXAMPLE:

"dependencies": {
    "express": "^4.16.4",
    "helmet": "^3.14.0",
    "xxxxxx": "^x.xx.x",
and so on...
  },

Welcome, Chipa,

Would you mind providing a link to your code? It is difficult to help with what you have given us.