Replit config update status for Node.js challenges and projects
See original GitHub issueDescribe the Issue
I thought it might be nice to have a separate issue for tracking Replit config updates to the Node.js challenges/projects. We may want to do the same for Python. This is a work in progress so excuse the mess.
Back End Development and APIs
Challenges
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-npm/pull/419
- Learn PR: Not necessary. Learners just need to add
"moment": "2.14.0"to thedependenciesarray inpackage.json, but it does not need to be pre-installed, or installed through the Replit command line. While installing packages with the command line does work with the recent fixes,"moment": "2.14.0"just needs to be in thedependenciesarray to pass the test, and the package doesn’t actually have to be installed.
Note: There is this PR to swap out the older version of Moment.js for an empty @freecodecamp/example package. But that shouldn’t affect our efforts here, and updates to this project and its boilerplate can still be considered complete
- Boilerplate PRs:
- Learn PR: https://github.com/freeCodeCamp/freeCodeCamp/pull/47048
- Boilerplate PRs:
- Learn PRs:
Projects
Request Header Parser Microservice ✅
Quality Assurance
Challenges
Quality Assurance and Testing with Chai ✅
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-mochachai/pull/79
- Learn PR: Not necessary
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-advancednode/pull/24
- Learn PR: https://github.com/freeCodeCamp/freeCodeCamp/pull/47050
Projects
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-project-american-british-english-translator/pull/21
Information Security
Challenges
Information Security with HelmetJS ✅
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-infosec/pull/47
- Learn PR: https://github.com/freeCodeCamp/freeCodeCamp/pull/47052
bCrypt ✅
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-bcrypt/pull/13
- Learn PR:https://github.com/freeCodeCamp/freeCodeCamp/pull/47052
Projects
Secure Real Time Multiplayer Game ✅
- Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-project-secure-real-time-multiplayer-game/pull/19
Expected behavior
Some green check marks.
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to update Node.js version - Replit
This will install and use the latest Node.js v14 (14.17.4). If u want to use a different version, change nvm install 14 to...
Read more >Building a CRM app with Node.js, Replit, and MongoDB
In this tutorial, we'll use Node.js on Replit and a MongoDB database to build a basic CRUD (Create, Read, Update, Delete) CRM (Customer ......
Read more >DillonB07 (Dillon Barnes ) - Replit
I'm a 15 year old aspiring fullstack web developer who uses NextJS/React and/or Flask to build websites. Email: dillonb07dev@gmail.com.
Read more >Building a Discord bot with Node.js and Replit
In this tutorial, we'll use Replit and Node.js to build a Discord chatbot. The bot will be able to join a Discord server...
Read more >Tutorials | Replit Docs
You've probably heard of GitHub, which hosts millions of coding projects that ... In this tutorial, we'll use Replit and Node.js to build...
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 Free
Top 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

@scissorsneedfoodtoo I honestly just assumed it would, I never tested it with a new import. I don’t see why it would prompt for something that already exists. It does seem more like an issue Replit needs to handle.
@lasjorg, no worries, I assumed that would work as well. If there’s something we can do on our end in the future to get rid of that message, we can set up another issue like this to create a battle plan and check progress. But I’m guessing it’s something on their end that can possibly be fixed.
Thank you again for all of your help debugging the issues here, and for your help with all of those boilerplates, @lasjorg. All of the boilerplates are updated now, and the updates to Learn should be live. I’ll go ahead and close this issue now.
If there’s anything we missed, or another Node.js project that needs to be updated, please feel free to reopen this issue and @ mention me.