Helmet version problem

Tell us what’s happening:
There is some kind of version problem with this task it is asking for version 3.21.3 but only version 4.1.1 is available

Your code so far
https://repl.it/@PriyankaGupta6/FluidPastelQuery#myApp.js

Your browser information:

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

Challenge: Install and Require Helmet

Link to the challenge:

Perhaps this thread will be helpful

hey buddy
im having the same issue as you my attempt
you can install the desired version of helmet via interacting with the “package.json” file and after that “require it” via the “myApp.js” file
EDIT
be very careful with the server.js in fact dont even touch it , i looked at mine and it seems i had some lines missing (i must of deleted some of them by accident) i made a new fork from the OG repo and filled in the missing lines and it worked