-
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
Creating a new project fails with starter template #8595
Comments
The first line of your error already tells you what's the issue here. Your node version is outdated. The current LTS version is 8.12 and you can download it here |
lol yup I updated right after and it's working now. npm noob... carry on, nothing to see here! |
Cool! |
Hi I have the same issue, I updated my Node & NPM to latest version but I still get the error
error Command failed: yarnpkg Error: Command failed: yarnpkg
|
@gilbertlucas46 can you comment the output of |
Hi @josefaidt here it is I used the exact version of NODE and NPM recommended by Gatsby System: |
@josefaidt fixed it by |
Yup, I was going to recommend |
Updating your node.js version was my solution to this |
Whenever I try to create a new project via the cli, I get an error and it fails to complete. This was working fine yesterday, but I cannot get it to work at all now (I haven't changed anything from yesterday to today). I already have the cli successfully installed.
Steps to reproduce
npm uninstall --global gatsby-cli
npm install --global gatsby-cli
success.gatsby new [project-name]
Expected result
Project should be built successfully.
Actual result
the full error I receive while gatsby is creating my project:
Environment
The text was updated successfully, but these errors were encountered: