Replies: 1 comment 2 replies
-
It's possible you installed a new version of a dependency which added this. You can look at the stacktrace to see where it's coming from e.g. what is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I just started seeing this error at the end of
gastby build
(on a project that has previously built successfully many times):Note that this doesn't seem to affect the resulting build, but it's somewhat disturbing.
Steps to reproduce
Run
gatsby build
.Expected result
The build should complete without warning.
Actual result
The error above is thrown.
Environment
Beta Was this translation helpful? Give feedback.
All reactions