Typo errors in docs #10414
pratham15541
started this conversation in
Proposals
Typo errors in docs
#10414
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fix: Correct Remix app creation command by removing unnecessary hyphen
The command
bunx create-remix@latest
failed due to an incorrect hyphen. Replaced it withbunx create remix@latest
to successfully create the Remix app.By using
bunx create-remix@latest
command it throws errorScripts not found
It was in file create-remix.md
I already did PR for this #10411
Beta Was this translation helpful? Give feedback.
All reactions