-
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
Globally installed Gatsby 0.8 not running #136
Comments
Can confirm this on my machine (Node 4.3.1). |
These are two separate problems. @gesposito I merged your missing dependency and I just added a commit (f8edc05) to restore the Gah, got to get integration tests running on Travis (PRs accepted :D) |
Just published 0.8.1. If you two could verify this version works and report back here that'd be great! |
Sorry, editing my previous comment, looks like it didn't unlink properly, I still get errors with 0.8.1
|
Ok, try again. |
(and thanks for the quick testing) |
0.8.2: |
Ok, just added it and am publishing 0.8.3. Good thing versions are cheap 👯 |
Cool, 0.8.3 is good to go! (for me) 😄 |
Yeah! 🎆 Now nap then prepare my talk on Gatsby for tomorrow's ReactConf |
Looking forward to hear your lightning talk! Good luck :) |
I just upgraded Gatsby to the latest version. Unfortunately it is not running anymore. So, I did a fresh install, but with the same result.
This is what I get when I try to run
gatsby --version
. When I change bin/index.js from import to require I get the version number (0.8).I am on a Mac with node.js 5.6.0.
PS: Many thanks for your great work. I love Gatsby.
The text was updated successfully, but these errors were encountered: