PLEASE help us help you by writing a good post!
-
we need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app
https://60458abd35012400073438dd--zealous-neumann-40b351.netlify.app/ -
DNS issues? Tell us the custom domain, tell us the error message! We canβt help if we donβt know your domain.
-
Build problems? Link or paste the FULL build log & build settings screenshot
The better the post - the faster the answer.
My last successful deployment was in March and I have not done anything until today. I update just the SEO component with the meta tag, the title & the description. And that is an ERROR that I do not know how to solve.
I even went back to the previous successful deployment to deploy it but I saw the same error message. I also npm install --save-dev @babel/plugin-proposal-class-properties
but nothing works.
It works on my local.
package.json
{
βnameβ: βgatsby-starter-hello-worldβ,
βprivateβ: true,
βdescriptionβ: βA simplified bare-bones starter for Gatsbyβ,
βversionβ: β0.1.0β,
βlicenseβ: β0BSDβ,
βscriptsβ: {
βbuildβ: βnpm run buildβ,
βdevelopβ: βgatsby developβ,
βformatβ: βprettier --write "**/*.{js,jsx,ts,tsx,json,md}"β,
βstartβ: βnpm run developβ,
βserveβ: βgatsby serveβ,
βcleanβ: βgatsby cleanβ,
βtestβ: βecho "Write tests! β Link not found - Rebrandlyβ && exit 1"
},
βdependenciesβ: {
β@mdx-js/mdxβ: β^1.6.22β,
β@mdx-js/reactβ: β^1.6.22β,
β@styled-icons/fa-solidβ: β^10.32.0β,
βbabel-plugin-styled-componentsβ: β^1.12.0β,
βdotenvβ: β^8.6.0β,
βgatsbyβ: β^2.31.1β,
βgatsby-background-imageβ: β^1.3.1β,
βgatsby-imageβ: β^2.7.0β,
βgatsby-plugin-google-gtagβ: β^3.0.0β,
βgatsby-plugin-manifestβ: β^2.8.0β,
βgatsby-plugin-offlineβ: β^3.6.0β,
βgatsby-plugin-preactβ: β^4.6.0β,
βgatsby-plugin-react-helmetβ: β^3.6.0β,
βgatsby-plugin-sassβ: β^3.0.0β,
βgatsby-plugin-sharpβ: β^2.10.0β,
βgatsby-plugin-sitemapβ: β^2.11.0β,
βgatsby-plugin-styled-componentsβ: β^3.9.0β,
βgatsby-plugin-webfontsβ: β^1.1.4β,
βgatsby-source-contentfulβ: β^4.6.0β,
βgatsby-source-filesystemβ: β^2.11.0β,
βgatsby-transformer-remarkβ: β^2.16.1β,
βgatsby-transformer-sharpβ: β^2.8.0β,
βpreactβ: β^10.5.12β,
βpreact-render-to-stringβ: β^5.1.12β,
βprop-typesβ: β^15.7.2β,
βreactβ: β^16.12.0β,
βreact-domβ: β^16.12.0β,
βreact-helmetβ: β^6.1.0β,
βreact-iconsβ: β^4.1.0β,
βreact-instantsearch-domβ: β^6.8.2β,
βsassβ: β^1.32.4β,
βstyled-componentsβ: β^5.2.1β
},
βdevDependenciesβ: {
β@babel/plugin-proposal-class-propertiesβ: β^7.13.0β,
βprettierβ: β2.1.2β
},
βrepositoryβ: {
βtypeβ: βgitβ,
βurlβ: βGitHub - gatsbyjs/gatsby-starter-hello-world: Starter with the bare essentials needed for a Gatsby siteβ
},
βbugsβ: {
βurlβ: βIssues Β· gatsbyjs/gatsby Β· GitHubβ
}
}
Please help me solve this issue.
Thank you.