From 79e590172dbc647b61c0a32b1e6239efbf7a2e20 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 7 Aug 2022 01:33:56 +0000 Subject: [PATCH] Auto Publish new pages --- credits.md | 26 +++++++++++++------------- troubleshooting.md | 12 ++++++++++++ 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/credits.md b/credits.md index 3134b77..5779d8c 100644 --- a/credits.md +++ b/credits.md @@ -47,9 +47,16 @@ + + + digibucc +
+ digibucc +
+ - AdamXweb + AdamXweb
Adam Kostarelas
@@ -76,20 +83,20 @@ - - mDafox + + devosm
Manu Devos
- + + Byolock
Byolock
- - + PAPAMICA @@ -111,13 +118,6 @@ LawrenceP. - - - KierenConnell -
- Kieren Connell -
- ratty222 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'