Skip to content

fix(web-client): replace yarn create with npx create in tutorials#179

Open
Keinberger wants to merge 1 commit intomainfrom
kbg/fix/yarn-to-npx-create
Open

fix(web-client): replace yarn create with npx create in tutorials#179
Keinberger wants to merge 1 commit intomainfrom
kbg/fix/yarn-to-npx-create

Conversation

@Keinberger
Copy link
Copy Markdown
Collaborator

@Keinberger Keinberger commented Mar 24, 2026

Closes #178

Summary

On Linux with Yarn Classic (v1.22.x), yarn create next-app@latest resolves to an outdated create-next-app version instead of the latest, then fails with exit code 127. This is a known Yarn Classic v1.x bug with @latest tag resolution. npx handles version resolution correctly across all platforms.

Replaces all yarn create commands with their npx create equivalents across the 6 web client tutorial docs.

Reported in 0xMiden/miden-client#1927.

Closes #178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: replace yarn create with npx create in web client tutorials

1 participant