Hey! I just experienced it today but my previous build was March 20 so could have been anytime in between really? I am still getting the same error so I don’t think it’s related to the CDN issues?
This is my package.json (nothing changed) since last successful build:
{
“name”: “antonsten.com”,
“private”: true,
“description”: “Gatsby theme for antonsten.com”,
“version”: “0.1.0”,
“author”: “Alexander Hansson alexander@hnssn.se”,
“dependencies”: {
“gatsby”: “^2.25.3”,
“gatsby-cli”: “^2.12.24”,
“gatsby-image”: “^2.0.37”,
“gatsby-plugin-feed”: “^2.2.1”,
“gatsby-plugin-google-analytics”: “^2.0.18”,
“gatsby-plugin-manifest”: “^2.0.28”,
“gatsby-plugin-offline”: “^2.0.25”,
“gatsby-plugin-postcss”: “^2.0.7”,
“gatsby-plugin-purgecss”: “^3.1.1”,
“gatsby-plugin-react-helmet”: “^3.0.12”,
“gatsby-plugin-sharp”: “^2”,
“gatsby-plugin-sitemap”: “^2.1.0”,
“gatsby-plugin-slug”: “^1.0.1”,
“gatsby-plugin-stripe”: “^1.2.0”,
“gatsby-plugin-typography”: “^2.2.12”,
“gatsby-remark-copy-linked-files”: “^2.0.11”,
“gatsby-remark-external-links”: “^0.0.4”,
“gatsby-remark-images”: “^2.0.6”,
“gatsby-remark-prismjs”: “^3.2.8”,
“gatsby-remark-responsive-iframe”: “^2.1.1”,
“gatsby-remark-smartypants”: “^2.0.9”,
“gatsby-remark-social-cards”: “^0.4.1”,
“gatsby-source-filesystem”: “^2.0.29”,
“gatsby-transformer-remark”: “^2.3.8”,
“gatsby-transformer-sharp”: “^2”,
“git”: “^0.1.5”,
“netlify-cli”: “^2.71.0”,
“netlify-plugin-gatsby-cache”: “^0.2.1”,
“netlify-plugin-image-optim”: “^0.2.0”,
“prismjs”: “^1.16.0”,
“react”: “^16.3”,
“react-cookies”: “^0.1.1”,
“react-dom”: “^16.8.6”,
“react-helmet”: “^5.2.0”,
“react-rough-notation”: “^0.1.1”,
“react-typography”: “^0.16.19”,
“rough-notation”: “^0.4.0”,
“sharp”: “^0.25.2”,
“stripe”: “^7.0.1”,
“typeface-merriweather”: “0.0.72”,
“typeface-montserrat”: “0.0.54”,
“typography”: “^0.16.19”,
“typography-theme-wordpress-2016”: “^0.16.19”,
“yarn”: “^1.22.4”
},
“devDependencies”: {
“@netlify/plugin-gatsby”: “^1.0.3”,
“netlify-plugin-checklinks”: “^3.0.1”,
“prettier”: “^1.16.4”,
“tailwindcss”: “^0.7.4”
},
“license”: “MIT”,
“scripts”: {
“build”: “gatsby build”,
“develop”: “gatsby develop”,
“format”: “prettier --write src/**/*.{js,jsx}”,
“start”: “npm run develop”
}
}