Tell us what’s happening:
i cannot seem to get past the first lesson i followed the instructions and installed the required version of helmet and also added it to the app.js file as a requirement. But when i paste the link to the lesson it does not work im not sure what link to use to get past the first lesson. The help page for that lesson still imples that we are using glitch, but we are not, we are using Repl.it, so the help page is pointless. please help me.
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/85.0.4183.83 Safari/537.36.
thank you and yes i have tried that various times but no luck i keep getting the same error, " helmet version 3.21.3 should be in package. json file". Although i can clearly see that the correct version of helmet is installed also i am calling it correctly in the app.js file. At this point i believe its an internal problem with the lesson .
Thank you that worked perfectly so what i did was in the Repl.it command i typed
npm i helmet@3.21.3
this installed the correct version of helmet then i went to package.json file and deleted the ^ from the version of helmet. Then i ran the program and copied the live link and it worked. Thank you.