-
Notifications
You must be signed in to change notification settings - Fork 130
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
New project fails to npm install #19
Comments
Changed react-helmet version from 5.2.1 to 6.1.0 (latest) in package.json fixes the npm install issue. Not sure if it is fully backwards compatible with v5. |
I have a similar problem – after following the guide there's a bunch of npm errors shown, and running |
hello @Asgaroth, in order to make it work you need to do two things, after you run that command:
After that, check with "npm run start" or "yarn start" to spin up the local server. |
Alternatively, you can run |
I was just following the instructions at
gatsby new some-blog https://github.com/gatsbyjs/gatsby-starter-wordpress-blog
But npm fails to install with
The text was updated successfully, but these errors were encountered: