-
Notifications
You must be signed in to change notification settings - Fork 427
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
[email protected] causing a dependency tree resolution error #47
Labels
bug
Something isn't working
Comments
got same problem |
same problem and I do not understand how to bypass |
@egorkaway, run |
@egilll any valuable reason using I'd rather sticked to Succed ✅yarn create next-app --example "https://github.com/steven-tey/precedent" precedent_yarn
pnpm create next-app --example "https://github.com/steven-tey/precedent" precedent_pnpm
bunx create-next-app --example "https://github.com/steven-tey/precedent" precedent_bun Failed ❌npx create-next-app --example "https://github.com/steven-tey/precedent" precedent_npx
npx create-next-app@latest --example "https://github.com/steven-tey/precedent" precedent_npx_latest |
andriilive
added a commit
to andriilive/precedent
that referenced
this issue
Nov 16, 2023
Improved installation docs due to steven-tey#47 - yarn, pnpm, bun starters - npm install fails warning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Following the change in 2d444cf, the default setup instructions (
npx create-next-app precedent --example "https://github.com/steven-tey/precedent"
) no longer work on Node v19.7.0, with the following error showing up:I can bypass the error by going into the folder and
yarn install
-ing there.The text was updated successfully, but these errors were encountered: