mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
fix(curriculum): change Node.js Core Modules module name (#64606)
This commit is contained in:
@@ -7362,7 +7362,7 @@
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"nodejs-core-libraries": "Node.js Core Libraries",
|
||||
"nodejs-core-modules": "Node.js Core Modules",
|
||||
"node-package-manager": "Node Package Manager",
|
||||
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
|
||||
"rest-api-and-web-services": "REST API and Web Services",
|
||||
@@ -7377,10 +7377,10 @@
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"nodejs-core-libraries": {
|
||||
"nodejs-core-modules": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common Node.js core libraries including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
|
||||
"In this module, you will learn about common Node.js core modules including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
|
||||
]
|
||||
},
|
||||
"node-package-manager": {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"dashedName": "nodejs-core-libraries",
|
||||
"dashedName": "nodejs-core-modules",
|
||||
"comingSoon": true,
|
||||
"blocks": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user