Dependencies error

Tell us what’s happening:
what is moment in dependencies

Your code so far

Your browser information:

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

Challenge: Expand Your Project with External Packages from npm

Link to the challenge:

Hey there,

at the bottom of the description,
you can see the following line:

Note: Moment is a handy library for working with time and dates.

If you want to read more about it,
you can google for moment js.

U need to add moment in dependency list in package.json.
For example when u create any application, you will be doing npm i to install all the dependencies(dependencies mentioned in package.json), when you do npm i moment --save will add the module in the dependencies list