Information Security with HelmetJS - Install and Require Helmet

Tell us what’s happening:
I’ve managed to get the site open, but despite getting the correct URL, I get the error " helmet version 3.21.3 should be in package.json" When I go to the package.json, it already has helmet version 3.21.3 listed as "“dependencies”: {
“express”: “^4.14.0”,
“helmet”: “3.21.3” "
What am I missing??

Your project link(s)

solution: boilerplate-infosec - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

Challenge: Information Security with HelmetJS - Install and Require Helmet

Link to the challenge:

Run npm install to reinstall the dependencies.

Sorry-- how do I run npm install? Is there a more step-by -step instructional for people who are jumping into this without a computer background?

youre test is passing
click on the shell button on consol and tipe npm install

I have figured out the npm run start, so that’s something

1 Like

Oh wow, that worked! Thank you.

1 Like

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