Advanced Node and Express - Package Versioning
See original GitHub issueAdvanced Node and Express section needs package versions added to the instructions, as discussed in: https://github.com/freeCodeCamp/freeCodeCamp/pull/39080#pullrequestreview-479988596
Example:
"
Add passport.socketio
version X.X.X
, connect-mongo
version X.X.X
, and cookie-parser
version X.X.X
as dependencies and require them as passportSocketIo
, MongoStore
, and cookieParser
respectfully.
"
Before this is undertaken:
- Wait for #39080 to be merged
- Discuss which versions to use and how to convey this (
express@^4.0.0
orexpress@~4.2.0
)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Advanced Node and Express | FreeCodeCamp - YouTube
I go though the Advance Node and Express challenges on FreeCodeCamp. Most of these challenges are just copy and paste, so they weren't...
Read more >How to Manage Dependency Version More Efficiently
What is Semantic Versioning? The version number of npm packages has a specific format. The format is- MAJOR.MINOR.PATCH. According to the official documentation ......
Read more >Advanced Node and Express - Authentication With SocketIO
Advanced Node and Express - Authentication With SocketIO ... Issue: Outdated connect-mongo methods. Solution: Downgrade connect-mongo to ^3.2.0 .
Read more >Setting Up Automated Semantic Versioning For Your NodeJS ...
Automatically bumping the package version and uploading it to npm. In order to track the changes to our API in an automated way,...
Read more >How do you handle api version in a Node/Express app
For example, a more elegant (though slightly advanced) solution can be: http://j-query.blogspot.ca/2013/01/versioned-apis-with-express.html ...
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
No rush. Thanks for confirming, I have removed the assignment since this is no longer a showstopper.
Well, it has happened: https://forum.freecodecamp.org/t/authentication-with-socket-io-connect-mongo/448306
Last versions which definitely work:
I have tested this. Now, discussion:
mongo-connect@3
to be installed