Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Gatsby-Theme-Ghost Project won't run on develop #7

Open
gabbythedev opened this issue Dec 24, 2019 · 3 comments
Open

New Gatsby-Theme-Ghost Project won't run on develop #7

gabbythedev opened this issue Dec 24, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@gabbythedev
Copy link

Welcome to the Gatsby theme Ghost repository! 馃憢馃帀

For questions related to the usage of Gatsby or GraphQL, please check out their docs at https://www.gatsbyjs.org/ and https://graphql.org/

If your issue is with Gatsby.js itself, please report it at the Gatsby repo 鉃★笍聽https://github.com/gatsbyjs/gatsby/issues/new.

Issue Summary

Hooks problem causes gatsby develop to fail.
GatsbyDevelopError

To Reproduce

execute:
gatsby new gatsby-blog akanshgulati/gatsby-theme-ghost
cd gatsby-blog
gatsby develop

Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?

I would expect develop to run successfully, hosting the page in develop.

Technical details:

  • Node Version: 12.14.0
  • OS: Windows 10
@akanshgulati
Copy link
Owner

@gabbythedev Please try using the below version of the gatsby, probably issue with latest Gatsby

I tried with below version, you can check that with gatsby --version
Gatsby CLI version: 2.8.16
Gatsby version: 2.8.2

Try installing old version using npm install gatsby-cli@2.8.2 or yarn global add gatsby-cli@2.8.2. Let me know if that works.

@akanshgulati akanshgulati added the question Further information is requested label Dec 25, 2019
@akanshgulati akanshgulati self-assigned this Dec 25, 2019
@gabbythedev
Copy link
Author

Using npm install didn't work, regardless of the gatsby-cli version. Using yarn install works, however

@akanshgulati
Copy link
Owner

akanshgulati commented Dec 30, 2019

@gabbythedev Sure, will check the issue and keeping this issue open meanwhile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants