1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Update Node.js system errors (#7474)

Add an Article that explains system errors and fix them
This commit is contained in:
Aboody_01
2024-10-15 12:04:28 +03:00
committed by GitHub
parent 7cf5071ee4
commit dcba12aca0

View File

@@ -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/)