Hi perry, my cloud IDE is in maintenance mode right now so I can’t get the exact gatsby-cli version #, but I ran an npm to upgrade to the latest version before trying the last build. I went through the support guide, but none of those suggestions seem to address my issue. I’m using the same build command that I have in Netlify build settings, no “command not found” in my build log, the file in the deploy that failed is < 20 MB, etc… I have many successful builds for this site before yesterday (9/14/2020), so the items related to missing packages and package.json don’t seem relevant. I attached a screenshot of my build settings to the original post. Here’s my package.json:
Blockquote
{
“name”: “gatsby-gitbook-boilerplate”,
“private”: true,
“description”: “Documentation, built with mdx”,
“author”: “Praveen praveen@hasura.io (@praveenweb)”,
“version”: “0.0.1”,
“dependencies”: {
“babel/plugin-proposal-export-default-from”: “^7.5.2”,
“emotion/core”: “^10.0.15”,
“emotion/styled-base”: “^10.0.15”,
“mdx-js/loader”: “^1.3.0”,
“mdx-js/mdx”: “^1.3.0”,
“mdx-js/react”: “^1.3.0”,
“playlyfe/gql”: “^2.6.1”,
“dotenv”: “^8.0.0”,
“emotion”: “^10.0.14”,
“emotion-server”: “^10.0.14”,
“emotion-theming”: “^10.0.14”,
“gatsby”: “^2.13.62”,
“gatsby-link”: “^2.2.5”,
“gatsby-plugin-emotion”: “^4.1.2”,
“gatsby-plugin-gtag”: “^1.0.11”,
“gatsby-plugin-layout”: “^1.1.3”,
“gatsby-plugin-mdx”: “^1.0.24”,
“gatsby-plugin-netlify-cms”: “^4.1.7”,
“gatsby-plugin-react-helmet”: “^3.1.3”,
“gatsby-plugin-sharp”: “^2.2.11”,
“gatsby-plugin-sitemap”: “^2.2.6”,
“gatsby-remark-copy-linked-files”: “^2.1.5”,
“gatsby-remark-images”: “^3.1.11”,
“gatsby-source-filesystem”: “^2.1.9”,
“gatsby-transformer-remark”: “^2.6.14”,
“graphql”: “^14.4.2”,
“is-absolute-url”: “^3.0.0”,
“lodash.flatten”: “^4.4.0”,
“lodash.startcase”: “^4.4.0”,
“netlify-cms-app”: “^2.9.7”,
“react”: “^16.9.0”,
“react-dom”: “^16.9.0”,
“react-emotion”: “^9.1.3”,
“react-feather”: “^2.0.3”,
“react-github-btn”: “^1.0.6”,
“react-helmet”: “^5.2.1”,
“react-live”: “^2.1.2”,
“system-components”: “^3.0.3”
},
“license”: “MIT”,
“main”: “n/a”,
“scripts”: {
“start”: “gatsby develop”,
“build”: “gatsby build --prefix-paths”
},
“devDependencies”: {
“gatsby-plugin-remove-trailing-slashes”: “^2.1.2”,
“prism-react-renderer”: “^0.1.7”
}
}