Gatsby stuck on generating image thumbnails
See original GitHub issueSteps to reproduce
git clone https://github.com/excalidraw/excalidraw-blog.git
cd
yarn
yarn start
Expected result
It finishes and runs
Actual result
It gets stuck, nothing happens
Environment
yarn gatsby info --clipboard
Using globally installed version of Yarn
yarn run v1.12.1
$ /Users/vjeux/random/excalidraw-blog/node_modules/.bin/gatsby info --clipboard
System:
OS: macOS Mojave 10.14.6
CPU: (8) x64 Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 13.5.0 - /var/folders/5g/017j6z2s7cg5g0n630b2hz00nw04y4/T/yarn--1586633275550-0.4174312792538786/node
Yarn: 1.12.1 - /var/folders/5g/017j6z2s7cg5g0n630b2hz00nw04y4/T/yarn--1586633275550-0.4174312792538786/yarn
npm: 6.13.4 - ~/.nvm/versions/node/v13.5.0/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 80.0.3987.163
Safari: 13.1
npmPackages:
gatsby: 2.20.2 => 2.20.2
gatsby-image: 2.3.1 => 2.3.1
gatsby-plugin-dark-mode: 1.1.1 => 1.1.1
gatsby-plugin-feed: 2.4.1 => 2.4.1
gatsby-plugin-google-analytics: 2.2.2 => 2.2.2
gatsby-plugin-manifest: 2.3.3 => 2.3.3
gatsby-plugin-offline: 3.1.0 => 3.1.0
gatsby-plugin-react-helmet: 3.2.1 => 3.2.1
gatsby-plugin-sharp: 2.5.3 => 2.5.3
gatsby-plugin-sitemap: 2.3.1 => 2.3.1
gatsby-plugin-twitter: 2.2.1 => 2.2.1
gatsby-plugin-typography: 2.4.1 => 2.4.1
gatsby-plugin-zeit-now: 0.2.0 => 0.2.0
gatsby-remark-copy-linked-files: 2.2.1 => 2.2.1
gatsby-remark-embedder: 1.16.0 => 1.16.0
gatsby-remark-images: 3.2.1 => 3.2.1
gatsby-remark-prismjs: 3.4.1 => 3.4.1
gatsby-remark-responsive-iframe: 2.3.1 => 2.3.1
gatsby-remark-smartypants: 2.2.1 => 2.2.1
gatsby-source-filesystem: 2.2.2 => 2.2.2
gatsby-transformer-remark: 2.7.1 => 2.7.1
gatsby-transformer-sharp: 2.4.3 => 2.4.3
✨ Done in 1.44s.
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Why does gatsby develop work well, but gatsby build doesn't ...
In practice, errors not detected by gatsby develop won't be a big problem. Issues like this won't occur often. Of course, you have...
Read more >Resolving Out-of-Memory Issues - Gatsby
First, image processing with gatsby-plugin-image (Generating image thumbnails). This is related loosely to the number of images. but more related to the ...
Read more >All The Dumb Mistakes I Made Building My First Gatsby Site
/components/Hero.js import React from 'react' import Img from "gatsby-image"; import styled from 'styled-components' import ...
Read more >I have a Gatsby site uploading for over an hour - Support
Using Gatsby Cloud to build - it took around 31 minutes to deploy to ... around 8000 remote files which create about 35,000...
Read more >Understanding the lifecycle of Gatsby - EQOLOT
"Building development bundle". Finally, Gatsby processes and optimizes the images by generating image thumbnails (if you use the gatsby-plugin-sharp plugin) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1 CLI version
2.12.109
, always gets stuck at 100%. Oddly, if I hit Ctrl+C when it hangs and then rerungatsby build
/gatsby develop
, the second run completes pretty much instantly (~30 seconds). The bug(?) caused my last remote deploy to take 14 minutes, but locally, I can get it to complete in under 2 minutes if I Ctrl+C and restart.Any insight into what’s going on…?
--verbose
doesn’t say anything about the thumbnail-generation process.Here’s my
gatsby info
:Hi everyone. Any fix on this? I am on
I am unable to build locally. Gets stuck for minutes on
If I downgrade, it works on gatsby@2.20.13