From 1f5f07cad334e0a62a905289620bc2f52313c202 Mon Sep 17 00:00:00 2001 From: Vishwasa Navada K Date: Fri, 16 Jul 2021 10:57:55 +0530 Subject: [PATCH] docs(local-setup): Added a note on the local setup guidelines page that includes a solution to `sharp` issue on Apple M1 chip devices (#42871) --- docs/how-to-setup-freecodecamp-locally.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 359458f422..85383d822d 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -555,6 +555,9 @@ If you get errors while installing the dependencies, please make sure that you a The first time setup can take a while depending on your network bandwidth. Be patient, and if you are still stuck we recommend using GitPod instead of an offline setup. +> [!NOTE] +> If you are using Apple Devices with M1 Chip to run the application locally, it is suggested to use Node v14.7 or above. You might run into issues with dependencies like Sharp otherwise. + ## Getting Help If you are stuck and need help, feel free to ask questions on the ['Contributors' category on our forum](https://forum.freecodecamp.org/c/contributors) or [the contributors chat room](https://chat.freecodecamp.org/channel/contributors).