-
-
Notifications
You must be signed in to change notification settings - Fork 43.7k
Closed
Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.
Description
Describe the Issue
In the quick commands reference section of the setup guide, the command npm run seed is incorrectly described as "Parses all the challenge markdown files and inserts them into MongoDB."
This description is incorrect as the package.json script is only executing seedAuthUser.js, which only inserts users into the mongodb collection.
Affected Page
https://contribute.freecodecamp.org/#/how-to-setup-freecodecamp-locally
Steps to Reproduce
- Follow setup instructions for how to setup freecodecamp locally and setup local machine
- Navigate to quick commands reference of the setup guide
- Execute
npm run seedand validate contents in mongodb
Recommended fix or suggestions
Update description to "Creates authorized test users and inserts them into mongodb"
Screenshots
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.