-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh gatsby site fails with "TypeError: formatStaticBuildError is not a function" #2062
Comments
@stefanwille Your |
A shot in the dark here, but I had virtually the same errors as you and I fixed it by turning off my VPN. |
The issue is tricky because the error here is masking the real error. #2045 fixes this. |
@markmichon The setup output was edited to be remove unncessary information, and I made an error while doing so. This is my node output: $ node --version |
@akb20 thanks, but for me there is no VPN involved. |
@jquense yes, thanks. The PR seems to have fixed the source map problem that masked the real problem. I have created another gatsby site from scratch and now I get:
A From searching the Gatsby repo, I see that
But |
This was fixed in #2073 Thanks for testing and reporting back @stefanwille ! |
Works for me now. Thanks! |
This is my setup on a MacBook Air with Sierra:
And just from doing this, I get this error:
This issue could be the same: #1976
What can I do to fix this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: