-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I made exactly the same stuff like your readme but get this error on: site/ npm run dev
"gatsby-wordpress-theme-phoenix" threw an error while running the createPages lifecycle:
Cannot read property 'HWGraphQL' of undefined
8 | // Create all pages.
9 | exports.createPages = async ( { actions, graphql } ) => {
10 | await createAllPages( { actions, graphql } );
| ^
11 | await createAllPosts( { actions, graphql } );
12 | await createFrontPage( { actions, graphql } );
13 | await createBlogPage( { actions, graphql } );
File: ../packages/gatsby-wordpress-theme-phoenix/gatsby-node.js:10:2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels