-
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
can't install blog starter project #1899
Comments
What happens when you run |
|
Can you try updating to the latest version of |
Sure thing. I updated the ├── UNMET PEER DEPENDENCY react@>=15.0.0 npm WARN eslint-config-fbjs@1.1.1 requires a peer of babel-eslint@^6.1.2 but none was installed. npm ERR! Darwin 14.5.0 npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/anton/Web Dev/Gatsby/gatsby-site/node_modules/gatsby/bin/gatsby.js' Thanks! |
Need to update the local gatsby as well, maybe we should have had a fallback for the older locations |
I reverted the CLI changes for now so this issue should be fixed #1903 |
Hi guys, This whole gatsby project is so cool! I´ve been avay from coding since LAMP stack days, but this whole javascript movement makes me want to get back into coding again. I would love to meet Kyle and see if I can help. Then a small bug probably or something with my setup: I tried installing gatsby on my MAC OS Sierra, v10.12 |
Do other starters fail in similar ways? |
Hello @KyleAMathews, same for me here:
|
Could you try upgrading gatsby-cli to the latest? |
It works for me upon upgrading! |
worked for me ! before , I didn't get any error message, but the localhost sever didn't work.
|
All this can be solved........... By two simple steps actually three: |
Same problem here any ideas? Latest gatsby-cli installed (actually tried it three times I think), still no luck. |
I have the same problem as well, tried reinstall a couple of times without any luck. |
Even though the So here is what I did to resolve it:
🎉 |
For me the only solution that worked was to install it via yarn instead of npm. |
yes Yarn seems to help! |
I had the same problem and spotted this when running
After upgrading node to 7.6.0, |
Hi, I'm new Gatsby, trying get it setup so i can rebuild my portfolio site. I'm going through the Getting Started steps. I installed the CLI no problem but then when I run
gatsby new gatsby-site
I am getting a bunch of errors.UNMET PEER DEPENDENCY react@>=15.0.0
and several errors sayingeslint-config-fbjs@1.1.1
requires peers that were not installed. I am on OSX and have the latest version of Node.I added react to my dependencies but still no luck running
gatsby develop
Thanks, let me know if i can provide more informationThe text was updated successfully, but these errors were encountered: