Skip to content

Instantly share code, notes, and snippets.

@sandren
Created November 20, 2020 21:39
Show Gist options
  • Save sandren/79a270e3eb0bf4c86e59f5cfbccb89f0 to your computer and use it in GitHub Desktop.
Save sandren/79a270e3eb0bf4c86e59f5cfbccb89f0 to your computer and use it in GitHub Desktop.
unix@SEPH:/var/www/coggscircus/app$ gatsby clean
info Deleting .cache, public, /mnt/c/Development/coggscircus/app/node_modules/.cache/babel-loader, /mnt/c/Development/coggscircus/app/node_modules/.cache/terser-webpack-plugin
info Successfully deleted directories
unix@SEPH:/var/www/coggscircus/app$ gatsby develop
success open and validate gatsby-configs - 0.102s
success load plugins - 3.596s
info [gatsby-plugin-sharp] The lazy image processing experiment is enabled, to disable it please set experimentalDisableLazyProcessing to false in pluginOptions
success onPreInit - 0.069s
success initialize cache - 0.011s
success copy gatsby files - 0.201s
success onPreBootstrap - 0.033s
success createSchemaCustomization - 0.008s
gatsby-source-shopify/coggscircus starting to fetch data from Shopify
gatsby-source-shopify/coggscircus fetched and processed Collection nodes: 451.096ms
gatsby-source-shopify/coggscircus fetched and processed ShopPolicy nodes: 510.688ms
gatsby-source-shopify/coggscircus fetched and processed Shop nodes: 513.727ms
success Downloading remote files - 15.223s - 51/51 3.35/s
gatsby-source-shopify/coggscircus fetched and processed Product nodes: 16298.456ms
gatsby-source-shopify/coggscircus finished fetching data from Shopify: 16297.033ms
success Checking for changed pages - 0.001s
success source and transform nodes - 18.441s
success building schema - 0.994s
info Total nodes: 839, SitePage nodes: 63 (use --verbose for breakdown)
success createPages - 0.954s
success Checking for changed pages - 0.001s
success createPagesStatefully - 0.175s
success update schema - 0.040s
success write out redirect data - 0.003s
success Build manifest and related icons - 0.224s
success onPostBootstrap - 0.229s
info bootstrap finished - 31.736s
success onPreExtractQueries - 0.002s
warning Using the global `graphql` tag is deprecated, and will not be supported in v3.
Import it instead like: import { graphql } from 'gatsby' in file:
/mnt/c/Development/coggscircus/app/src/pages/404.js
success extract queries from components - 1.040s
success write out requires - 0.039s
success Downloading remote files - 0.917s - 2/2 2.18/s
success run static queries - 4.399s - 9/9 2.05/s
success Downloading remote files - 3.521s - 1/1 0.28/s
success run page queries - 65.260s - 71/71 1.09/s
⠈ Building development bundleWarning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <head>. See https://fb.me/react-warning-keys for more information.
in link
in HTML
warning ⠀
warning warn - You have enabled experimental features: additionalBreakpoint, applyComplexClasses, extendedFontSizeScale, extendedSpacingScale, uniformColorPalette
warning warn - Experimental features are not covered by semver, may introduce breaking changes, and can change at any time.
You can now view gatsby-starter-candycode in the browser.
http://localhost:8000/
View GraphiQL, an in-browser IDE, to explore your site's data and schema
http://localhost:8000/___graphql
Note that the development build is not optimized.
To create a production build, use gatsby build
success Building development bundle - 29.797s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment