question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replit config update status for Node.js challenges and projects

See original GitHub issue

Describe 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

Managing Packages with npm

  • Boilerplate PR: https://github.com/freeCodeCamp/boilerplate-npm/pull/419
  • Learn PR: Not necessary. Learners just need to add "moment": "2.14.0" to the dependencies array in package.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 the dependencies array 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

Basic Node and Express

MongoDB and Mongoose

Projects

Timestamp microservice

Request Header Parser Microservice

URL Shortener Microservice

Exercise Tracker

File Metadata Microservice


Quality Assurance

Challenges

Quality Assurance and Testing with Chai

Advanced Node and Express

Projects

Metric-Imperial Converter

Issue Tracker

Personal Library

Sudoku Solver

American British Translator


Information Security

Challenges

Information Security with HelmetJS

bCrypt

Projects

Stock Price Checker

Anonymous Message Board

Secure Real Time Multiplayer Game


Expected behavior

Some green check marks.

Additional context

https://github.com/freeCodeCamp/freeCodeCamp/issues/46824

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lasjorgcommented, Aug 1, 2022

@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.

0reactions
scissorsneedfoodtoocommented, Aug 9, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found