Information Security first lesson

I have done everything right but the verification keeps showing an error saying helmet version 3.21.3 should be in package.json .

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0.

Challenge: Install and Require Helmet

Link to the challenge:

1 Like

Hello there,

I thought this was changed (i will do more digging), but the caret should not be in the version number:

"helmet": "^3.21.3"

Hope this helps

1 Like

Hello,

Thanks for replying .
So what do you advice me to do ?
Just delete the caret, I tried and it didn’t work.

I am not sure the best way with Glitch… On a local development you would:
A) npm uninstall helmet, then npm install --save-exact helmet@3.21.3
B) Edit the package.json directly, then npm install to update the app and dependencies.

Hope this helps

1 Like

Hey;

Thanks @hay and @Sky020 it did work after refreshing and all. It is so weird I have been copying the live app url. It’s really amazing being part of this helpful community.

So grateful, thanks again . :heart: :love_you_gesture:

1 Like