For roughly 6 days, I have battled with running the site.
First, I forked and cloned the repo to my local machine. Everything after npm install was downhill.
Based on recommendations from Google, Stackoverflow and some Layer5 community members, I have:
- Confirmed node and npm are installed using
node -vandnpm -vcommands respectively. - Updated to latest version.
- Deleted node_modules dir and re-installed using
npm installcommand. - Edited
PARALLEL_SOURCINGflag in the gatsby-config.js file to false. - Deleted the local repo and cloned again. Then
npm installandnpm start. - Supercharged windows by using WSL. All attempts to use
makecommands landed me in error 127. - To fix [makfile: 22] error 127, I ran
sudo apt install cmake. (Still no luck) - Finally,
npm i puppeteer, followed bynpm install,npm audit fix, andnpm start…in that order.
The result? It is currently stuck on IMAGE_PROCESSING job.
In summary, SAVE ME!
Thank you.
