From 0b5d4ed5597019475d6f0668b0fb45ad43a5083a Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 3 Jun 2022 22:17:14 +0100 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Getting-started.md b/Getting-started.md index 5df7e93..60463b3 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -14,6 +14,8 @@ npm will then install all the dependencies needed by Grunt. > Consider adding `export NODE_OPTIONS=--max_old_space_size=2048` to your `~/.bashrc` file. If you attempt to build a production version of CyberChef, you may get a "JavaScript heap out of memory" error if you do not set this environment variable. +> If you are getting sass problems, try running `npm rebuild node-sass` after `npm install`. + ## Compiling > Note that CyberChef only supports bash-based dev environments, so primarily Linux and Mac. You may be able to get a build working on Windows, but it is not officially supported.