Skip to content
Discussion options

You must be logged in to vote

Hi!

This is happening because of npm 7 and their new default behavior of treating packages that work just fine as "not working". If you would run npm install or npx with the --legacy-peer-deps flag (npm/rfcs#283) it'll work.

For initializing a project I'd recommend you run npm init gatsby and for setting up a starter you can also git clone the project :)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@AdrianLThomas
Comment options

@DanailMinchev
Comment options

@DanailMinchev
Comment options

Answer selected by DanailMinchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #32108 on June 25, 2021 05:32.