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
1.9.210 causes 'TypeError: Cannot read property 'internal' of undefined' #4216
Comments
I can confirm I am getting the |
Tracked it down to a937768 |
Sorry folks — missed this earlier. Had a test and everything but the test didn't catch it. Improved the test & fixed the bug. Will release once tests run. |
@orf spot on :-) sorry if I spoiled your fun — look like you were pretty close to fixing this :-) |
I was going to give it a shot, but I doubt I would have found that! I was studying the diff for a while and didn't spot the issue :( Thanks for fixing it so quick though |
Hey guys! I installed the Here my logfile from Netlify 10:19:01 AM: See our docs page for more info on this error: https://gatsby.dev/issue-how-to |
Description
In 1.9.210 and above, running
yarn build
oryarn dev
fails with an unhandled promise exception. In the stacktracegatsby-remark-copy-linked-files
is mentioned, but removing that from the build throws a similar error linked below this one in core gatsby.Solution: pin
gatsby
to19.209
and everything seems to work as expected.And:
Environment
Gatsby version: 1.9.210
Node.js version: 8.9.3
Operating System: MacOS
Steps to reproduce
1. Clone https://github.com/orf/blog-gatsby/tree/210 (branch
210
)2. Run
yarn && yarn build
3. See that it errors
...
The text was updated successfully, but these errors were encountered: