From dcba12aca0f7c5ace744a274c2d8745d212e1627 Mon Sep 17 00:00:00 2001 From: Aboody_01 <91767628+Abdullahi-abdiaziz@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:04:28 +0300 Subject: [PATCH] Update Node.js system errors (#7474) Add an Article that explains system errors and fix them --- .../nodejs/content/system-errors@05YY-AhLKzn4Ypr4eow5E.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/nodejs/content/system-errors@05YY-AhLKzn4Ypr4eow5E.md b/src/data/roadmaps/nodejs/content/system-errors@05YY-AhLKzn4Ypr4eow5E.md index 4de161606..2811994b6 100644 --- a/src/data/roadmaps/nodejs/content/system-errors@05YY-AhLKzn4Ypr4eow5E.md +++ b/src/data/roadmaps/nodejs/content/system-errors@05YY-AhLKzn4Ypr4eow5E.md @@ -22,3 +22,4 @@ Below are the system errors commonly encountered when writing a Node.js program Visit the following resources to learn more: - [@official@Node.js Errors - Official Docs](https://nodejs.org/api/errors.html#errors_class_systemerror) +- [@Article@16 Common Errors in Node.js and How to Fix Them](https://betterstack.com/community/guides/scaling-nodejs/nodejs-errors/)