diff options
author | xnacly <matteogropp@protonmail.com> | 2021-08-18 16:52:51 +0200 |
---|---|---|
committer | xnacly <matteogropp@protonmail.com> | 2021-08-18 16:52:51 +0200 |
commit | 7ff5718f00ab608d04a0b252e4babdf513b411fc (patch) | |
tree | 936a635298d847df5d2204682a1f66cc4f69ea21 /cdn | |
parent | fixed timeout request by not throwing an issue (diff) | |
download | server-7ff5718f00ab608d04a0b252e4babdf513b411fc.tar.xz |
added a common error to CONTRIBUTE.md
Diffstat (limited to '')
-rw-r--r-- | cdn/CONTRIBUTE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cdn/CONTRIBUTE.md b/cdn/CONTRIBUTE.md index ceca896c..7cc673d9 100644 --- a/cdn/CONTRIBUTE.md +++ b/cdn/CONTRIBUTE.md @@ -12,3 +12,7 @@ npm start ``` npm test ``` + +#### common errors: + +- db not connecting --> start mongod in a seperate terminal window |