-
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
Gatsby New not working as expected #8325
Comments
I'm unable to reproduce this error. Might be a |
How might I fix this? |
Can you try uninstalling |
@kakadiadarpan I tried |
same issue both macOs and Windows |
I had an issue on macOS which sounded very similar, and it was due to having the wrong version of Node installed. But in my case it was pretty clear from the error message. See #8595 |
@ouzhou what error did you get? What does it say? Is it something to do with Sharp? |
@dumblole you solved this here, right? lovell/sharp#1388 I'm going to close this out as answered and outside of Gatsby's purview. @ouzhou if you can provide more detail, please let us know! But definitely take a look at the solution I linked above ☝️ |
Yes @DSchau |
This will help folks having installation issues on windows resolve without opening an issue. This issue has been seen in Issue lovell#1382 lovell#1387 and in gatsbyjs/gatsby#8325
This will help folks having installation issues on windows resolve without opening an issue. This issue has been seen in Issue lovell/sharp#1382, lovell/sharp#1387, and in gatsbyjs#8325.
Description
Can't start a new gatsby project
Steps to reproduce
https://next.gatsbyjs.org/docs/
cd into directory and
gatsby develop
npm install
to make sure all dependencies are installed.Expected result
I also didn't come to any of these errors before gatsby v2 came out but I'm not sure since I was introduced to gatsby the day before the update.
Smooth installation of all dependencies when running gatsby new.
And being able to do
gatsby develop
Actual result
When running gatsby develop:
When running
npm install
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here. Not working? You may need to update your global gatsby-cli -npm install -g gatsby-cli
The text was updated successfully, but these errors were encountered: