-
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
plugin gatsby-transformer-xml not working #2083
plugin gatsby-transformer-xml not working #2083
Comments
A site reproducing the error would be very helpful!
…On Mon, Sep 11, 2017, 4:55 PM pjuerg ***@***.***> wrote:
I'm fairly new to gatsby! My case is to convert a side based on one xml
file to gatsby. I start building most simple project with gatsby-starter
- add plugin gatsby-source-filesystem and gatsby-transformer-xml
- used bookss.xml from the example to have a simple xml
then gatsby develop throws
(node:11236) UnhandledPromiseRejectionWarning: Unhandled promise rejection
(rejection id: 1): TypeError: Cannot read property 'internal' of undefined
and hangs up while building the schema.
Did I misunderstood some concept or is this an issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2083>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEVh44K47kMrYe9hIYjSlyDONheAtwLks5shTvLgaJpZM4PTMrl>
.
|
Sorry. No idea how to simple host this example? |
Create a repo on GitHub and then add a site reproducing the problem there. |
here ist the repo:
https://github.com/pjuerg/gatsby-xml-transform-problem <https://github.com/pjuerg/gatsby-xml-transform-problem>
… Am 11.09.2017 um 16:26 schrieb Kyle Mathews ***@***.***>:
Create a repo on GitHub and then add a site reproducing the problem there.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2083 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFOP4EEvFsFMny7qWxx3P8Pa9ILtLgpgks5shUMOgaJpZM4PTMrl>.
|
Hi, mathew, could you retrace the problem with the xml transofmer? |
I'm fairly new to gatsby! My case is to convert a side based on one xml file to gatsby. I start building most simple project with gatsby-starter
then gatsby develop throws
(node:11236) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'internal' of undefined
and hangs up while building the schema.
Did I misunderstood some concept or is this an issue?
The text was updated successfully, but these errors were encountered: