Are updates to "Install and Require Helmet" challenge needed?
See original GitHub issueChallenge: https://www.freecodecamp.org/learn/information-security/information-security-with-helmetjs/install-and-require-helmet https://github.com/freeCodeCamp/freeCodeCamp/blob/master/curriculum/challenges/english/09-information-security/information-security-with-helmetjs/install-and-require-helmet.english.md
-
Does this challenge need instructions on how to actually install the specified version? On repl.it if you search for a package it will just give you the latest version.
-
If you run
npm i helmet@3.21.3
it will add the package with the caret^
in front of the version number but the test does not allow for that. Should the test allow for the caret?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
01 - Install and Require Helmet - freeCodeCamp - YouTube
UPDATE : Check the Pinned Comment!To start off, we're just going to set up Helmet on our project. Be careful with versions, and...
Read more >Information Security with HelmetJS with FreeCodeCamp
Information Security with HelmetJS with FreeCodeCamp | Dylan IsraelThank you to our sponsor: https://www.DevMountain.com▻ MY COURSESMy ...
Read more >Challenge Keeps Failing - Add Helmet to Glitch Project
I've added Helmet to the package.json file as a dependency, but the challenge keeps failing. I get the message '“helmet” dependency should ...
Read more >Use Intune to expedite Windows quality updates
Use Microsoft Intune policy to expedite the installation of Windows ... When a restart is required to complete installation of the update, ...
Read more >afi31-118.pdf - Air Force
(MAJCOMs), Field Commands (FLDCOMs), Air Force Installation Mission Support ... (ADDED) Ratify updates to SF Enterprise Plans as required.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lasjorg I like that. This kind of lesson is so short, I also think it would be useful to add the information about
--save-exact
.I am going to open this up for general help
Personally, I’d say both.
Show the npm command for how to install a specific package version and make the test ignore/accept the caret.