gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.3k stars 10.31k forks source link

Building Static HTML failed #27557

Closed dina-25 closed 4 years ago

dina-25 commented 4 years ago

In development mood my website works fine without any errors, but now I'm trying to build product i keep getting this error and I tried many solutions (including deleting node_modules and reinstall again) but nothing seem to work.

I'm not sure anymore what is the underlying issue behind this error. Help would be much appreciated.

this is the result i get while building the website error

pvdz commented 4 years ago

Hi @dina-25, would this happen to be a public repo we can take a look at? It's a bit hard to debug without more information.

dina-25 commented 4 years ago

https://github.com/dina-25/amap there is a link to the repo.

ascorbic commented 4 years ago

Hi @dina-25, When I run the build, the error I get is from "gatsby-plugin-intl", because src/intl/en.json is missing. Do you have those files locally?

dina-25 commented 4 years ago

I do yes. I will upload them as well

ascorbic commented 4 years ago

Hi, I still can't build your repo I'm afraid. There are still missing files. This time it's missing lots of sass files. Are you able to share the full project?

ascorbic commented 4 years ago

Hi. I'm going to close this now, as we can't do much to help without a reproduction. If you are able to create a minimal reproduction for this then please do reopen the issue. Thanks!