diff --git a/credits.md b/credits.md
index 3134b77..5779d8c 100644
--- a/credits.md
+++ b/credits.md
@@ -47,9 +47,16 @@
+
+
+
+
+ digibucc
+
+ |
-
+
Adam Kostarelas
@@ -76,20 +83,20 @@
|
-
-
+
+
Manu Devos
- |
+
+
Byolock
- |
-
+
@@ -111,13 +118,6 @@
LawrenceP.
|
-
-
-
-
- Kieren Connell
-
- |
diff --git a/troubleshooting.md b/troubleshooting.md
index 2f86313..c7906aa 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -23,6 +23,7 @@
- [DockerHub toomanyrequests](#dockerhub-toomanyrequests)
- [Config Validation Errors](#config-validation-errors)
- [Node Sass unsupported environment](#node-sass-does-not-yet-support-your-current-environment)
+- [Unreachable Code Error](#unreachable-code-error)
- [Cannot find module './_baseValues'](#error-cannot-find-module-_basevalues)
- [Ngrok Invalid Host Headers](#invalid-host-header-while-running-through-ngrok)
- [Warnings in the Console during deploy](#warnings-in-the-console-during-deploy)
@@ -315,6 +316,17 @@ If the issue still persists, you should raise an issue.
Caused by node-sass's binaries being built for a for a different architecture
To fix this, just run: `yarn rebuild node-sass`
+---
+
+## Unreachable Code Error
+
+An error similar to: `Fatal error in , line 0. Unreachable code, FailureMessage Object: 0xffe6c8ac. Illegal instruction (core dumped)`
+Is related to a bug in a downstream package, see [nodejs/docker-node#1477](https://github.com/nodejs/docker-node/issues/1477).
+Usually, updating your system and packages will resolve the issue.
+
+See also: [#776](https://github.com/Lissy93/dashy/issues/776)
+
+
---
## Error: Cannot find module './_baseValues'
|