gatsby: can't install blog starter project
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 saying eslint-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 information
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (6 by maintainers)
All this can be solved… By two simple steps actually three: 1.) Open GIT BASH 2.) Type the command: _gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-xxxxxx_ 3.) And from your TERMINAL type gatsby develop
Could you try upgrading gatsby-cli to the latest?
Need to update the local gatsby as well, maybe we should have had a fallback for the older locations